/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_dlopen_test.cpp | 367 const char* result = strstr(dlInfo.dli_fname, fileName); in HWTEST_F() local 394 const char* result = strstr(dlInfo.dli_fname, fileName); in HWTEST_F() local 422 unsigned long int result = getauxval(AT_SYSINFO_EHDR); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/lock_info/ |
H A D | pthread_internal_lock_info.c | 97 int result = raise(FREEZE_SIGNAL_35); in PthreadInternalLockInfoTest() local
|
/third_party/mesa3d/src/util/ |
H A D | fast_idiv_by_const.c | 54 struct util_fast_udiv_info result; in util_compute_fast_udiv_info() local 181 struct util_fast_sdiv_info result; util_compute_fast_sdiv_info() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.c | 204 rbug_shader_create(struct rbug_context *rb_context, const struct pipe_shader_state *state, void *result, enum rbug_shader_type type) rbug_shader_create() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_bitarit.c | 248 LLVMValueRef result; in lp_build_popcount() local 260 LLVMValueRef result; in lp_build_bitfield_reverse() local 272 LLVMValueRef result; in lp_build_cttz() local 287 LLVMValueRef result; in lp_build_ctlz() local [all...] |
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-stats-print.c | 30 long long result = strtoll(*s, &end_ptr, 10); in parse_amount() local 70 int result = 1; in populate_thread_stats() local
|
H A D | test-mallinfo.c | 42 int result = stats_from_mallinfo(&total_stats_before_test, &free_heap_space_before_test, use_mallinfo2); in test_main_thread() local 75 int result = stats_from_mallinfo(&total_stats_before_test, &free_heap_space_before_test, use_mallinfo2); in test_different_threads() local 132 int result = test_and_report(test_main_thread, 0, "Testing mallinfo main thread"); main() local [all...] |
/third_party/musl/Benchmark/musl/ |
H A D | libc_syscall.cpp | 122 long result; in Bm_function_Syscall_getrusage() local
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | poll.c | 105 int result = poll(buf, 1, 100); in poll_0030() local 197 int result = ppoll(buf, 1, &ts, NULL); in ppoll_0030() local
|
/third_party/musl/libc-test/src/functionalext/hilog/ |
H A D | hilog_level.c | 55 int result = TestValidEnv(LOG_LEVEL_FATAL); in TestFatalLevel() local 79 int result = TestValidEnv(LOG_LEVEL_ERROR); in TestErrorLevel() local 103 int result = TestValidEnv(LOG_LEVEL_WARN); in TestWarnLevel() local 127 int result = TestValidEnv(LOG_LEVEL_INFO); in TestInfoLevel() local 151 int result = TestValidEnv(LOG_LEVEL_DEBUG); in TestDebugLevel() local 176 int result = TestValidEnv(ENABLE_LOG); main() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instrfactory.cpp | 62 PInst result = nullptr; in from_string() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_compute.c | 81 VkResult result; in pvr_srv_winsys_compute_ctx_create() local 175 VkResult result; in pvr_srv_winsys_compute_submit() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | nftw.c | 75 int result = snprintf(filepath, sizeof(filepath), "%s/%s", path, entry->d_name); in remove_directory() local 81 int result = snprintf(filepath, sizeof(filepath), "%s/%s", path, entry->d_name); in remove_directory() local 108 int result = snprintf(file, sizeof(file), "%s/normal_file.txt", path); in nftw_build_testfile() local 183 int result = snprintf(path, sizeof(path), "%s", TEST_NFTW_PATH); nftw_build_testDir() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | atoll.c | 20 long long int result = 123456789012345; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | thrd_current.c | 76 int result = TrylockWithTimeout(&g_mutex); in threadfuncB() local 96 int result; in thrd_current_0100() local 127 int result; thrd_current_0200() local [all...] |
H A D | thrd_equal.c | 78 int result = TrylockWithTimeout(&g_mutex); in threadfuncB() local 98 int result; in thrd_equal_0100() local 132 int result; thrd_equal_0200() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_query.c | 190 union pipe_query_result result; in r300_render_condition() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_algorithm.c | 137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
|
H A D | core_fetch.c | 59 ossl_method_construct_precondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_precondition() argument 86 ossl_method_construct_postcondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_postcondition() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vxworks.c | 131 STATUS result = ERROR; in ossl_pool_acquire_entropy() local
|
/third_party/node/deps/uvwasi/src/ |
H A D | poll_oneoff.h | 31 int result; member
|
/third_party/libabigail/src/ |
H A D | abg-libxml-utils.cc | 232 std::string result; in escape_xml_string() local 274 std::string result; in escape_xml_comment() local 367 std::string result; in unescape_xml_string() local 411 std::string result; in unescape_xml_comment() local [all...] |
H A D | abg-diff-utils.cc | 159 vector<point> result; in compute_lcs() local
|
/third_party/python/Tools/peg_generator/peg_extension/ |
H A D | peg_extension.c | 8 PyObject *result = NULL; in _build_return_object() local 40 PyObject *result = NULL; in parse_file() local 88 PyObject *result in parse_string() local [all...] |
/third_party/openssl/test/ |
H A D | ecstresstest.c | 71 BIGNUM *result = NULL, *expected_result = NULL; in test_curve() local
|