Home
last modified time | relevance | path

Searched refs:result (Results 4901 - 4925 of 17036) sorted by relevance

1...<<191192193194195196197198199200>>...682

/third_party/mbedtls/programs/pkey/
H A Drsa_decrypt.c47 unsigned char result[1024]; in main() local
52 memset(result, 0, sizeof(result)); in main()
122 if ((f = fopen("result-enc.txt", "rb")) == NULL) { in main()
123 mbedtls_printf("\n ! Could not open %s\n\n", "result-enc.txt"); in main()
142 * Decrypt the encrypted RSA data and print the result. in main()
149 buf, result, 1024); in main()
158 mbedtls_printf("The decrypted result is: '%s'\n\n", result); in main()
/third_party/jerryscript/tests/unit-core/
H A Dtest-lit-char-helpers.cpp33 lit_code_point_t result = 0; in lexer_hex_to_character() local
39 result <<= 4; in lexer_hex_to_character()
43 result += byte - LIT_CHAR_0; in lexer_hex_to_character()
50 result += byte - (LIT_CHAR_LOWERCASE_A - 10); in lexer_hex_to_character()
60 return result; in lexer_hex_to_character()
/third_party/lame/ACM/
H A DDecodeStream.cpp183 bool result = false; in ConvertBuffer() local
199 result = true; in ConvertBuffer()
230 result = a_StreamHeader->cbDstLengthUsed <= a_StreamHeader->cbDstLength; in ConvertBuffer()
232 my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "UsedSize = %d / EncodedSize = %d, result = %d, ret = %s", a_StreamHeader->cbSrcLengthUsed, a_StreamHeader->cbDstLengthUsed, result, in ConvertBuffer()
237 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "DecodeStream::ConvertBuffer result = %d",result); in ConvertBuffer()
240 return result; in ConvertBuffer()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_suballoc.c82 VkResult result = tu_bo_init_new(suballoc->dev, &suballoc->bo, in tu_suballoc_bo_alloc() local
85 if (result != VK_SUCCESS) in tu_suballoc_bo_alloc()
86 return result; in tu_suballoc_bo_alloc()
89 VkResult result = tu_bo_map(suballoc->dev, suballoc->bo); in tu_suballoc_bo_alloc() local
90 if (result != VK_SUCCESS) { in tu_suballoc_bo_alloc()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_wsi.c74 VkResult result = radv_queue_init(device, device->private_sdma_queue, 0, &queue_create, NULL); in radv_wsi_get_prime_blit_queue() local
75 if (result == VK_SUCCESS) { in radv_wsi_get_prime_blit_queue()
92 VkResult result = in radv_init_wsi() local
96 if (result != VK_SUCCESS) in radv_init_wsi()
97 return result; in radv_init_wsi()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.c130 VkResult result; in pvr_csb_buffer_extend() local
140 result = pvr_bo_alloc(csb->device, in pvr_csb_buffer_extend()
146 if (result != VK_SUCCESS) { in pvr_csb_buffer_extend()
147 vk_error(csb->device, result); in pvr_csb_buffer_extend()
148 csb->status = result; in pvr_csb_buffer_extend()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dattributes.c56 XvAttribute *result; in XvMCQueryAttributes() local
63 result = malloc(sizeof(attributes)); in XvMCQueryAttributes()
64 if (!result) in XvMCQueryAttributes()
67 memcpy(result, attributes, sizeof(attributes)); in XvMCQueryAttributes()
72 return result; in XvMCQueryAttributes()
/third_party/node/test/parallel/
H A Dtest-stream-flatMap.js52 const result = await oneTo5().flatMap(async (x) => {
55 assert.deepStrictEqual(result, [1, 1, 2, 2, 3, 3, 4, 4, 5, 5]);
59 const result = await oneTo5().flatMap(() => {
63 assert.strictEqual(result.length, 5);
65 Buffer.concat(result).toString(),
120 // Test result is a Readable
/third_party/node/deps/acorn/acorn/dist/
H A Dbin.js61 var result = [], fileIdx = 0;
66 result = acorn__namespace.parse(code, options);
67 options.program = result;
72 result.push(token);
80 if (!silent) { console.log(JSON.stringify(result, null, compact ? null : 2)); }
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dfiletools.cpp109 int32_t result = 0; in whichFileModTimeIsLater() local
121 result = 2; in whichFileModTimeIsLater()
123 result = 1; in whichFileModTimeIsLater()
128 result = -1; in whichFileModTimeIsLater()
131 return result; in whichFileModTimeIsLater()
H A Dflagparser.cpp30 int32_t result = 0; in parseFlagsFile() local
75 result = currentBufferSize; in parseFlagsFile()
77 result = -1; in parseFlagsFile()
106 if (U_SUCCESS(*status) && result == 0) { in parseFlagsFile()
110 return result; in parseFlagsFile()
/third_party/node/deps/icu-small/source/i18n/
H A Dvzone.h129 * @param result Output param to filled in with the VTIMEZONE data.
130 * @param resultLength, length of the result output
134 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
141 * @param result Output param to filled in with the VTIMEZONE data.
142 * @param resultLength, length of the result output
146 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status);
158 * @param result Output param to filled in with the VTIMEZONE data.
162 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status);
303 * @param result Receives the first transition after the base time.
307 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/
H A Dverifier.js87 const result = (0, key_1.verifyCertificate)(key.certificate, timestamps, this.trustMaterial);
89 if (containsDupes(result.scts)) {
95 if (result.scts.length < this.options.ctlogThreshold) {
98 message: `expected ${this.options.ctlogThreshold} SCTs, got ${result.scts.length}`,
101 return result.signer;
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h340 VkResult result = device->check_status(device); in vk_device_check_status()
342 assert(result == VK_SUCCESS || result == VK_ERROR_DEVICE_LOST); in vk_device_check_status()
343 if (result == VK_ERROR_DEVICE_LOST) in vk_device_check_status()
346 return result; in vk_device_check_status()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_queue.h109 VkResult result; in wsi_queue_pull() local
134 result = VK_TIMEOUT; in wsi_queue_pull()
138 result = VK_ERROR_OUT_OF_DATE_KHR; in wsi_queue_pull()
145 result = VK_SUCCESS; in wsi_queue_pull()
150 return result; in wsi_queue_pull()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDemoUtility.java109 int result = -1; in compareLocales()
112 result += 1; in compareLocales()
115 result += 1; in compareLocales()
118 result += 1; in compareLocales()
123 return result; in compareLocales()
/third_party/icu/icu4c/source/i18n/
H A Dvzone.h129 * @param result Output param to filled in with the VTIMEZONE data.
130 * @param resultLength, length of the result output
134 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
141 * @param result Output param to filled in with the VTIMEZONE data.
142 * @param resultLength, length of the result output
146 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status);
158 * @param result Output param to filled in with the VTIMEZONE data.
162 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status);
303 * @param result Receives the first transition after the base time.
307 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtcases.c43 void test2(u64 flag, char *flagname, u64 mcg, char *mcgname, int result) in test2() argument
54 if ((r = mce_severity(&m, tolerant, &msg)) != result) { in test2()
56 flagname, mcgname, resname[result], resname[r], msg); in test2()
62 #define TEST(flag, result) \
64 MCE_ ## result ## _SEVERITY)
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtcases.c43 void test2(u64 flag, char *flagname, u64 mcg, char *mcgname, int result) in test2() argument
54 if ((r = mce_severity(&m, tolerant, &msg)) != result) { in test2()
56 flagname, mcgname, resname[result], resname[r], msg); in test2()
62 #define TEST(flag, result) \
64 MCE_ ## result ## _SEVERITY)
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c83 long long result = strtoll(s, &end_ptr, 10); in parse_amount() local
87 if (result < 0) { in parse_amount()
90 return result; in parse_amount()
146 int result = find_thread_in_document(doc_ptr, thread_id) != NULL; in is_thread_in_output() local
148 return result; in is_thread_in_output()
/third_party/libabigail/src/
H A Dabg-diff-utils.cc159 vector<point> result; in compute_lcs() local
164 result, ses); in compute_lcs()
168 for (unsigned i = 0; i < result.size(); ++i) in compute_lcs()
170 int x = result[i].x(), y = result[i].y(); in compute_lcs()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dhas_vtable.rs11 /// The result of the `HasVtableAnalysis` for an individual item.
66 // The incremental result of this analysis's computation. Everything in this
95 result: HasVtableResult, in insert()
97 if let HasVtableResult::No = result { in insert()
104 if *entry.get() < result { in insert()
105 entry.insert(result); in insert()
112 entry.insert(result); in insert()
176 let mut result = HasVtableResult::No; in constrain() variables
180 result |= HasVtableResult::SelfHasVtable; in constrain()
188 result | in constrain()
[all...]
/third_party/rust/crates/clap/tests/derive/
H A Dnon_literal_attributes.rs108 let result = Opt::try_parse_from(["test", "-l", "1", "--", "FILE"]); in test_multi_args_fail()
109 assert!(result.is_err()); in test_multi_args_fail()
123 let result = Opt::try_parse_from(["test", "-l", "1", "--x", "1"]); in test_bool()
124 assert!(result.is_err()); in test_bool()
125 assert_eq!(result.unwrap_err().kind(), ErrorKind::NoEquals); in test_bool()
/third_party/python/Tools/scripts/
H A Dsmelly.py73 result = '%s (type: %s)' % (symbol, symtype)
76 python_symbols.append(result)
80 local_symbols.append(result)
82 local_symbols.append(result)
84 smelly_symbols.append(result)
/third_party/openssl/test/
H A Decstresstest.c40 * Returns the X-coordinate of the end result or NULL on error.
71 BIGNUM *result = NULL, *expected_result = NULL; in test_curve() local
81 || !TEST_ptr(result = walk_curve(group, point, num_repeats))) in test_curve()
85 BN_print(bio_out, result); in test_curve()
91 || !TEST_BN_eq(result, expected_result)) in test_curve()
99 BN_free(result); in test_curve()
125 * the default number of times and compares against the expected result.

Completed in 13 milliseconds

1...<<191192193194195196197198199200>>...682