Home
last modified time | relevance | path

Searched defs:res (Results 426 - 450 of 3240) sorted by relevance

1...<<11121314151617181920>>...130

/third_party/musl/src/malloc/linux/
H A Dstats.c44 struct mallinfo2 res = { in mallinfo2() local
/third_party/musl/src/misc/
H A Dsetrlimit.c33 int res; member
/third_party/musl/src/passwd/
H A Dgetgr_r.c6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgr_r() argument
41 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) in getgrnam_r() argument
46 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgrgid_r() argument
H A Dgetgrent.c17 struct group *res; in getgrent() local
27 struct group *res; in getgrgid() local
35 struct group *res; in getgrnam() local
H A Dgetpw_a.c20 int __getpw_a(const char *name, uid_t uid, struct passwd *pw, char **buf, size_t *size, struct passwd **res) in __getpw_a() argument
H A Dgetgrent_a.c11 int __getgrent_a(FILE *f, struct group *gr, char **line, size_t *size, char ***mem, size_t *nmem, struct group **res) in __getgrent_a() argument
H A Dgetpw_r.c6 static int getpw_r(const char *name, uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpw_r() argument
34 int getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwnam_r() argument
39 int getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwuid_r() argument
/third_party/nghttp2/src/
H A Dshrpx_config_test.cc75 auto res = parse_log_format( in test_shrpx_config_parse_log_format() local
[all...]
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyaddr_r() argument
H A Dgetservbyname_r.c13 getservbyname_r(const char *name, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) getservbyname_r() argument
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_join.c10 static int __pthread_timedjoin_np(pthread_t t, void **res, const struct timespec *at) in __pthread_timedjoin_np() argument
46 int __pthread_join(pthread_t t, void **res) in __pthread_join() argument
51 static int __pthread_tryjoin_np(pthread_t t, void **res) in __pthread_tryjoin_np() argument
/third_party/nghttp2/lib/
H A Dnghttp2_rcbuf.c96 nghttp2_vec res = {rcbuf->base, rcbuf->len}; in nghttp2_rcbuf_get_buf() local
H A Dnghttp2_net.h54 uint32_t res; in htonl() local
64 uint16_t res; in htons() local
72 uint32_t res; in ntohl() local
82 uint16_t res; ntohs() local
[all...]
/third_party/musl/src/network/
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyaddr_r() argument
/third_party/musl/src/thread/
H A Dpthread_join.c14 static int __pthread_timedjoin_np(pthread_t t, void **res, const struct timespec *at) in __pthread_timedjoin_np() argument
63 int __pthread_join(pthread_t t, void **res) in __pthread_join() argument
74 static int __pthread_tryjoin_np(pthread_t t, void **res) in __pthread_tryjoin_np() argument
/third_party/musl/porting/linux/user/src/malloc/
H A Dstats.c44 struct mallinfo2 res = { in mallinfo2() local
/third_party/node/deps/cares/src/lib/
H A Dares_math.c92 size_t res = 1; in ares__pow() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_abi_helper.h67 dzn_ID3D12Resource_GetDesc(ID3D12Resource *res) in dzn_ID3D12Resource_GetDesc() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.c96 nghttp2_vec res = {rcbuf->base, rcbuf->len}; in nghttp2_rcbuf_get_buf() local
H A Dnghttp2_net.h54 uint32_t res; in htonl() local
64 uint16_t res; in htons() local
72 uint32_t res; in ntohl() local
82 uint16_t res; ntohs() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_rcbuf.c102 nghttp3_vec res = {rcbuf->base, rcbuf->len}; in nghttp3_rcbuf_get_buf() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_net.h92 uint32_t res; in ngtcp2_htonl() local
102 uint16_t res; in ngtcp2_htons() local
110 uint32_t res; in ngtcp2_ntohl() local
120 uint16_t res; ngtcp2_ntohs() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_lower_divergent_indirects.c97 nir_ssa_def *res = has_dest ? in bi_lower_divergent_indirects_impl() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c63 nv30_resource_destroy(struct pipe_screen *pscreen, struct pipe_resource *res) in nv30_resource_destroy() argument
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake03.c37 int res, i, cnt; in do_wake() local

Completed in 6 milliseconds

1...<<11121314151617181920>>...130