Home
last modified time | relevance | path

Searched refs:LOW (Results 1 – 25 of 53) sorted by relevance

123

/f-stack/app/redis-5.0.5/src/
H A Drand.c48 #define LOW(x) ((unsigned)(x) & MASK) macro
49 #define HIGH(x) LOW((x) >> N)
51 (z)[0] = LOW(l); (z)[1] = HIGH(l); }
53 #define ADDEQU(x, y, z) (z = CARRY(x, (y)), x = LOW(x + (y)))
62 #define SETLOW(x, y, n) SET3(x, LOW((y)[n]), LOW((y)[(n)+1]), LOW((y)[(n)+2]))
77 SEED(X0, LOW(seedval), HIGH(seedval)); in redisSrand48()
89 x[2] = LOW(carry0 + carry1 + CARRY(p[1], r[0]) + q[1] + r[1] + in next()
91 x[1] = LOW(p[1] + r[0]); in next()
92 x[0] = LOW(p[0]); in next()
/f-stack/dpdk/lib/librte_power/
H A Drte_power_empty_poll.c65 poll_stats->cur_freq = LOW; in enter_training_state()
276 if (poll_stats->cur_freq == LOW) in update_stats_normal()
326 LOW, in empty_poll_training()
341 if (poll_stats->thresh[LOW].trained == true in empty_poll_training()
348 poll_stats->thresh[LOW].base_edpi); in empty_poll_training()
420 freq_index[LOW] = 14; in rte_power_empty_poll_stat_init()
424 freq_index[LOW] = freq_tlb[LOW]; in rte_power_empty_poll_stat_init()
452 if (get_freq_index(LOW) > total_avail_freqs[i]) in rte_power_empty_poll_stat_init()
H A Dchannel_commands.h64 enum workload {HIGH, MEDIUM, LOW}; enumerator
H A Drte_power_empty_poll.h38 LOW, enumerator
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dst,st-mipid02.txt45 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
46 LOW being the default.
47 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
48 LOW being the default.
H A Dov7670.txt13 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
H A Dov5640.txt38 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
39 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dgpio-regulator.yaml46 0: LOW
48 Default is LOW if nothing else is specified.
71 active LOW.
H A Dmax8973-regulator.txt21 1 for HIGH and 0 for LOW.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l34.txt35 0x0 (Default) = Selected by AD0 input (if AD0 = LOW, use left channel),
37 0x1 = Selected by the inversion of the AD0 input (if AD0 = LOW, use right
/f-stack/freebsd/contrib/device-tree/src/arm64/renesas/
H A Dhihope-rzg2-ex-lvds.dtsi20 * When GP1_20 is LOW LVDS0 is connected to the LVDS connector
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3228-evb.dts63 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
H A Dmeson8b-ec100.dts67 * GPIOAO_7 (power LED, which has to go LOW as well).
84 * Needs to go LOW (together with the poweroff GPIO)
87 * the output to LOW signals the EC to start a
H A Dste-href-ab8500.dtsi226 * Pins 26 and 35 muxed in as GPIO, and configured as OUTPUT LOW
H A Drk3288-rock2-som.dtsi251 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
H A Drk3288-evb.dtsi301 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dmax77620.txt54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz
99 event cleared (set to LOW) whether it
125 control) then, GPIO1/nRST_IO goes LOW.
/f-stack/app/nginx-1.16.1/contrib/unicode2nginx/
H A Dwin-utf5 82 E2809A ; #SINGLE LOW-9 QUOTATION MARK
7 84 E2809E ; #DOUBLE LOW-9 QUOTATION MARK
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Drockchip-thermal.txt32 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3368-evb.dtsi221 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c180 pkt->workload = LOW; in parse_json_to_pkt()
240 pkt->workload = LOW; in parse_json_to_pkt()
663 } else if (pol->pkt.workload == LOW) { in apply_workload_profile()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmediatek-bluetooth.txt66 - boot-gpios: GPIO same to the pin as UART RXD and used to keep LOW when
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5351.txt54 0 = clock output is driven LOW when disabled
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-max77620.txt73 FPS input event set to LOW.
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dvideo-interfaces.txt477 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
478 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
488 LOW/HIGH respectively.

123