Home
last modified time | relevance | path

Searched defs:result (Results 601 - 625 of 7348) sorted by relevance

1...<<21222324252627282930>>...294

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-symbol.cc26 Handle<Symbol> result = isolate->factory()->NewSymbol(); in BUILTIN() local
56 Object result; in BUILTIN() local
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.cc27 const char* result; in Name() local
67 const char* result; in Name() local
/third_party/node/deps/v8/src/base/
H A Dsafe_conversions_arm_impl.h38 uint32_t>::type result; in Do() local
/third_party/node/deps/v8/src/libplatform/
H A Dtask-queue.cc36 std::unique_ptr<Task> result = std::move(task_queue_.front()); in GetNext() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-numbers.cc47 double result = StringToInt(isolate, subject, radix32); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/
H A Dshared-heap-deserializer.cc47 Handle<String> result = in DeserializeStringTable() local
/third_party/node/deps/v8/src/torque/ls/
H A Djson.cc61 std::stringstream result; in SerializeToString() local
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Diswctype.c24 int result = iswctype(ch, wt); in iswctype_test() local
H A Dwcswidth.c32 int result = wcswidth(L"abc", WIDTH); in wcswidth_0100() local
45 int result = wcswidth(L"ab\t", WIDTH); in wcswidth_0200() local
58 int result = wcswidth(L"a\\tb", WIDTH); wcswidth_0300() local
[all...]
H A Dtoupper.c28 char result = toupper(ch); in toupper_0100() local
42 char result = toupper(ch); in toupper_0200() local
56 char result = toupper(ch); toupper_0300() local
70 char result = toupper(ch); toupper_0400() local
[all...]
H A Dtolower.c28 char result = tolower(ch); in tolower_0100() local
42 char result = tolower(ch); in tolower_0200() local
56 char result = tolower(ch); tolower_0300() local
70 char result = tolower(ch); tolower_0400() local
[all...]
H A Dtowlower.c29 wint_t result = towlower(wt); in towlower_0100() local
44 wint_t result = towlower(wt); in towlower_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/exit/
H A Ddouble_exit.c42 int result = atexit(atexit_0100); in atexit_0200() local
64 int result = 0; in main() local
[all...]
H A Dat_quick_exit.c32 int result = at_quick_exit(f1); in at_quick_exit_0100() local
45 int result; in at_quick_exit_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_fgets_chk_test.cpp30 int result = strcmp(content, "this is a test\n"); in HWTEST_F() local
H A Dfortify_pread_chk_test.cpp29 ssize_t result = __pread_chk(file, buf, COUNT, offset, bufSize); in HWTEST_F() local
H A Dfortify_strrchr_chk_test.cpp38 char* result = __strrchr_chk(srcChar, dest, obj); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dladdr_test.cpp30 const char* result = strstr(dlInfo.dli_fname, fileName); in HWTEST_F() local
56 const char* result = strstr(dlInfo.dli_fname, fileName); in HWTEST_F() local
83 const char* result = strstr(dlInfo.dli_fname, fileName); in HWTEST_F() local
111 const char* result = strstr(dlInfo.dli_fname, fileName); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dadjtimex.c47 int result = adjtimex(&tx); in adjtimex_0100() local
75 int result = __adjtimex_time64(&tx); in adjtimex_time64_0100() local
H A Dcapget.c36 int result = capget(cap_header, cap_data); in capget_0100() local
54 int result = capget(NULL, cap_data); in capget_0200() local
H A Dbrk.c36 int result = brk(new_break); in brk_0100() local
H A Deventfd_read.c34 int result = eventfd_read(fd, &value); in eventfd_read_0100() local
54 int result = eventfd_read(-1, &value); in eventfd_read_0200() local
73 int result = eventfd_read(fd, NULL); in eventfd_read_0300() local
H A Dfgetxattr.c43 ssize_t result = fgetxattr(fd, name, value, 1024); in fgetxattr_0100() local
H A Depoll_wait.c42 int result = epoll_wait(epoll_fd, events, 1, 1); in epoll_wait_0100() local
H A Dgetdents.c35 int result = getdents(fd, &buf, INT_MAX); in getdents_0100() local
48 int result = getdents(fd, &buf, INT_MAX); in getdents_0200() local
62 int result = getdents(fd, NULL, INT_MAX); in getdents_0300() local

Completed in 7 milliseconds

1...<<21222324252627282930>>...294