/third_party/elfutils/libebl/ |
H A D | eblcorenote.c | 50 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 D | gelf_getversym.c | 46 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 D | gelf_getvernaux.c | 44 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 D | gelf_getverneed.c | 44 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 D | gelf_getverdaux.c | 44 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 D | gelf_getverdef.c | 44 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 D | servnotf.h | 47 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 D | remtrans.cpp | 52 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 D | main.c | 21 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.c | 5 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.c | 5 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 D | servnotf.h | 47 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 D | remtrans.cpp | 52 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 D | ethip6.c | 83 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 D | 15-1.c | 66 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 D | 3-7.c | 27 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 D | 6-1.c | 74 int result = -1; in main() local 88 result = sched_getparam(1, ¶m); 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 D | 3-1.c | 29 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 D | 25-2.c | 28 int policy, invalid_priority, result; in main() local 59 result = sched_setparam(0, ¶m); 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 D | 15-1.c | 33 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 D | 15-1.c | 66 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 D | 10-2.c | 32 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 D | ring-buffer.h | 38 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 D | fortify_vsnprintf_chk_test.cpp | 22 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 D | fortify_vsprintf_chk_test.cpp | 21 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()
|