Searched defs:high (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_expm1.c | 234 uint32_t high; in __expm1() local 243 uint32_t high; in __expm1() local 251 uint32_t high; in __expm1() local
|
D | e_jn.c | 327 uint32_t high; in libm_alias_finite() local
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | dl-plt.h | 27 Elf64_Addr high, int t) in sparc64_fixup_plt()
|
/glibc-2.36/stdlib/ |
D | qsort.c | 58 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top)) argument 59 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) argument
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | test-canonical-ldbl-96.c | 30 bool high; member
|
/glibc-2.36/elf/ |
D | dl-misc.c | 125 const uint32_t *high = &primes[sizeof (primes) / sizeof (primes[0])]; in _dl_higher_prime_number() local
|
D | dl-diagnostics.c | 106 uint32_t high = value >> 32; in _dl_diagnostics_print_labeled_value() local
|
/glibc-2.36/sysdeps/wordsize-32/ |
D | divdi3.c | 43 struct DWstruct { Wtype high, low;}; member 45 struct DWstruct { Wtype low, high;}; member
|
/glibc-2.36/localedata/ |
D | tst-langinfo.c | 126 int high = sizeof (map) / sizeof (map[0]); in map_paramstr() local
|
/glibc-2.36/iconv/ |
D | gconv_trans.c | 48 uint32_t high; in __gconv_transliterate() local
|
/glibc-2.36/sunrpc/rpc/ |
D | rpc_msg.h | 93 u_long high; member 113 u_long high; member
|
D | auth.h | 71 uint32_t high; member
|
D | clnt.h | 110 u_long high; /* highest verion supported */ member
|
/glibc-2.36/malloc/ |
D | tst-dynarray-fail.c | 377 unsigned long high = 1 << 30; in reduce_rlimit_as() local
|
/glibc-2.36/nscd/ |
D | mem.c | 208 size_t high = nmark; in gc() local
|
/glibc-2.36/posix/ |
D | regex_internal.c | 614 Idx low = 0, high = pstr->valid_len, mid; in re_string_reconstruct() local
|