/picolibc-latest/newlib/libc/stdlib/ |
D | quick_exit.c | 52 struct quick_exit_handler *h; in at_quick_exit() local 69 struct quick_exit_handler *h; in quick_exit() local
|
D | set_constraint_handler_s.c | 52 constraint_handler_t h = __cur_handler; in set_constraint_handler_s() local
|
D | gdtoa-hexnan.c | 84 __ULong c, h, *x, *x1, *xe; in hexnan() local
|
/picolibc-latest/newlib/libc/search/ |
D | hash_func.c | 82 #define dcharhash(h, c) ((h) = 0x63c63cd9*(h) + 0x9c39c33d + (c)) argument 169 __uint32_t h; in __default_hash() local
|
/picolibc-latest/newlib/libm/math/ |
D | sf_sinh.c | 23 float t, w, h; in sinhf() local
|
D | s_sinh.c | 41 __float64 t, w, h; in sinh64() local
|
D | sf_jn.c | 107 float q0, q1, h, tmp; in jnf() local
|
D | s_jn.c | 170 __float64 q0, q1, h, tmp; in jn64() local
|
/picolibc-latest/newlib/libm/ld/ld80/ |
D | e_sinhl.c | 38 long double t,w,h; in sinhl() local
|
/picolibc-latest/newlib/libm/ld/ld128/ |
D | e_sinhl.c | 55 long double t, w, h; in sinhl() local
|
/picolibc-latest/newlib/libc/string/ |
D | strcasestr.c | 77 # define AVAILABLE(h, h_l, j, n_l) \ argument
|
D | memmem.c | 98 # define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) argument
|
D | strstr.c | 109 # define AVAILABLE(h, h_l, j, n_l) (((j) <= (h_l) - (n_l)) \ argument
|
/picolibc-latest/newlib/testsuite/newlib.time/ |
D | tzset.c | 10 #define IN_SECONDS(h, m, s) ((int32_t) (h) * 3600 + (m) * 60 + (s)) argument
|
/picolibc-latest/newlib/libc/posix/ |
D | nftw.c | 49 …(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) in do_nftw()
|
D | regcomp.c | 1236 short h = cs->hash; in freezeset() local
|
/picolibc-latest/test/ |
D | math_errhandling_tests.c | 516 FLOAT_T h = makemathname(sqrt)(s*s+c*c); in makemathname() local
|