Home
last modified time | relevance | path

Searched refs:low (Results 26 – 50 of 1564) sorted by relevance

12345678910>>...63

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dashldi3.c25 result.s.low = 0; in __ashldi3()
26 result.s.high = input.s.low << (b - bits_in_word); in __ashldi3()
30 result.s.low = input.s.low << b; in __ashldi3()
32 ((su_int)input.s.high << b) | (input.s.low >> (bits_in_word - b)); in __ashldi3()
H A Dcmpti2.c30 if (x.s.low < y.s.low) in __cmpti2()
32 if (x.s.low > y.s.low) in __cmpti2()
H A Ducmpti2.c30 if (x.s.low < y.s.low) in __ucmpti2()
32 if (x.s.low > y.s.low) in __ucmpti2()
H A Dcmpdi2.c28 if (x.s.low < y.s.low) in __cmpdi2()
30 if (x.s.low > y.s.low) in __cmpdi2()
H A Ducmpdi2.c28 if (x.s.low < y.s.low) in __ucmpdi2()
30 if (x.s.low > y.s.low) in __ucmpdi2()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in rangeIntersectsConditionalDirective() local
30 if (low == CondDirectiveLocs.end()) in rangeIntersectsConditionalDirective()
33 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc())) in rangeIntersectsConditionalDirective()
37 upp = std::upper_bound(low, CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective()
43 return low->getRegionLoc() != uppRegion; in rangeIntersectsConditionalDirective()
57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in findConditionalDirectiveRegionLoc() local
59 assert(low != CondDirectiveLocs.end()); in findConditionalDirectiveRegionLoc()
60 return low->getRegionLoc(); in findConditionalDirectiveRegionLoc()
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-bcm6328.txt49 - active-low : Boolean, makes LED active low.
82 active-low;
87 active-low;
92 active-low;
136 active-low;
141 active-low;
146 active-low;
151 active-low;
156 active-low;
189 active-low;
[all …]
H A Dleds-bcm6328.yaml51 brcm,serial-clk-low:
55 brcm,serial-dat-low:
81 active-low:
134 active-low;
140 active-low;
146 active-low;
196 active-low;
202 active-low;
208 active-low;
214 active-low;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmdio-mux-gpio.txt46 interrupts = <10 8>; /* Pin 10, active low */
55 interrupts = <10 8>; /* Pin 10, active low */
64 interrupts = <10 8>; /* Pin 10, active low */
73 interrupts = <10 8>; /* Pin 10, active low */
89 interrupts = <12 8>; /* Pin 12, active low */
98 interrupts = <12 8>; /* Pin 12, active low */
107 interrupts = <12 8>; /* Pin 12, active low */
116 interrupts = <12 8>; /* Pin 12, active low */
H A Dmdio-mux.txt56 interrupts = <10 8>; /* Pin 10, active low */
65 interrupts = <10 8>; /* Pin 10, active low */
74 interrupts = <10 8>; /* Pin 10, active low */
83 interrupts = <10 8>; /* Pin 10, active low */
99 interrupts = <12 8>; /* Pin 12, active low */
108 interrupts = <12 8>; /* Pin 12, active low */
117 interrupts = <12 8>; /* Pin 12, active low */
126 interrupts = <12 8>; /* Pin 12, active low */
H A Dmdio-mux-gpio.yaml61 interrupts = <10 8>; /* Pin 10, active low */
70 interrupts = <10 8>; /* Pin 10, active low */
79 interrupts = <10 8>; /* Pin 10, active low */
88 interrupts = <10 8>; /* Pin 10, active low */
104 interrupts = <12 8>; /* Pin 12, active low */
113 interrupts = <12 8>; /* Pin 12, active low */
122 interrupts = <12 8>; /* Pin 12, active low */
131 interrupts = <12 8>; /* Pin 12, active low */
/freebsd/contrib/ncurses/form/
H A Dfty_int.c51 long low; member
59 long low; member
105 arg.low = va_arg(*ap, long); in Make_This_Type()
168 long low = argi->low; in Check_This_Field() local
231 if (low < high) in Check_This_Field()
233 if (val < low || val > high) in Check_This_Field()
/freebsd/usr.bin/gprof/
H A Dlookup.c43 register long low; in nllookup() local
51 for ( low = 0 , high = nname - 1 ; low != high ; ) { in nllookup()
55 middle = ( high + low ) >> 1; in nllookup()
73 low = middle + 1; in nllookup()
/freebsd/crypto/heimdal/lib/krb5/
H A Daddr_families.c221 _krb5_put_int(low->address.data, l, low->address.length); in ipv4_mask_boundary()
225 krb5_free_address(context, low); in ipv4_mask_boundary()
441 krb5_free_address(context, low); in ipv6_mask_boundary()
460 krb5_address low; member
510 krb5_addresses low, high; in arange_parse_addr() local
516 if(low.len != 1) { in arange_parse_addr()
551 a->low = low0; in arange_parse_addr()
554 a->low = high0; in arange_parse_addr()
585 ret = krb5_copy_address(context, &i->low, &o->low); in arange_copy()
662 tmp1 = krb5_address_order(context, &a->low, &b->low); in arange_order_addr()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c15 doublebits low = {.d = twop52}; in __floatditf() local
16 low.x |= a & UINT64_C(0x00000000ffffffff); // 0x1.0p52 + low 32 bits of a. in __floatditf()
29 result.s.hi = high_addend + low.d; in __floatditf()
30 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatditf()
H A Dfloatunditf.c19 doublebits low = {.d = twop52}; in __floatunditf() local
22 low.x |= a & UINT64_C(0x00000000ffffffff); // 0x1.0p52 + low 32 bits of a in __floatunditf()
35 result.s.hi = high_addend + low.d; in __floatunditf()
36 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatunditf()
/freebsd/sys/amd64/vmm/io/
H A Dvioapic.c101 uint32_t low, high, dest; in vioapic_send_intr() local
110 low = vioapic->rtbl[pin].reg; in vioapic_send_intr()
113 if ((low & IOART_INTMASK) == IOART_INTMSET) { in vioapic_send_intr()
119 delmode = low & IOART_DELMOD; in vioapic_send_intr()
120 level = low & IOART_TRGRLVL ? true : false; in vioapic_send_intr()
122 if ((low & IOART_REM_IRR) != 0) { in vioapic_send_intr()
130 vector = low & IOART_INTVEC; in vioapic_send_intr()
240 uint32_t low, high, dest; in vioapic_update_tmr() local
253 low = vioapic->rtbl[pin].reg; in vioapic_update_tmr()
267 delmode = low & IOART_DELMOD; in vioapic_update_tmr()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmax8903-charger.txt5 - dok-gpios: Valid DC power has been detected (active low, input), optional if uok-gpios is provided
6 - uok-gpios: Valid USB power has been detected (active low, input), optional if dok-gpios is provid…
9 - cen-gpios: Charge enable pin (active low, output)
10 - chg-gpios: Charger status pin (active low, input)
11 - flt-gpios: Fault pin (active low, output)
H A Dmaxim,max8903.yaml21 description: Valid DC power has been detected (active low, input)
25 description: Valid USB power has been detected (active low, input)
29 description: Charge enable pin (active low, output)
33 description: Charger status pin (active low, input)
37 description: Fault pin (active low, output)
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp722 for (; low != high; ++low) in do_scan_is()
729 for (; low != high; ++low) in do_scan_not()
746 for (; low != high; ++low) in do_toupper()
748 *low = isascii(*low) ? _DefaultRuneLocale.__mapupper[*low] : *low; in do_toupper()
750 *low = isascii(*low) ? ctype<char>::__classic_upper_table()[*low] : *low; in do_toupper()
752 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low - L'a' + L'A') : *low; in do_toupper()
770 *low = isascii(*low) ? _DefaultRuneLocale.__maplower[*low] : *low; in do_tolower()
772 *low = isascii(*low) ? ctype<char>::__classic_lower_table()[*low] : *low; in do_tolower()
774 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - L'A' + L'a' : *low; in do_tolower()
840 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - 'a' + 'A' : *low; in do_toupper()
[all …]
/freebsd/sys/contrib/zlib/
H A Dinftrees.c46 unsigned low; /* low bits for current root entry */ in inflate_table() local
199 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table()
253 if (len > root && (huff & mask) != low) { in inflate_table()
278 low = huff & mask; in inflate_table()
279 (*table)[low].op = (unsigned char)curr; in inflate_table()
280 (*table)[low].bits = (unsigned char)root; in inflate_table()
281 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize62 bits64 high, low;
111 z.low = 0;
205 z.low = 0;
289 aLow = a.low & ~ LIT64( 0x4000000000000000 );
293 && ( a.low == aLow );
310 z.low = 0;
311 z.high = a.low<<1;
347 a.low |= LIT64( 0xC000000000000000 );
348 b.low |= LIT64( 0xC000000000000000 );
415 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
[all …]
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-kizbox3-hs.dts115 init-low;
122 init-low;
129 init-low;
136 init-low;
143 init-low;
150 init-low;
157 init-low;
164 init-low;
229 output-low;
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts130 * - 10: UART_EXP1_ENn (out active low / pull-down)
134 * - 14: SPI_EXP1_ENn (out active low / pull-down)
172 * - 14: GPIOEXP_INT3 (in active low / pull-up)
201 * - 2: GPIO_IOT2_RESET (out active low / pull-up)
202 * - 3: GPIO_IOT1_RESET (out active low / pull-up)
203 * - 4: GPIO_IOT0_RESET (out active low / pull-up)
207 * - 8: UART_EXP2_ENn (out active low / pull-down)
208 * - 9: PCM_EXP1_ENn (out active low)
242 cd-gpios = <&msmgpio 42 GPIO_ACTIVE_LOW>; /* Active low CD */
/freebsd/sys/contrib/device-tree/src/mips/brcm/
H A Dbcm6358-neufbox4-sercomm.dts26 active-low;
31 active-low;
36 active-low;
41 active-low;

12345678910>>...63