Home
last modified time | relevance | path

Searched defs:result (Results 2376 - 2400 of 7863) sorted by relevance

1...<<919293949596979899100>>...315

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_test.cpp367 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 Dpthread_internal_lock_info.c97 int result = raise(FREEZE_SIGNAL_35); in PthreadInternalLockInfoTest() local
/third_party/mesa3d/src/util/
H A Dfast_idiv_by_const.c54 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 Drbug_objects.c204 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 Dlp_bld_bitarit.c248 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 Dtest-malloc-stats-print.c30 long long result = strtoll(*s, &end_ptr, 10); in parse_amount() local
70 int result = 1; in populate_thread_stats() local
H A Dtest-mallinfo.c42 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 Dlibc_syscall.cpp122 long result; in Bm_function_Syscall_getrusage() local
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dpoll.c105 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 Dhilog_level.c55 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 Dsfn_instrfactory.cpp62 PInst result = nullptr; in from_string() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_compute.c81 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 Dnftw.c75 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 Datoll.c20 long long int result = 123456789012345; variable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_current.c76 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 Dthrd_equal.c78 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 Dr300_query.c190 union pipe_query_result result; in r300_render_condition() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_algorithm.c137 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 Dcore_fetch.c59 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 Drand_vxworks.c131 STATUS result = ERROR; in ossl_pool_acquire_entropy() local
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.h31 int result; member
/third_party/libabigail/src/
H A Dabg-libxml-utils.cc232 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 Dabg-diff-utils.cc159 vector<point> result; in compute_lcs() local
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c8 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 Decstresstest.c71 BIGNUM *result = NULL, *expected_result = NULL; in test_curve() local

Completed in 12 milliseconds

1...<<919293949596979899100>>...315