Home
last modified time | relevance | path

Searched refs:result (Results 8976 - 9000 of 16602) sorted by relevance

1...<<351352353354355356357358359360>>...665

/third_party/ltp/testcases/kernel/kvm/
H A Dkvm_svm03.c32 int ret, *result = (int *)KVM_RESULT_BASEADDR; in guest_clgi() local
35 * Make sure that result page is present in memory. CLGI may disable in guest_clgi()
39 ret = *result; in guest_clgi()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.h69 const string& InputDigit(char32 next_char, string* result);
77 const string& InputDigitAndRememberPosition(char32 next_char, string* result);
125 // shorter NDD doesn't result in a number we can format, we try to see if we
137 // The result will be stored in phone_number.
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap-inl.h74 AllocationResult result = AllocateRaw(object_size, type, origin, alignment); in AllocateRawOrFail() local
76 if (result.To(&object)) return object.address(); in AllocateRawOrFail()
H A Dremembered-set-inl.h43 SlotCallbackResult result = callback(FullMaybeObjectSlot(&new_target)); in UpdateTypedSlot() local
48 return result; in UpdateTypedSlot()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_sw.c77 bool wait, union pipe_query_result *result) in etna_sw_get_query_result()
81 result->u64 = sq->end_value - sq->begin_value; in etna_sw_get_query_result()
76 etna_sw_get_query_result(struct etna_context *ctx, struct etna_query *q, bool wait, union pipe_query_result *result) etna_sw_get_query_result() argument
/third_party/mesa3d/src/util/
H A Dmesa-sha1.c32 _mesa_sha1_compute(const void *data, size_t size, unsigned char result[20]) in _mesa_sha1_compute() argument
38 _mesa_sha1_final(&ctx, result); in _mesa_sha1_compute()
/third_party/musl/libc-test/src/functionalext/sigchain/
H A Dsigchain_intercept_pthread_sigmask.c167 int result = pthread_sigmask(SIG_BLOCK, NULL, NULL); in sigchain_intercept_pthread_sigmask_004() local
168 if (result != 0) { in sigchain_intercept_pthread_sigmask_004()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Drename.c80 int result = rename(oldname, newname); in rename_0300() local
81 EXPECT_EQ("rename_0300", result, 0); in rename_0300()
H A Dvfwscanf.c38 int result = vfwscanf(fp, format, args); in read_from_file() local
40 return result; in read_from_file()
64 t_error("%s vfwscanf in %d get result is %ls are not want %ls\n", __func__, i, str, names[i]); in vfwscanf_0100()
74 * @tc.desc : Test the result of the vfwscanf function when the incoming file is empty
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Datoll.c20 long long int result = 123456789012345; variable
38 EXPECT_EQ("atoll_0100", num, result); in atoll_0100()
/third_party/musl/libc-test/src/functionalext/time/
H A Dlocaltime.c52 EXPECT_STREQ("localtime_0100", test_localtime_data[i].result, buff); in localtime_0100()
81 EXPECT_STREQ("localtime64_0100", test_localtime_data[i].result, buff); in localtime64_0100()
H A Dlocaltime_r.c53 EXPECT_STREQ("localtime_r_0100", test_localtime_data[i].result, buff); in localtime_r_0100()
83 EXPECT_STREQ("localtime64_r_0100", test_localtime_data[i].result, buff); in localtime64_r_0100()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_sw.c100 bool wait, union pipe_query_result *result) in nvc0_sw_get_query_result()
104 uint64_t *res64 = (uint64_t *)result; in nvc0_sw_get_query_result()
99 nvc0_sw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, bool wait, union pipe_query_result *result) nvc0_sw_get_query_result() argument
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t90 my $result = q{$v: 23. @v: [a b c].};
91 is $text, $result;
/third_party/node/deps/openssl/openssl/include/internal/
H A Dproperty.h80 int nid, const char *prop_query, void **result);
82 int nid, const char *prop_query, void *result,
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Drsaz_exp.h28 void RSAZ_1024_mod_exp_avx2(BN_ULONG result[16],
35 void RSAZ_512_mod_exp(BN_ULONG result[8],
/third_party/python/Tools/peg_generator/scripts/
H A Dbenchmark.py44 result = func(*args)
51 return result
/third_party/python/Tools/scripts/
H A Dfindnocoding.py105 result = needs_declaration(fullpath) variable
106 if result:
/third_party/openssl/test/
H A Dcontext_internal_test.c64 int result = in test_app_context() local
69 return result; in test_app_context()
/third_party/python/Lib/distutils/tests/
H A Dtest_text_file.py21 # result 1: no fancy options
26 # result 2: just strip comments
31 # result 3: just strip blank lines
37 # result 4: default, strip comments, blank lines,
42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
51 result = file.readlines()
52 self.assertEqual(result, expected_result)
/third_party/python/Lib/asyncio/
H A Dstaggered.py60 - *winner_result*: the result of the winning coroutine, or ``None``
107 result = await coro_fn()
118 winner_result = result
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DEGLSync.cpp103 Error Sync::dupNativeFenceFD(const Display *display, EGLint *result) const in dupNativeFenceFD()
105 return mFence->dupNativeFenceFD(display, result); in dupNativeFenceFD()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow.h77 HRESULT result = sizeChangedEventArgs->get_NewSize(&newSize); in Invoke() local
78 if (SUCCEEDED(result)) in Invoke()
H A DNativeWindow11WinRT.cpp104 HRESULT result = in createSwapChain() local
108 return result; in createSwapChain()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/
H A DWindowSurfaceVkGGP.cpp71 angle::Result result = swapImpl(context, nullptr, 0, &frameTokenData); in swapWithFrameToken() local
72 return angle::ToEGL(result, displayVk, EGL_BAD_SURFACE); in swapWithFrameToken()

Completed in 13 milliseconds

1...<<351352353354355356357358359360>>...665