Home
last modified time | relevance | path

Searched full:negative (Results 1 – 25 of 2351) sorted by relevance

12345678910>>...95

/freebsd/contrib/libcbor/src/cbor/
H A Dints.h26 * @param item positive or negative integer
33 * @param item positive or negative integer
40 * @param item positive or negative integer
47 * @param item positive or negative integer
54 * @param item positive or negative integer
61 * @param item positive or negative integer item
62 * @param value the value to assign. For negative integer, the logical value is
69 * @param item positive or negative integer item
70 * @param value the value to assign. For negative integer, the logical value is
77 * @param item positive or negative integer item
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_neg.h2 * validator/val_neg.h - validator aggressive negative caching functions.
40 * The functions help with aggressive negative caching.
60 * The negative cache. It is shared between the threads, so locked.
68 /** the big lock on the negative cache. Because we use a rbtree
92 * Per Zone aggressive negative caching data.
104 /** pointer to parent zone in the negative cache */
132 * Data element for aggressive negative caching.
152 /** pointer to parent node in the negative cache */
173 * Create negative cache
181 * see how much memory is in use by the negative cache.
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c73 bool negative, long double negadjust) in tgamma_large() argument
99 if (!negative) { in tgamma_large()
118 bool negative, long double negadjust) in tgamma_tiny() argument
125 if (!negative) in tgamma_tiny()
132 static long double tgamma_ultratiny(long double x, bool negative, in tgamma_ultratiny() argument
139 if (!negative) in tgamma_ultratiny()
210 bool negative = false; in tgamma128() local
236 negative = true; in tgamma128()
255 * Special case for negative integers. Applying the in tgamma128()
269 * we do the negative-number adjustment the usual way, we'll leave in tgamma128()
[all …]
/freebsd/sys/contrib/ena-com/
H A Dena_com.h476 * @return - 0 on success, negative value on failure.
483 * @return - 0 on success, negative value on failure
498 * @return - 0 on success, negative value on failure
510 * @return - 0 on success, negative value on failure
517 * @return - 0 on success, negative value on failure
546 * @return - 0 on success, negative value on failure.
564 * @return - 0 on success, negative value on failure.
575 * @return - 0 on success, negative value on failure.
592 * @return - 0 on success, negative value on failure.
704 * @return - 0 on success negative value otherwise.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dmodsi3.S57 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
186 ! remainder is negative
191 ! remainder is negative
201 ! remainder is negative
206 ! remainder is negative
221 ! remainder is negative
226 ! remainder is negative
236 ! remainder is negative
241 ! remainder is negative
261 ! remainder is negative
[all …]
H A Ddivsi3.S57 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
186 ! remainder is negative
191 ! remainder is negative
201 ! remainder is negative
206 ! remainder is negative
221 ! remainder is negative
226 ! remainder is negative
236 ! remainder is negative
241 ! remainder is negative
261 ! remainder is negative
[all …]
/freebsd/usr.sbin/nscd/
H A Dnscd.conf.591 .It Va negative-time-to-live Oo Ar cachename Oc Op Ar value
92 The TTL of the negative cached elements in seconds.
98 .It Va negative-policy Oo Ar cachename Oc Op Cm fifo | lru | lfu
99 The same as the positive-policy, but this one is applied to the negative
103 .It Va negative-confidence-threshold Oo Ar cachename Oc Op Ar value
106 At the default value of 1 each negative query result is cached and
109 sources the given number of times, before the negative result is
112 it if it did not exist, without the negative probe result preventing
113 access to the new entry for the duration of the negative TTL.
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/
H A Dpse-controller.yaml52 a negative VPSE pair, adhering to the pinout configurations
89 | 1 | Negative VPSE | Positive VPSE | - | - |
90 | 2 | Negative VPSE | Positive VPSE | - | - |
91 | 3 | Positive VPSE | Negative VPSE | - | - |
92 | 4 | - | - | Negative VPSE | Positive VPSE |
93 | 5 | - | - | Negative VPSE | Positive VPSE |
94 | 6 | Positive VPSE | Negative VPSE | - | - |
95 | 7 | - | - | Positive VPSE | Negative VPSE |
96 | 8 | - | - | Positive VPSE | Negative VPSE |
/freebsd/contrib/unbound/compat/
H A Dsnprintf.c90 /** get negative symbol, 0 if none */
92 get_negsign(int negative, int plus, int space) in get_negsign() argument
94 if(negative) in get_negsign()
241 int zero, int negative, char* buf, int len) in print_num() argument
244 char s = get_negsign(negative, plus, space); in print_num()
301 int negative = (value < 0); in print_num_d() local
304 (unsigned int)(negative?-value:value)); in print_num_d()
306 plus, space, zero, negative, buf, len); in print_num_d()
316 int negative = (value < 0); in print_num_ld() local
319 (unsigned long)(negative?-value:value)); in print_num_ld()
[all …]
/freebsd/contrib/ldns/compat/
H A Dsnprintf.c89 /** get negative symbol, 0 if none */
91 get_negsign(int negative, int plus, int space) in get_negsign() argument
93 if(negative) in get_negsign()
240 int zero, int negative, char* buf, int len) in print_num() argument
243 char s = get_negsign(negative, plus, space); in print_num()
300 int negative = (value < 0); in print_num_d() local
303 (unsigned int)(negative?-value:value)); in print_num_d()
305 plus, space, zero, negative, buf, len); in print_num_d()
315 int negative = (value < 0); in print_num_ld() local
318 (unsigned long)(negative?-value:value)); in print_num_ld()
[all …]
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h445 * It shall return a negative pt_error_code otherwise.
509 * Returns 0 on success, a negative error code otherwise.
926 * Returns zero on success, a negative error code otherwise.
940 * Returns zero on success, a negative error code otherwise.
964 * Returns the number of bytes written on success, a negative error code
1005 * Returns zero or a positive value on success, a negative error code otherwise.
1017 * Returns zero on success, a negative error code otherwise.
1031 * Returns zero on success, a negative error code otherwise.
1045 * Returns zero on success, a negative error code otherwise.
1069 * Returns the number of bytes consumed on success, a negative error code
[all …]
H A Dintel-pt.h.in445 * It shall return a negative pt_error_code otherwise.
509 * Returns 0 on success, a negative error code otherwise.
926 * Returns zero on success, a negative error code otherwise.
940 * Returns zero on success, a negative error code otherwise.
964 * Returns the number of bytes written on success, a negative error code
1005 * Returns zero or a positive value on success, a negative error code otherwise.
1017 * Returns zero on success, a negative error code otherwise.
1031 * Returns zero on success, a negative error code otherwise.
1045 * Returns zero on success, a negative error code otherwise.
1069 * Returns the number of bytes consumed on success, a negative error code
[all …]
/freebsd/lib/libcuse/
H A Dcuse.356 This function returns 0 on success or a negative value on failure.
69 This function returns 0 on success or a negative value on failure.
78 This function returns 0 on success or a negative value on failure.
92 This function returns 0 on success or a negative value on failure.
100 This function returns 0 on success or a negative value on failure.
110 This function returns 0 on success or a negative value on failure.
183 This function returns 0 on success or a negative value on failure.
227 These functions return 0 on success or a negative value on failure.
239 Else it returns a negative value.
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h165 * Returns zero on success, a negative pt_error_code otherwise.
197 * Returns zero on success, a negative error code otherwise.
209 * Returns zero on success, a negative error code otherwise.
220 * Returns zero on success, a negative error code otherwise.
233 * Returns zero on success, a negative error code otherwise.
259 * Returns zero on success, a negative pt_error_code otherwise.
266 * Returns zero on success, a negative error code otherwise.
313 * Returns zero on success, a negative error code otherwise.
328 * Returns zero on success, a negative error code otherwise.
350 * Returns zero on success, a negative error code otherwise.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber() argument
24 RAW_CHECK(Base == 10 || !Negative); in appendNumber()
25 RAW_CHECK(AbsoluteValue || !Negative); in appendNumber()
27 if (Negative && MinNumberLength) in appendNumber()
29 if (Negative && PadWithZero) { in appendNumber()
51 if (Negative && !PadWithZero) in appendNumber()
63 appendNumber(Num, Base, MinNumberLength, PadWithZero, /*Negative=*/false, in appendUnsigned()
69 const bool Negative = (Num < 0); in appendSignedDecimal() local
72 : static_cast<u64>(Negative ? -Num : Num); in appendSignedDecimal()
73 appendNumber(UnsignedNum, 10, MinNumberLength, PadWithZero, Negative, in appendSignedDecimal()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h165 // NaN is represented as negative zero. (FN -> Finite, UZ -> unsigned zero).
180 // NaN is represented as negative zero. (FN -> Finite, UZ -> unsigned zero).
187 // NaN is represented as negative zero. (FN -> Finite, UZ -> unsigned zero).
406 /// negative.
475 /// example, should negative and positive zero hash to different codes? Are
557 /// \param Negative - True iff the number should be negative
558 void makeSmallestNormalized(bool Negative = false);
985 /// Factory for Positive and Negative Zero.
987 /// \param Negative True iff the number should be negative.
988 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negorder.d64 printf("Ordering of quantize() with some negative weights:\n");
68 printf("Ordering of lquantize() with some negative weights:\n");
72 printf("Ordering of sum() with some negative weights:\n");
76 printf("Ordering of max() with some negative weights:\n");
80 printf("Ordering of min() with some negative weights:\n");
/freebsd/tests/sys/netpfil/pf/ioctl/
H A Dvalidation.c84 /* Negative size */ in ATF_TC_BODY()
135 /* Negative size */ in ATF_TC_BODY()
178 /* Negative size. This will succeed, because the kernel will not copy in ATF_TC_BODY()
216 /* Negative size. This will succeed, because the kernel will not copy in ATF_TC_BODY()
256 /* Negative size. This will succeed, because the kernel will not copy in ATF_TC_BODY()
301 /* Negative size. This will succeed, because the kernel will not copy in ATF_TC_BODY()
342 /* Negative size. */ in ATF_TC_BODY()
377 /* Negative size. */ in ATF_TC_BODY()
412 /* Negative size. */ in ATF_TC_BODY()
449 /* Negative size. */ in ATF_TC_BODY()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_context.c79 * \return (non-negative) context handle on success or a negative number on failure.
182 * \return zero on success or a negative number on failure.
215 * \return zero on success or a negative number on failure.
258 * \return zero on success or a negative number on failure.
284 * \return zero on success or a negative number on failure.
316 * \return zero on success or a negative number on failure.
345 * \return zero on success or a negative number on failure.
398 * \return zero on success or a negative number on failure.
417 * \return zero on success or a negative number on failure.
437 * \return zero on success or a negative number on failure.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dadvance.h68 …// Calling `advance` with a negative value on a non-bidirectional iterator is a no-op in the curre… in advance()
70 … "Attempt to advance(it, n) with negative n on a non-bidirectional iterator"); in advance()
100 // Preconditions: If `I` does not model `bidirectional_iterator`, `n` is not negative.
103 …// Calling `advance` with a negative value on a non-bidirectional iterator is a no-op in the curre… in operator()
112 // Otherwise, if `n` is non-negative, increments `i` by `n`. in operator()
118 // Otherwise, if `n` is non-negative, increments `i` by `n`. in operator()
154 …// Calling `advance` with a negative value on a non-bidirectional iterator is a no-op in the curre… in operator()
171 …// Otherwise, if `n` is non-negative, while `bool(i != bound_sentinel)` is true, increments `i` bu… in operator()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw_qos.h64 * Returns 0 on success or a negative mlx4_core errno code.
82 * Returns 0 on success or a negative mlx4_core errno code.
96 * Returns 0 on success or a negative mlx4_core errno code.
111 * Returns 0 on success or a negative mlx4_core errno code.
125 * Returns 0 on success or a negative mlx4_core errno code.
140 * Returns 0 on success or a negative mlx4_core errno code.
/freebsd/contrib/libpcap/
H A Dpcap_can_set_rfmon.3pcap43 if monitor mode could be set, and a negative value on error.
44 A negative return value indicates what error condition occurred.
71 and negative, return codes, and treat all negative
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_008_neg.ksh36 # A negative depth or a non numeric depth should fail in 'zfs list -d <n>'
39 # 1. Run zfs list -d with negative depth or non numeric depth
45 log_assert "A negative depth or a non numeric depth should fail in 'zfs list -d <n>'"
56 log_pass "A negative depth or a non numeric depth should fail in 'zfs list -d <n>'"
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp272 "TTI should not produce negative costs!"); in getInstructionCost()
551 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost()
680 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost()
689 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost()
697 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost()
706 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCostInst()
716 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCostIntrin()
920 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getArithmeticInstrCost()
929 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getAltInstrCost()
939 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getShuffleCost()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_010_neg.ksh37 # A negative depth or a non numeric depth should fail in 'zfs get -d <n>'
40 # 1. Run zfs get -d with negative depth or non numeric depth
46 log_assert "A negative depth or a non numeric depth should fail in 'zfs get -d <n>'"
57 log_pass "A negative depth or a non numeric depth should fail in 'zfs get -d <n>'"

12345678910>>...95