/bionic/libc/include/ |
D | string.h | 204 char* __bionic_strstr(const char* h, const char* n) { return strstr(h, n); } in __bionic_strstr() 207 const char* strstr(const char* h, const char* n) __prefer_this_overload { in strstr() 212 char* strstr(char* h, const char* n) __prefer_this_overload { in strstr() 217 char* __bionic_strpbrk(const char* h, const char* n) { return strpbrk(h, n); } in __bionic_strpbrk() 220 char* strpbrk(char* h, const char* n) __prefer_this_overload { in strpbrk() 225 const char* strpbrk(const char* h, const char* n) __prefer_this_overload { in strpbrk()
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strstr.c | 30 twobyte_strstr(const unsigned char *h, const unsigned char *n) in twobyte_strstr() 38 threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr() 47 fourbyte_strstr(const unsigned char *h, const unsigned char *n) in fourbyte_strstr() 66 twoway_strstr(const unsigned char *h, const unsigned char *n) in twoway_strstr() 172 strstr(const char *h, const char *n) in strstr()
|
D | memmem.c | 30 twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem() 39 threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in threebyte_memmem() 49 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() 69 twoway_memmem(const unsigned char *h, const unsigned char *z, in twoway_memmem() 165 const unsigned char *h = h0, *n = n0; in memmem() local
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | quick_exit.c | 58 struct quick_exit_handler *h; in at_quick_exit() local 76 struct quick_exit_handler *h; in quick_exit() local
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 34 void (*h)(int); in signal_h() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_sinh.c | 45 double t,h; in __ieee754_sinh() local
|
D | e_sinhf.c | 27 float t,h; in __ieee754_sinhf() local
|
D | s_ccoshf.c | 46 float x, y, h; in ccoshf() local
|
D | s_csinhf.c | 46 float x, y, h; in csinhf() local
|
D | s_ccosh.c | 54 double x, y, h; in ccosh() local
|
D | s_csinh.c | 54 double x, y, h; in csinh() local
|
D | e_jnf.c | 114 float q0,q1,h,tmp; int32_t k,m; in __ieee754_jnf() local
|
D | e_hypotl.c | 24 #define GET_LDBL_MAN(h, l, v) do { \ argument
|
D | e_jn.c | 157 double q0,q1,h,tmp; int32_t k,m; in __ieee754_jn() local
|
/bionic/linker/ |
D | linker_gnu_hash.h | 47 uint32_t h = 5381; in calculate_gnu_hash_simple() local
|
D | linker_soinfo.cpp | 922 uint32_t h = 0, g; in calculate_elf_hash() local
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hd_init.c | 38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument
|
D | hexnan.c | 60 ULong c, h, *x, *x1, *xe; local
|
/bionic/libc/kernel/uapi/linux/ |
D | romfs_fs.h | 28 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument 29 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
|
D | pkt_cls.h | 158 #define TC_U32_HTID(h) ((h) & 0xFFF00000) argument 159 #define TC_U32_USERHTID(h) (TC_U32_HTID(h) >> 20) argument 160 #define TC_U32_HASH(h) (((h) >> 12) & 0xFF) argument 161 #define TC_U32_NODE(h) ((h) & 0xFFF) argument 162 #define TC_U32_KEY(h) ((h) & 0xFFFFF) argument
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 432 #define RETURN2(rp, h, l) do { \ argument 446 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
|
/bionic/libc/kernel/uapi/drm/ |
D | i810_drm.h | 103 unsigned int h; member 119 unsigned int h; member
|
D | exynos_drm.h | 129 struct drm_exynos_ipp_limit_val h; member 163 __u32 h; member
|
D | virtgpu_drm.h | 87 __u32 h; member
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | video.h | 35 int h; member
|