| /third_party/musl/src/malloc/linux/ |
| H A D | stats.c | 44 struct mallinfo2 res = { in mallinfo2() local
|
| /third_party/musl/src/misc/ |
| H A D | setrlimit.c | 33 int res; member
|
| /third_party/musl/src/passwd/ |
| H A D | getgr_r.c | 6 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 D | getgrent.c | 17 struct group *res; in getgrent() local 27 struct group *res; in getgrgid() local 35 struct group *res; in getgrnam() local
|
| H A D | getpw_a.c | 20 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 D | getgrent_a.c | 11 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 D | getpw_r.c | 6 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 D | shrpx_config_test.cc | 75 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 D | gethostbyaddr_r.c | 10 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 D | getservbyname_r.c | 13 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 D | pthread_join.c | 10 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 D | nghttp2_rcbuf.c | 96 nghttp2_vec res = {rcbuf->base, rcbuf->len}; in nghttp2_rcbuf_get_buf() local
|
| H A D | nghttp2_net.h | 54 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 D | gethostbyaddr_r.c | 10 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 D | pthread_join.c | 14 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 D | stats.c | 44 struct mallinfo2 res = { in mallinfo2() local
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_math.c | 92 size_t res = 1; in ares__pow() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_abi_helper.h | 67 dzn_ID3D12Resource_GetDesc(ID3D12Resource *res) in dzn_ID3D12Resource_GetDesc() argument
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_rcbuf.c | 96 nghttp2_vec res = {rcbuf->base, rcbuf->len}; in nghttp2_rcbuf_get_buf() local
|
| H A D | nghttp2_net.h | 54 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 D | nghttp3_rcbuf.c | 102 nghttp3_vec res = {rcbuf->base, rcbuf->len}; in nghttp3_rcbuf_get_buf() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_net.h | 92 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 D | bi_lower_divergent_indirects.c | 97 nir_ssa_def *res = has_dest ? in bi_lower_divergent_indirects_impl() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_resource.c | 63 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 D | futex_wake03.c | 37 int res, i, cnt; in do_wake() local
|