Home
last modified time | relevance | path

Searched refs:result (Results 4826 - 4850 of 18053) sorted by relevance

1...<<191192193194195196197198199200>>...723

/third_party/elfutils/libebl/
H A Deblcorenote.c50 int result = ebl->core_note (nhdr, name, in ebl_core_note() local
52 if (result == 0) in ebl_core_note()
74 result = 1; in ebl_core_note()
78 return result; in ebl_core_note()
/third_party/elfutils/libelf/
H A Dgelf_getversym.c46 GElf_Versym *result; in gelf_getversym() local
74 result = NULL; in gelf_getversym()
80 result = dst; in gelf_getversym()
85 return result; in gelf_getversym()
H A Dgelf_getvernaux.c44 GElf_Vernaux *result; in gelf_getvernaux() local
72 result = NULL; in gelf_getvernaux()
75 result = (GElf_Vernaux *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getvernaux()
80 return result; in gelf_getvernaux()
H A Dgelf_getverneed.c44 GElf_Verneed *result; in gelf_getverneed() local
72 result = NULL; in gelf_getverneed()
75 result = (GElf_Verneed *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getverneed()
80 return result; in gelf_getverneed()
H A Dgelf_getverdaux.c44 GElf_Verdaux *result; in gelf_getverdaux() local
69 result = NULL; in gelf_getverdaux()
72 result = (GElf_Verdaux *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getverdaux()
78 return result; in gelf_getverdaux()
H A Dgelf_getverdef.c44 GElf_Verdef *result; in gelf_getverdef() local
69 result = NULL; in gelf_getverdef()
72 result = (GElf_Verdef *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getverdef()
77 return result; in gelf_getverdef()
/third_party/icu/icu4c/source/common/
H A Dservnotf.h47 virtual UnicodeString& debug(UnicodeString& result) const {
48 return debugClass(result);
51 virtual UnicodeString& debugClass(UnicodeString& result) const {
52 return result.append((UnicodeString)"Key");
/third_party/icu/icu4c/source/i18n/
H A Dremtrans.cpp52 RemoveTransliterator* result = new RemoveTransliterator(); in clone() local
53 if (result != NULL && getFilter() != 0) { in clone()
54 result->adoptFilter(getFilter()->clone()); in clone()
56 return result; in clone()
/third_party/libuv/docs/code/idle-compute/
H A Dmain.c21 if (stdin_watcher.result > 0) { in on_type()
22 buffer[stdin_watcher.result] = '\0'; in on_type()
29 else if (stdin_watcher.result < 0) { in on_type()
30 fprintf(stderr, "error opening file: %s\n", uv_strerror(req->result)); in on_type()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_seek.c5 static off64_t __stdio_lseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence)
44 *result = ret;
51 off_t result = 0; in __stdio_seek() local
52 return lseek(f->fd, (unsigned int)off, whence) ? -1 : result; in __stdio_seek()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_seek.c5 static off64_t __stdio_lseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence)
44 *result = ret;
51 off_t result = 0; in __stdio_seek() local
52 return lseek(f->fd, (unsigned int)off, whence) ? -1 : result; in __stdio_seek()
/third_party/node/deps/icu-small/source/common/
H A Dservnotf.h47 virtual UnicodeString& debug(UnicodeString& result) const {
48 return debugClass(result);
51 virtual UnicodeString& debugClass(UnicodeString& result) const {
52 return result.append((UnicodeString)"Key");
/third_party/node/deps/icu-small/source/i18n/
H A Dremtrans.cpp52 RemoveTransliterator* result = new RemoveTransliterator(); in clone() local
53 if (result != nullptr && getFilter() != 0) { in clone()
54 result->adoptFilter(getFilter()->clone()); in clone()
56 return result; in clone()
/third_party/lwip/src/core/ipv6/
H A Dethip6.c83 err_t result; in ethip6_output() local
108 result = nd6_get_next_hop_addr_or_queue(netif, q, ip6addr, &hwaddr); in ethip6_output()
109 if (result != ERR_OK) { in ethip6_output()
110 return result; in ethip6_output()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
H A D15-1.c66 int result; in main() local
76 result = mlockall(MCL_CURRENT); in main()
78 if (result == -1 && errno == EPERM) { in main()
81 } else if (result == 0) { in main()
H A D3-7.c27 int result, fd; in main() local
62 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
63 if (result == -1 && errno == EBUSY) { in main()
66 } else if (result == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H A D6-1.c74 int result = -1; in main() local
88 result = sched_getparam(1, &param); in main()
90 if (result == -1 && errno == EPERM) { in main()
94 if (result == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
H A D3-1.c29 int result = -2, child_pid, stat_loc; in main() local
55 result = sched_rr_get_interval(child_pid, &interval); in main()
57 if (result == -1 && errno == ESRCH) { in main()
67 if (result == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D25-2.c28 int policy, invalid_priority, result; in main() local
59 result = sched_setparam(0, &param); in main()
61 if (result == -1 && errno == EINVAL) { in main()
64 } else if (result != -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D15-1.c33 int new_policy, policy, result; in main() local
46 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
47 if (result == ENOTSUP) { in main()
50 } else if (result != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
H A D15-1.c66 int result; in main() local
76 result = mlockall(MCL_CURRENT); in main()
78 if (result == -1 && errno == EPERM) { in main()
81 } else if (result == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D10-2.c32 int result, i, path_max; in main() local
51 result = shm_unlink(shm_name); in main()
53 if (result == -1 && errno == ENAMETOOLONG) { in main()
56 } else if (result != -1) { in main()
/third_party/node/deps/v8/src/base/
H A Dring-buffer.h38 T result = initial; in Sum() local
40 result = callback(result, elements_[j]); in Sum()
43 return result; in Sum()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_vsnprintf_chk_test.cpp22 int result = __vsnprintf_chk(str, size - 1, 0, size - 1, format, args); in VsnprintfHelper() local
24 return result; in VsnprintfHelper()
37 int result = VsnprintfHelper(buffer, sizeof(buffer), format, value); in HWTEST_F() local
38 EXPECT_EQ(EXPECT_NUM, result); in HWTEST_F()
H A Dfortify_vsprintf_chk_test.cpp21 int result = __vsprintf_chk(str, 0, size - 1, format, args); in VsprintfHelper() local
23 return result; in VsprintfHelper()
37 int result = VsprintfHelper(buffer, sizeof(buffer), format, value); in HWTEST_F() local
38 EXPECT_EQ(EXPECT_NUM, result); in HWTEST_F()

Completed in 10 milliseconds

1...<<191192193194195196197198199200>>...723