Searched refs:low (Results 1 – 15 of 15) sorted by relevance
/bionic/tests/libs/ |
D | testbinary_is_stack_mte_after_dlopen.cpp | 50 static void find_main_stack_limits(uintptr_t* low, uintptr_t* high) { in find_main_stack_limits() argument 63 *low = lo; in find_main_stack_limits() 74 unsigned int fault_new_stack_page(uintptr_t low, Fn f) { in fault_new_stack_page() argument 80 if (new_low < low) { in fault_new_stack_page() 85 return new_low + fault_new_stack_page(low, f); in fault_new_stack_page() 125 uintptr_t low; in main() local 127 find_main_stack_limits(&low, &high); in main() 128 fault_new_stack_page(low, [&] { new_stack_page_mte_on = is_stack_mte_on(); }); in main()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_hypot.c | 71 u_int32_t low; in hypot() local 74 GET_LOW_WORD(low,a); in hypot() 75 if(((ha&0xfffff)|low)==0) w = a; in hypot() 76 GET_LOW_WORD(low,b); in hypot() 77 if(((hb^0x7ff00000)|low)==0) w = b; in hypot() 87 u_int32_t low; in hypot() local 88 GET_LOW_WORD(low,b); in hypot() 89 if((hb|low)==0) return a; in hypot()
|
D | s_cbrt.c | 47 u_int32_t high,low; in cbrt() local 49 EXTRACT_WORDS(hx,low,x); in cbrt() 70 if((hx|low)==0) in cbrt()
|
D | s_atan.c | 82 u_int32_t low; in atan() local 83 GET_LOW_WORD(low,x); in atan() 85 (ix==0x7ff00000&&(low!=0))) in atan()
|
D | s_expm1.c | 147 u_int32_t low; in expm1() local 148 GET_LOW_WORD(low,x); in expm1() 149 if(((hx&0xfffff)|low)!=0) in expm1()
|
D | e_rem_pio2.c | 60 u_int32_t low; in __ieee754_rem_pio2() local 167 GET_LOW_WORD(low,x); in __ieee754_rem_pio2() 169 INSERT_WORDS(z, ix - ((int32_t)(e0<<20)), low); in __ieee754_rem_pio2()
|
/bionic/libc/kernel/uapi/linux/ |
D | ultrasound.h | 37 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high)) argument
|
D | rio_mport_cdev.h | 54 __u16 low; member 63 __u32 low; member
|
D | wireless.h | 284 struct iw_quality low; member
|
D | if_link.h | 544 __be16 low; member
|
/bionic/libc/bionic/ |
D | pthread_internal.cpp | 155 void __find_main_stack_limits(uintptr_t* low, uintptr_t* high) { in __find_main_stack_limits() argument 169 *low = lo; in __find_main_stack_limits()
|
D | pthread_internal.h | 211 __LIBC_HIDDEN__ void __find_main_stack_limits(uintptr_t* low, uintptr_t* high);
|
/bionic/libc/kernel/uapi/sound/ |
D | sfnt_info.h | 81 unsigned char low, high; member
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | setup.h | 53 __u32 low; member
|
/bionic/docs/ |
D | elf-tls.md | 718 The 24-bit model uses `add` to set the high 12 bits, then places the low 12 bits into another
|