Home
last modified time | relevance | path

Searched defs:res (Results 3151 - 3175 of 4150) sorted by relevance

1...<<121122123124125126127128129130>>...166

/third_party/node/deps/icu-small/source/i18n/
H A Dtranslit.cpp1549 UResourceBundle* res = ures_getNextResource(colBund, nullptr, &lstatus); in initializeRegistry() local
H A Dtransreg.cpp248 ResourceBundle* res; member in TransliteratorSpec
[all...]
H A Dolsontz.cpp120 OlsonTimeZone(const UResourceBundle* top, const UResourceBundle* res, const UnicodeString& tzid, UErrorCode& ec) OlsonTimeZone() argument
[all...]
H A Dtmutfmt.cpp189 char res[1000]; in parseObject() local
191 std::cout << "parse source: " << res << "\n"; in parseObject() local
206 std::cout << "parse plural count: " << res << "\n"; in parseObject() local
H A Dzonemeta.cpp801 StackUResourceBundle res; in initAvailableMetaZoneIDs() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) in printContainer() argument
623 string_write_xml(StringResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in string_write_xml() argument
660 alias_write_xml(AliasResource *res, const char* id, const char* , UErrorCode *status) alias_write_xml() argument
691 array_write_xml(ArrayResource *res, const char* id, const char* language, UErrorCode *status) array_write_xml() argument
728 intvector_write_xml(IntVectorResource *res, const char* id, const char* , UErrorCode *status) intvector_write_xml() argument
777 int_write_xml(IntResource *res, const char* id, const char* , UErrorCode *status) int_write_xml() argument
805 bin_write_xml(BinaryResource *res, const char* id, const char* , UErrorCode *status) bin_write_xml() argument
925 table_write_xml(TableResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) table_write_xml() argument
962 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) res_write_xml() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c552 nghttp2_hd_entry *res = NULL; in hd_map_find() local
853 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument
1174 search_result res = {token, 0}; search_static_table() local
1200 search_result res = {-1, 0}; search_hd_table() local
1345 search_result res; deflate_nv() local
2300 nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, uint8_t *in, uint8_t *last, size_t prefix) nghttp2_hd_decode_length() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c98 LLVMValueRef res; in lp_build_stencil_test_single() local
140 LLVMValueRef res; in lp_build_stencil_test() local
177 LLVMValueRef res; in lp_build_stencil_op_single() local
252 LLVMValueRef res; lp_build_stencil_op() local
[all...]
H A Dlp_setup.c696 struct pipe_resource *res = image->resource; in lp_setup_set_fs_images() local
954 struct pipe_resource *res = view->texture; lp_setup_set_fragment_sampler_views() local
[all...]
H A Dlp_texture.c190 llvmpipe_can_create_resource(struct pipe_screen *screen, const struct pipe_resource *res) llvmpipe_can_create_resource() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c677 struct pipe_resource *res = view->texture; in nv50_stage_set_sampler_views() local
884 struct pipe_resource *res = cb ? cb->buffer : NULL; in nv50_set_constant_buffer() local
1134 nv50_so_target_create(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size) nv50_so_target_create() argument
1401 nv50_set_global_handle(uint32_t *phandle, struct pipe_resource *res) nv50_set_global_handle() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) in printContainer() argument
623 string_write_xml(StringResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in string_write_xml() argument
660 alias_write_xml(AliasResource *res, const char* id, const char* , UErrorCode *status) alias_write_xml() argument
691 array_write_xml(ArrayResource *res, const char* id, const char* language, UErrorCode *status) array_write_xml() argument
728 intvector_write_xml(IntVectorResource *res, const char* id, const char* , UErrorCode *status) intvector_write_xml() argument
777 int_write_xml(IntResource *res, const char* id, const char* , UErrorCode *status) int_write_xml() argument
805 bin_write_xml(BinaryResource *res, const char* id, const char* , UErrorCode *status) bin_write_xml() argument
925 table_write_xml(TableResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) table_write_xml() argument
962 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) res_write_xml() argument
[all...]
/third_party/libfuse/example/
H A Dpassthrough_hp.cc221 auto res = fstatat(inode.fd, "", &attr, in sfs_getattr() local
235 int res; in do_setattr() local
427 int res; mknod_symlink() local
485 auto res = linkat(AT_FDCWD, procname, inode_p.fd, name, AT_SYMLINK_FOLLOW); sfs_link() local
514 auto res = unlinkat(inode_p.fd, name, AT_REMOVEDIR); sfs_rmdir() local
529 auto res = renameat(inode_p.fd, name, inode_np.fd, newname); sfs_rename() local
563 auto res = unlinkat(inode_p.fd, name, 0); sfs_unlink() local
614 auto res = readlinkat(inode.fd, "", buf, sizeof(buf)); sfs_readlink() local
845 int res; sfs_fsyncdir() local
907 auto res = close(dup(fi->fh)); sfs_flush() local
915 int res; sfs_fsync() local
950 auto res = fuse_buf_copy(&out_buf, in_buf, FUSE_BUF_COPY_FLAGS); do_write_buf() local
969 auto res = fstatvfs(get_fs_fd(ino), &stbuf); sfs_statfs() local
994 auto res = flock(fi->fh, op); sfs_flock() local
1284 auto res = getrlimit(RLIMIT_NOFILE, &lim); maximize_fd_limit() local
[all...]
H A Dpassthrough_ll.c203 int res; in lo_getattr() local
223 int res; in lo_setattr() local
313 int res; lo_do_lookup() local
391 int res; lo_mknod_symlink() local
438 int res; lo_link() local
479 int res; lo_rmdir() local
490 int res; lo_rename() local
505 int res; lo_unlink() local
571 int res; lo_readlink() local
788 int res; lo_fsyncdir() local
847 int res; lo_flush() local
856 int res; lo_fsync() local
886 ssize_t res; lo_write_buf() local
906 int res; lo_statfs() local
942 int res; lo_flock() local
1109 ssize_t res; lo_copy_file_range() local
1130 off_t res; lo_lseek() local
1229 int res; main() local
[all...]
/third_party/libfuse/util/
H A Dfusermount.c139 int res; in lock_umount() local
166 int res; in unlock_umount() local
277 int res; in check_is_mount_child() local
392 int res; chdir_to_parent() local
437 int res; unmount_fuse_locked() local
482 int res; unmount_fuse() local
773 int res; do_mount() local
944 int res; check_perm() local
1130 int res; mount_fuse() local
1260 int res = waitpid(pid, &status, 0); recheck_ENOTCONN_as_owner() local
1350 int res; main() local
[all...]
/third_party/libfuse/test/
H A Dtest_syscalls.c141 int res = stat(path, &stbuf); in check_size() local
167 int res = lstat(path, &stbuf); in check_type() local
188 int res = lstat(path, &stbuf); in check_mode() local
207 int res = lstat(path, &stbuf); in check_times() local
264 int res = lstat(path, &stbuf); check_nlink() local
275 int res = fstat(fd, &stbuf); fcheck_stat() local
300 int res = lstat(path, &stbuf); check_nonexist() local
325 int res; check_data() local
368 int res; fcheck_data() local
396 int res; check_dir_contents() local
465 int res; create_file() local
517 int res; create_path_fd() local
535 int res, fd; create_testfile() local
569 int res, err = 0; check_unlinked_testfiles() local
604 int res; cleanup_dir() local
621 int res; create_dir() local
659 int res; test_truncate() local
707 int res; test_ftruncate() local
774 int res; test_seekdir() local
834 int res; test_copy_file_range() local
929 int res; test_utime() local
965 int res; test_create() local
1018 int res; test_create_unlink() local
1072 int res; test_mknod() local
1112 int res; do_test_open() local
1268 int res; do_test_open_acc() local
1326 int res; test_symlink() local
1388 int res; test_link() local
1438 int res; test_link2() local
1497 int res; test_rename_file() local
1538 int res; test_rename_dir() local
1587 int res; test_rename_dir_loop() local
1798 int res; test_mkfifo() local
1831 int res; test_mkdir() local
1869 int res; test_socket() local
1922 int res; do_test_create_ro_dir() local
[all...]
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c489 void *res = NULL; in client_run() local
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c543 err_t res; in mqtt_close() local
674 mqtt_connection_status_t res = MQTT_CONNECT_ACCEPTED; in mqtt_message_received() local
906 mqtt_connection_status_t res = mqtt_message_received(client, fixed_hdr_len, cpy_len, msg_rem_len); mqtt_parse_incoming() local
941 mqtt_connection_status_t res; mqtt_tcp_recv_cb() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c343 long double l, r, res; in simplify_float_binop() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc633 TNode<IntPtrT> res = in PopulationCount32() local
637 TNode<IntPtrT> res = PopulationCountFallback( in PopulationCount32() local
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h248 } res, val; in __builtin_bswap128() local
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc382 auto res = std::move(last_full_gc_event_); in ExtractLastFullGcEvent() local
389 auto res = std::move(last_young_gc_event_); in ExtractLastYoungGcEvent() local
396 auto res = std::move(last_incremental_mark_event_); in ExtractLastIncrementalMarkEvent() local
/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h1200 auto res = resource(cage_base); in GetChars() local
1272 auto res = resource(cage_base); in GetChars() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc408 int res = in AtomExec() local
675 int res = NativeRegExpMacroAssembler::Match(regexp, subject, output, in IrregexpExecRaw() local
774 int res = in IrregexpExec() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1462 union pipe_query_result res = {0}; in fd_render_condition_check() local

Completed in 55 milliseconds

1...<<121122123124125126127128129130>>...166