Home
last modified time | relevance | path

Searched defs:res (Results 3451 - 3475 of 5688) sorted by relevance

1...<<131132133134135136137138139140>>...228

/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c356 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/nghttp2/src/
H A Dutil.h427 std::string res; in utos() local
451 auto res = p; utos() local
506 std::string res; utox() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duresdata.h485 res_getString(const ResourceTracer& traceInfo, const ResourceData *pResData, Resource res, int32_t *pLength) res_getString() argument
491 res_getBinary(const ResourceTracer& traceInfo, const ResourceData *pResData, Resource res, int32_t *pLength) res_getBinary() argument
497 res_getIntVector(const ResourceTracer& traceInfo, const ResourceData *pResData, Resource res, int32_t *pLength) res_getIntVector() argument
503 res_getInt(const ResourceTracer& traceInfo, Resource res) res_getInt() argument
508 res_getUInt(const ResourceTracer& traceInfo, Resource res) res_getUInt() argument
557 Resource res; global() member in ResourceDataValue
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.c901 GLuint res; in _mesa_SamplerParameteri() local
987 GLuint res; _mesa_SamplerParameterf() local
1072 GLuint res; _mesa_SamplerParameteriv() local
1165 GLuint res; _mesa_SamplerParameterfv() local
1251 GLuint res; _mesa_SamplerParameterIiv() local
1338 GLuint res; _mesa_SamplerParameterIuiv() local
[all...]
H A Duniform_query.cpp60 struct gl_program_resource *res; in _mesa_GetActiveUniform_impl() local
141 struct gl_program_resource *res; in _mesa_GetActiveUniformsiv() local
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c462 VkResult res; in init_device_state() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp324 string_write_java(const StringResource *res,UErrorCode *status) { in string_write_java() argument
331 array_write_java(const ArrayResource *res, UErrorCode *status) { in array_write_java() argument
391 intvector_write_java(const IntVectorResource *res, UErrorCod argument
432 int_write_java(const IntResource *res, UErrorCode * ) int_write_java() argument
448 bytes_write_java(const BinaryResource *res, UErrorCode * ) bytes_write_java() argument
512 table_write_java(const TableResource *res, UErrorCode *status) table_write_java() argument
580 res_write_java(struct SResource *res,UErrorCode *status) res_write_java() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dumsg.cpp353 UnicodeString res; in umsg_toPattern() local
/third_party/mesa3d/src/intel/tools/
H A Daub_mem.c141 check_mmap_result(const void *res) in check_mmap_result() argument
301 void *res = mmap((uint8_t *)bo.map + map_offset, 4096, PROT_READ, in aub_mem_get_ggtt_bo() local
366 void *res = mmap((uint8_t *)bo.map + (page - bo.addr), 4096, PROT_READ, in aub_mem_get_ppgtt_bo() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c263 nir_ssa_def *res; in lower_res_intrinsic() local
448 nir_ssa_def *res; in lower_tex() local
558 nir_ssa_def *res; lower_img_intrinsic() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c464 llvmpipe_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *clear_value, int clear_value_size) llvmpipe_clear_buffer() argument
H A Dlp_test_blend.c158 LLVMValueRef res; in add_blend_test() local
360 compute_blend_ref(const struct pipe_blend_state *blend, const double *src, const double *src1, const double *dst, const double *con, double *res) compute_blend_ref() argument
471 uint8_t *src, *src1, *dst, *con, *res, *ref; test_one() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c710 struct nv04_resource *res = nv04_resource(so->pipe.buffer); in nva0_draw_stream_output() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp324 string_write_java(const StringResource *res,UErrorCode *status) { in string_write_java() argument
331 array_write_java(const ArrayResource *res, UErrorCode *status) { in array_write_java() argument
391 intvector_write_java(const IntVectorResource *res, UErrorCod argument
432 int_write_java(const IntResource *res, UErrorCode * ) int_write_java() argument
448 bytes_write_java(const BinaryResource *res, UErrorCode * ) bytes_write_java() argument
512 table_write_java(const TableResource *res, UErrorCode *status) table_write_java() argument
580 res_write_java(struct SResource *res,UErrorCode *status) res_write_java() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c329 static void verifyResult(UEnumeration* res, const UBool *resultsManually) { in verifyResult() argument
/third_party/libfuse/lib/
H A Dfuse_loop_mt.c134 int res; in fuse_do_work() local
213 int res; in fuse_start_thread() local
247 int res; fuse_clone_chan() local
281 int res; fuse_loop_start_thread() local
[all...]
H A Dhelper.c181 int res; in add_default_subtype() local
313 int res; in fuse_main_real() local
[all...]
/third_party/libfuse/example/
H A Dpassthrough.c80 int res; in xmp_getattr() local
91 int res; in xmp_access() local
102 int res; in xmp_readlink() local
143 int res; xmp_mknod() local
154 int res; xmp_mkdir() local
165 int res; xmp_unlink() local
176 int res; xmp_rmdir() local
187 int res; xmp_symlink() local
198 int res; xmp_rename() local
212 int res; xmp_link() local
225 int res; xmp_chmod() local
238 int res; xmp_chown() local
250 int res; xmp_truncate() local
267 int res; xmp_utimens() local
281 int res; xmp_create() local
293 int res; xmp_open() local
307 int res; xmp_read() local
330 int res; xmp_write() local
352 int res; xmp_statfs() local
385 int res; xmp_fallocate() local
413 int res = lsetxattr(path, name, value, size, flags); xmp_setxattr() local
422 int res = lgetxattr(path, name, value, size); xmp_getxattr() local
430 int res = llistxattr(path, list, size); xmp_listxattr() local
438 int res = lremovexattr(path, name); xmp_removexattr() local
453 ssize_t res; xmp_copy_file_range() local
490 off_t res; xmp_lseek() local
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c441 struct addrinfo *res; /* pointer to addrinfo structure */ in get_maddrinfo() local
516 struct addrinfo *res; /* pointer to addrinfo structure */ in create_source_filter() local
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c583 int res = SUCCESS; in test6() local
/third_party/lwip/src/netif/ppp/
H A Dccp.c552 int res; in ccp_resetci() local
1111 int res; ccp_reqci() local
[all...]
H A Dpppoe.c722 err_t res; in pppoe_output() local
1035 err_t res; in pppoe_send_padt() local
/third_party/lzma/C/
H A D7zDec.c73 SRes res; member
103 SRes res = SZ_OK; in SzDecodePpmd() local
167 SRes res = SZ_OK; SzDecodeLzma() local
227 SRes res = SZ_OK; SzDecodeLzma2() local
611 SRes res; SzAr_DecodeFolder() local
[all...]
H A DMtDec.h27 SRes res; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.cc411 auto res = move_map.insert(std::make_pair(key, 1)); in OptimizeMerge() local

Completed in 27 milliseconds

1...<<131132133134135136137138139140>>...228