Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 66) sorted by relevance

123

/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c216 int negative = 0; in cbor_content() local
219 negative = 1; in cbor_content()
228 *xbp->xb_curp = negative ? CBOR_NEGATIVE : CBOR_UNSIGNED; in cbor_content()
229 if (negative) in cbor_content()
231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()
/f-stack/app/redis-5.0.5/src/
H A Dutil.c301 int negative; in ll2string() local
312 negative = 1; in ll2string()
315 negative = 0; in ll2string()
319 uint32_t const length = digits10(value)+negative; in ll2string()
344 if (negative) dst[0] = '-'; in ll2string()
363 int negative = 0; in string2ll() local
379 negative = 1; in string2ll()
414 if (negative) { in string2ll()
H A Dlistpack.c144 int negative = 0; in lpStringToInt64() local
157 negative = 1; in lpStringToInt64()
192 if (negative) { in lpStringToInt64()
/f-stack/dpdk/drivers/net/qede/base/
H A Dmeson.build33 '-Wno-shift-negative-value',
38 '-Wno-shift-negative-value',
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7124.yaml103 adi,buffered-negative:
104 description: Enable buffered mode for negative input.
143 adi,buffered-negative;
H A Dadc.txt6 specifies the positive input pin, the second value the negative
H A Dti-adc12138.txt16 - vref-n-supply: The regulator supply for negative analog voltage reference
H A Dfsl,imx25-gcq.txt39 - fsl,adc-refn: specifies the negative reference input as defined in
H A Dst,stm32-adc.yaml263 on stm32mp1. Positive and negative inputs pairs are listed:
278 "vinn" indicates negative input number
418 // - channels 2 & 3 as differential (with resp. 6 & 7 negative inputs)
/f-stack/mk/
H A Dkern.mk22 NO_WSHIFT_COUNT_NEGATIVE= -Wno-shift-count-negative
34 -Wno-builtin-requires-header -Wno-error-shift-negative-value -Wno-unknown-warning-option
/f-stack/freebsd/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt31 For a screen you probably want (x) coordinates to go from negative on the left
32 to positive on the right, (y) from negative on the bottom to positive on top
33 and (z) depth to be negative under the screen and positive in front of it,
78 its top towards surface, you get a negative y axis.
132 device with a screen lying flat on a table), you should get a negative value
/f-stack/freebsd/opencrypto/
H A Dcryptodev_if.m54 * this function should return a negative value indicating the
55 * priority of this driver. These negative values should be derived
66 * @retval negative if the driver supports this session - the
67 * least negative value is used to select the
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst87 set-summary schemes with and without false negative probability.
197 example for using HTSS with 0% false negative (i.e., when an element returns not
213 false negative probability. We discuss this case in the next section.
219 have a false negative probability, i.e., it is 100% certain when an element
222 allows for false negative probability.
228 set-summary will begin to have false negative probability. This is because the
231 not being in the set, hence having a false negative probability.
233 The major usage of HTSS with false negative is to use it as a cache for
247 HTSS with false negative (i.e. a cache) also has its wide set of applications.
257 traffic, HTSS with false negative will act as a cache for <flowid, target ACL
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dinnolux,p097pfg.yaml27 description: The regulator that provides negative voltage
H A Dboe,tv101wum-nl6.yaml43 description: phandle of the regulator that provides negative voltage
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dqcom-labibb-regulator.yaml14 negative boost power supply for display panels. Currently implemented for
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dg762.txt16 and 1 (negative duty).
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dltc2941.txt14 negative value when the battery has been connected to the wrong end of the
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ab8500/
H A Dfg.txt35 measurement, 'btemp' signal is used when NTC(negative temperature
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dtruly,nt35597.txt13 for negative LCD bias
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dtlv320adcx140.yaml69 0 - (default) Odd channel is latched on the negative edge and even
72 latched on the the negative edge.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dsamsung_uart.yaml15 node, according to serialN format, where N is the port number (non-negative
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dgpio-poweroff.txt14 triggering negative edge triggered power off. After another 100ms
H A Dgpio-restart.txt15 inactive, thus causing an active->inactive edge, triggering negative edge
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsocfpga_arria10_socdk.dtsi78 * range from a negative skew to a positive skew.

123