Home
last modified time | relevance | path

Searched defs:high (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_expm1.c234 uint32_t high; in __expm1() local
243 uint32_t high; in __expm1() local
251 uint32_t high; in __expm1() local
De_jn.c327 uint32_t high; in libm_alias_finite() local
/glibc-2.36/sysdeps/sparc/sparc64/
Ddl-plt.h27 Elf64_Addr high, int t) in sparc64_fixup_plt()
/glibc-2.36/stdlib/
Dqsort.c58 #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/
Dtest-canonical-ldbl-96.c30 bool high; member
/glibc-2.36/elf/
Ddl-misc.c125 const uint32_t *high = &primes[sizeof (primes) / sizeof (primes[0])]; in _dl_higher_prime_number() local
Ddl-diagnostics.c106 uint32_t high = value >> 32; in _dl_diagnostics_print_labeled_value() local
/glibc-2.36/sysdeps/wordsize-32/
Ddivdi3.c43 struct DWstruct { Wtype high, low;}; member
45 struct DWstruct { Wtype low, high;}; member
/glibc-2.36/localedata/
Dtst-langinfo.c126 int high = sizeof (map) / sizeof (map[0]); in map_paramstr() local
/glibc-2.36/iconv/
Dgconv_trans.c48 uint32_t high; in __gconv_transliterate() local
/glibc-2.36/sunrpc/rpc/
Drpc_msg.h93 u_long high; member
113 u_long high; member
Dauth.h71 uint32_t high; member
Dclnt.h110 u_long high; /* highest verion supported */ member
/glibc-2.36/malloc/
Dtst-dynarray-fail.c377 unsigned long high = 1 << 30; in reduce_rlimit_as() local
/glibc-2.36/nscd/
Dmem.c208 size_t high = nmark; in gc() local
/glibc-2.36/posix/
Dregex_internal.c614 Idx low = 0, high = pstr->valid_len, mid; in re_string_reconstruct() local