Home
last modified time | relevance | path

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

12

/bionic/libc/include/
Dstring.h244 char* _Nullable __bionic_strstr(const char* _Nonnull h, const char* _Nonnull n) { return strstr(h, … in __bionic_strstr()
247 const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload… in strstr()
252 char* _Nullable strstr(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strstr()
257 char* _Nullable __bionic_strpbrk(const char* _Nonnull h, const char* _Nonnull n) { return strpbrk(h… in __bionic_strpbrk()
260 char* _Nullable strpbrk(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk()
265 const char* _Nullable strpbrk(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overloa… in strpbrk()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrstr.c30 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()
Dmemmem.c30 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/kernel/uapi/linux/
Dbits.h9 #define __GENMASK(h,l) (((~_UL(0)) - (_UL(1) << (l)) + 1) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))… argument
10 #define __GENMASK_ULL(h,l) (((~_ULL(0)) - (_ULL(1) << (l)) + 1) & (~_ULL(0) >> (__BITS_PER_LONG_LON… argument
Dromfs_fs.h16 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument
17 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
Dmap_to_14segment.h33 #define _SEG14(sym,a,b,c,d,e,f,g1,g2,h,j,k,l,m,n) __cpu_to_be16(a << BIT_SEG14_A | b << BIT_SEG14_B… argument
Dpkt_cls.h151 #define TC_U32_HTID(h) ((h) & 0xFFF00000) argument
152 #define TC_U32_USERHTID(h) (TC_U32_HTID(h) >> 20) argument
153 #define TC_U32_HASH(h) (((h) >> 12) & 0xFF) argument
154 #define TC_U32_NODE(h) ((h) & 0xFFF) argument
155 #define TC_U32_KEY(h) ((h) & 0xFFFFF) argument
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dquick_exit.c58 struct quick_exit_handler *h; in at_quick_exit() local
76 struct quick_exit_handler *h; in quick_exit() local
/bionic/tests/headers/posix/
Dsignal_h.c34 void (*h)(int); in signal_h() local
/bionic/libm/upstream-freebsd/lib/msun/src/
De_sinhf.c27 float t,h; in sinhf() local
De_sinh.c45 double t,h; in sinh() local
Ds_ccoshf.c46 float x, y, h; in ccoshf() local
Ds_csinhf.c46 float x, y, h; in csinhf() local
Ds_csinh.c54 double x, y, h; in csinh() local
Ds_ccosh.c54 double x, y, h; in ccosh() local
De_jnf.c114 float q0,q1,h,tmp; int32_t k,m; in jnf() local
De_hypotl.c24 #define GET_LDBL_MAN(h, l, v) do { \ argument
De_jn.c157 double q0,q1,h,tmp; int32_t k,m; in jn() local
/bionic/linker/
Dlinker_gnu_hash.h47 uint32_t h = 5381; in calculate_gnu_hash_simple() local
Dlinker_soinfo.cpp917 uint32_t h = 0, g; in calculate_elf_hash() 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/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c432 #define RETURN2(rp, h, l) do { \ argument
446 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
/bionic/libc/kernel/uapi/drm/
Dexynos_drm.h117 struct drm_exynos_ipp_limit_val h; member
151 __u32 h; member
/bionic/libc/kernel/uapi/linux/dvb/
Dvideo.h23 int h; member

12