Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dquick_exit.c54 struct quick_exit_handler *h; in at_quick_exit() local
71 struct quick_exit_handler *h; in quick_exit() local
/bionic/libm/upstream-freebsd/lib/msun/src/
De_sinh.c45 double t,h; in __ieee754_sinh() local
De_sinhf.c27 float t,h; in __ieee754_sinhf() local
Ds_ccoshf.c44 float x, y, h; in ccoshf() local
Ds_csinhf.c44 float x, y, h; in csinhf() local
Ds_ccosh.c52 double x, y, h; in ccosh() local
Ds_csinh.c52 double x, y, h; in csinh() local
De_jnf.c114 float q0,q1,h,tmp; int32_t k,m; in __ieee754_jnf() local
De_hypotl.c24 #define GET_LDBL_MAN(h, l, v) do { \ argument
De_jn.c158 double q0,q1,h,tmp; int32_t k,m; in __ieee754_jn() local
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhd_init.c38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument
Dhexnan.c60 ULong c, h, *x, *x1, *xe; local
/bionic/libc/include/
Dstring.h660 char* __bionic_strstr(const char* _Nonnull h, const char* _Nonnull n) { return strstr(h, n); } in __bionic_strstr()
663 const char* strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strstr()
668 char* strstr(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strstr()
673 char* __bionic_strpbrk(const char* _Nonnull h, const char* _Nonnull n) { return strpbrk(h, n); } in __bionic_strpbrk()
676 char* strpbrk(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk()
681 const char* strpbrk(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk()
/bionic/libc/kernel/uapi/linux/
Dromfs_fs.h28 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument
29 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
Dpkt_cls.h100 #define TC_U32_HTID(h) ((h) & 0xFFF00000) argument
101 #define TC_U32_USERHTID(h) (TC_U32_HTID(h) >> 20) argument
102 #define TC_U32_HASH(h) (((h) >> 12) & 0xFF) argument
103 #define TC_U32_NODE(h) ((h) & 0xFFF) argument
104 #define TC_U32_KEY(h) ((h) & 0xFFFFF) argument
Domapfb.h154 __u16 h; member
Dpkt_sched.h45 #define TC_H_MAJ(h) ((h) & TC_H_MAJ_MASK) argument
46 #define TC_H_MIN(h) ((h) & TC_H_MIN_MASK) argument
453 __u32 h; member
Dvirtio_gpu.h141 __le32 w, h, d; member
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c430 #define RETURN2(rp, h, l) do { \ argument
444 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
/bionic/linker/
Dlinker_soinfo.cpp752 uint32_t h = 0, g; in calculate_elf_hash() local
775 uint32_t h = 5381; in gnu_hash() local
/bionic/libc/kernel/uapi/drm/
Di810_drm.h102 unsigned int h; member
118 unsigned int h; member
Dvirtgpu_drm.h78 __u32 h; member
Dexynos_drm.h96 __u32 h; member
/bionic/libc/kernel/uapi/linux/dvb/
Dvideo.h45 int h; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1320 uch h; in freezeset() local

12