/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_create.c | 115 _LIBC_TEXT_SECTION int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() argument
|
/third_party/musl/src/network/ |
H A D | res_cache.c | 52 dns_set_addr_info_to_netsys_cache2(const int netid, const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo *res) dns_set_addr_info_to_netsys_cache2() argument 71 dns_set_addr_info_to_netsys_cache(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo *res) dns_set_addr_info_to_netsys_cache() argument 77 dns_get_addr_info_from_netsys_cache2(const int netid, const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) dns_get_addr_info_from_netsys_cache2() argument 136 dns_get_addr_info_from_netsys_cache(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) dns_get_addr_info_from_netsys_cache() argument 142 dns_post_result_to_netsys_cache(int netid, char* name, int usedtime, int queryret, struct addrinfo *res, struct queryparam *param) dns_post_result_to_netsys_cache() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | resbund.cpp | 198 ResourceBundle::ResourceBundle(UResourceBundle *res, UErrorCode& err) in ResourceBundle() argument [all...] |
/third_party/ninja/src/ |
H A D | dyndep_parser.cc | 126 std::pair<DyndepFile::iterator, bool> res = in ParseEdge() local
|
/third_party/node/deps/cares/src/tools/ |
H A D | ahost.c | 187 int res; in main() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_vdpau.c | 71 struct pipe_resource *res = NULL; in st_vdpau_video_surface_gallium() local 98 struct pipe_resource *res = NULL; in st_vdpau_output_surface_gallium() local 114 struct pipe_resource templ, *res; in st_vdpau_resource_from_description() local 194 struct pipe_resource *res; in st_vdpau_map_surface() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | hash.c | 156 void *res; in _mesa_HashLookup() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_utils.cpp | 35 doGetPattern(UResourceBundle* res, const char* nsName, const char* patternKey, UErrorCode& publicStatus, in doGetPattern() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_vec.c | 66 size_t res = 0; in ngtcp2_vec_len() local 76 uint64_t res = 0; in ngtcp2_vec_len_varint() local
|
/third_party/mesa3d/src/util/tests/ |
H A D | fast_idiv_by_const_test.cpp | 177 int64_t res; in fast_sdiv() local [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_sync.c | 198 DWORD res = in dzn_sync_wait() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_fastpath.c | 71 __m128i res; in mm_select_si128() local
|
H A D | lp_test_main.c | 262 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps() argument 284 compare_vec(struct lp_type type, const void *res, const void *ref) in compare_vec() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_push.c | 213 struct nv04_resource *res = nv04_resource(vb->buffer.resource); in nv30_push_vbo() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_tex.c | 253 struct nv04_resource *res; in nv50_validate_tic() local 47 nv50_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *res, const struct pipe_sampler_view *templ) nv50_create_sampler_view() argument 223 nv50_update_tic(struct nv50_context *nv50, struct nv50_tic_entry *tic, struct nv04_resource *res) nv50_update_tic() argument 338 struct nv50_miptree *res; nv50_validate_tic() local [all...] |
H A D | nv50_winsys.h | 27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin, struct nv04_resource *res, unsigned flags) nv50_add_bufctx_resident() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_compute.c | 220 struct nv04_resource *res = in nvc0_compute_validate_constbufs() local 281 struct nv04_resource *res = in nvc0_compute_validate_buffers() local 308 struct pipe_resource *res = *util_dynarray_element( nvc0_compute_validate_globals() local 471 struct nv04_resource *res = nv04_resource(info->indirect); nvc0_launch_grid() local 511 struct nv04_resource *res = nv04_resource(info->indirect); nvc0_compute_update_indirect_invocations() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | pptest.cpp | 205 UnicodeString res; in TestFieldPosition_example() local
|
/third_party/libfuse/example/ |
H A D | hello.c | 67 int res = 0; in hello_getattr() local
|
/third_party/libdrm/tests/amdgpu/ |
H A D | bo_tests.c | 137 struct amdgpu_bo_import_result res = {0}; in amdgpu_bo_export_import_do_type() local
|
/third_party/ltp/testcases/kernel/io/aio/ |
H A D | aio02.c | 67 static void work_done(io_context_t ctx, struct iocb *iocb, long res, long res2) in work_done() argument 108 int res, fd = 0, i = 0; in io_tio() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify17.c | 149 int res; in do_unshare() local
|
/third_party/ltp/testcases/lib/ |
H A D | tst_kvcmp.c | 122 int res; in main() local [all...] |
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpclient.c | 140 struct addrinfo *res; /* pointer to addrinfo structure */ in main() local
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx06.c | 48 struct timespec res; in clock_wait_tick() local
|