Home
last modified time | relevance | path

Searched refs:result (Results 7776 - 7800 of 10825) sorted by relevance

1...<<311312313314315316317318319320>>...433

/third_party/libsnd/src/
H A Dogg_vorbis.c383 int result ; in vorbis_write_header() local
393 while ((result = ogg_stream_flush (&odata->ostream, &odata->opage)) != 0) in vorbis_write_header()
431 { int result = ogg_stream_pageout (&odata->ostream, &odata->opage) ; in vorbis_close() local
432 if (result == 0) break ; in vorbis_close()
714 { int result = ogg_stream_pageout (&odata->ostream, &odata->opage) ; in vorbis_write_samples() local
715 if (result == 0) in vorbis_write_samples()
/third_party/libuv/src/
H A Duv-common.c694 if (req->result >= 0) { in uv__fs_scandir_cleanup()
702 n = (unsigned int) req->result; in uv__fs_scandir_cleanup()
718 if (req->result < 0) in uv_fs_scandir_next()
719 return req->result; in uv_fs_scandir_next()
735 if (*nbufs == (unsigned int) req->result) { in uv_fs_scandir_next()
800 for (i = 0; i < req->result; ++i) { in uv__fs_readdir_cleanup()
/third_party/jinja2/
H A Dnodes.py188 for result in self.find_all(node_type):
189 return result
442 """A statement that evaluates an expression and discards the result."""
920 result = value = self.expr.as_const(eval_ctx)
925 result = _cmpop_to_func[op.op](value, new_value)
927 if not result:
934 return result
959 result into an integer by truncating.
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c636 VkResult result = tu_gralloc_info(device, gralloc_info, &dma_buf, &modifier); in tu_CreateImage() local
637 if (result != VK_SUCCESS) in tu_CreateImage()
638 return result; in tu_CreateImage()
642 VkResult result = tu_image_init(device, image, pCreateInfo, modifier, in tu_CreateImage() local
644 if (result != VK_SUCCESS) { in tu_CreateImage()
646 return result; in tu_CreateImage()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c319 VkResult result; in radv_create_shaders_from_pipeline_cache() local
399 result = radv_upload_shaders(device, pipeline, binaries, gs_copy_binary); in radv_create_shaders_from_pipeline_cache()
407 if (result != VK_SUCCESS) { in radv_create_shaders_from_pipeline_cache()
659 VkResult result = VK_SUCCESS; in radv_GetPipelineCacheData() local
690 result = VK_INCOMPLETE; in radv_GetPipelineCacheData()
703 return result; in radv_GetPipelineCacheData()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc793 // pattern) matches ch. The result is undefined if the atom is invalid.
909 // result is undefined.
939 // be a valid simple regular expression, or the result is undefined.
1287 // the result to *value and returns true; otherwise leaves *value
1307 const Int32 result = static_cast<Int32>(long_value);
1311 result != long_value
1323 *value = result;
1356 Int32 result = default_value;
1358 string_value, &result)) {
1365 return result;
[all...]
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py361 retry_on: A callback that takes the result of the function and returns
373 result = cb()
378 if got_exception or retry_on(result):
387 return result
405 result = self.Retry(cmd, retry_on, [5, 30])
406 if result is None:
408 return result
/third_party/node/src/
H A Dinspector_agent.cc206 std::ostringstream result; in GetWorkerLabel() local
207 result << "Worker[" << env->thread_id() << "]"; in GetWorkerLabel()
208 return result.str(); in GetWorkerLabel()
547 auto result = variable
550 CHECK(result.second);
552 result.first->second.Update(interval, interval);
/third_party/nghttp2/src/
H A Dutil.h115 std::string result; in percent_decode() local
116 result.resize(last - first); in percent_decode()
117 auto p = std::begin(result); in percent_decode()
133 result.resize(p - std::begin(result)); in percent_decode()
134 return result; in percent_decode()
777 // The maximum buffer size including terminal NULL to store the result
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc765 // pattern) matches ch. The result is undefined if the atom is invalid.
890 // result is undefined.
918 // be a valid simple regular expression, or the result is undefined.
1307 // the result to *value and returns true; otherwise leaves *value
1327 const auto result = static_cast<int32_t>(long_value);
1331 result != long_value
1343 *value = result;
1376 int32_t result = default_value;
1378 &result)) {
1385 return result;
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_reg.h110 * Compute the swizzle obtained from the application of \p swz0 on the result
125 * Return the result of applying swizzle \p swz to shuffle the bits of \p mask
131 unsigned result = 0; in brw_apply_swizzle_to_mask() local
135 result |= 1 << i; in brw_apply_swizzle_to_mask()
138 return result; in brw_apply_swizzle_to_mask()
142 * Return the result of applying the inverse of swizzle \p swz to shuffle the
149 unsigned result = 0; in brw_apply_inv_swizzle_to_mask() local
153 result |= 1 << BRW_GET_SWZ(swz, i); in brw_apply_inv_swizzle_to_mask()
156 return result; in brw_apply_inv_swizzle_to_mask()
161 * mask. The result wil
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp410 UnlocalizedNumberFormatter result; in with() local
411 return result; in with()
655 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl() argument
667 result.remove(); in getAffixImpl()
669 result.append(string.toTempUnicodeString().tempSubStringBetween(0, prefixLength)); in getAffixImpl()
671 result.append(string.toTempUnicodeString().tempSubStringBetween(prefixLength, string.length())); in getAffixImpl()
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js7 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
124 const result = yield SocksClient.createConnection({
131 sock = sock || result.socket;
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c491 VkResult result; in vn_AllocateDescriptorSets() local
527 result = VK_ERROR_OUT_OF_POOL_MEMORY; in vn_AllocateDescriptorSets()
537 result = VK_ERROR_OUT_OF_HOST_MEMORY; in vn_AllocateDescriptorSets()
570 result = vn_call_vkAllocateDescriptorSets( in vn_AllocateDescriptorSets()
572 if (result != VK_SUCCESS) in vn_AllocateDescriptorSets()
594 return vn_error(dev->instance, result); in vn_AllocateDescriptorSets()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h548 // tailcalls and Return, while indirect exits store the result in a variable
555 using IndirectReturnHandler = std::function<void(TNode<Object> result)>;
566 : ExitPoint(assembler, [=](TNode<Object> result) { in ExitPoint()
567 *var_result = result; in ExitPoint()
605 void Return(const TNode<Object> result) { in Return() argument
607 asm_->Return(result); in Return()
609 indirect_return_handler_(result); in Return()
/third_party/node/deps/v8/src/objects/
H A Dmap-inl.h245 FixedArrayBase result; in GetInitialElements() local
248 result = GetReadOnlyRoots().empty_fixed_array(); in GetInitialElements()
250 result = GetReadOnlyRoots().empty_byte_array(); in GetInitialElements()
252 result = GetReadOnlyRoots().empty_slow_element_dictionary(); in GetInitialElements()
256 DCHECK(!ObjectInYoungGeneration(result)); in GetInitialElements()
257 return result; in GetInitialElements()
/third_party/node/deps/v8/src/utils/
H A Dutils.h89 // dividend is finite and divisor is an infinity => result equals dividend in Modulo()
90 // dividend is a zero and divisor is nonzero finite => result equals dividend in Modulo()
93 double result = fmod(x, y); in Modulo() local
96 if (x < 0 && result == 0) result = -0.0; in Modulo()
97 x = result; in Modulo()
103 double result = std::fmod(x, y); in Modulo()
105 return (exception ? x : result); in Modulo()
170 // Multiply two numbers, returning a result that is twice as wide, no overflow.
185 // Add two numbers, returning a result tha
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c394 union pipe_query_result *result) in si_pc_query_add_result()
404 result->batch[i].u64 += value; in si_pc_query_add_result()
410 union pipe_query_result *result) in si_pc_query_get_result()
414 memset(result, 0, sizeof(result->batch[0]) * query->num_counters); in si_pc_query_get_result()
430 si_pc_query_add_result(query, map + results_base, result); in si_pc_query_get_result()
563 /* Compute result bases and CS size per group */ in si_create_batch_query()
592 /* Map user-supplied query array to result indices */ in si_create_batch_query()
393 si_pc_query_add_result(struct si_query_pc *query, void *buffer, union pipe_query_result *result) si_pc_query_add_result() argument
409 si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, union pipe_query_result *result) si_pc_query_get_result() argument
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c379 int result = 0; in TS_RESP_create_response() local
405 result = 1; in TS_RESP_create_response()
408 if (!result) { in TS_RESP_create_response()
530 int result = 0; in ts_RESP_create_tst_info() local
589 result = 1; in ts_RESP_create_tst_info()
591 if (!result) { in ts_RESP_create_tst_info()
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_lib.c874 int UI_set_result(UI *ui, UI_STRING *uis, const char *result) in UI_set_result() argument
876 return UI_set_result_ex(ui, uis, result, strlen(result)); in UI_set_result()
879 int UI_set_result_ex(UI *ui, UI_STRING *uis, const char *result, int len) in UI_set_result_ex() argument
908 memcpy(uis->result_buf, result, len); in UI_set_result_ex()
923 for (p = result; *p; p++) { in UI_set_result_ex()
/third_party/node/deps/uv/src/
H A Duv-common.c657 if (*nbufs > 0 && *nbufs != (unsigned int) req->result) in uv__fs_scandir_cleanup()
659 for (; *nbufs < (unsigned int) req->result; (*nbufs)++) in uv__fs_scandir_cleanup()
673 if (req->result < 0) in uv_fs_scandir_next()
674 return req->result; in uv_fs_scandir_next()
690 if (*nbufs == (unsigned int) req->result) { in uv_fs_scandir_next()
755 for (i = 0; i < req->result; ++i) { in uv__fs_readdir_cleanup()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs111 fn from_arg_matches(__clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in gen_for_struct()
115 fn from_arg_matches_mut(__clap_arg_matches: &mut clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in gen_for_struct()
118 ::std::result::Result::Ok(v) in gen_for_struct()
121 fn update_from_arg_matches(&mut self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<(), clap::Error> { in gen_for_struct()
125 fn update_from_arg_matches_mut(&mut self, __clap_arg_matches: &mut clap::ArgMatches) -> ::std::result::Result<(), clap::Error> { in gen_for_struct()
128 ::std::result::Result::Ok(()) in gen_for_struct()
/third_party/openssl/test/
H A Dcmp_ctx_test.c118 return result; in test_CTX_reinit()
197 return result; in test_CTX_print_errors()
242 return result; in test_CTX_reqExtensions_have_SAN()
306 return result; in test_cmp_ctx_log_cb()
473 return result; \
713 return result; \
879 /* result fetching: */ in DEFINE_SET_CB_TEST()
/third_party/python/Lib/
H A Dstatistics.py387 # by 1 ulp from the correctly rounded result.
388 # Method: Check the result, moving up or down a step if needed.
651 correct result. The function does not check this precondition.
719 Will return more than one result if there are multiple modes
758 # value, making it comparable to a result from an inv_cdf() function.
797 result = []
801 result.append(interpolated)
802 return result
805 result = []
811 result
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp189 const char * const result = specialCasesCheck(ctx, log, failsQuantity, extFunctions) ? "Passed" : "Failed"; in iterate() local
190 log << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; in iterate()
205 const char * const result = specialCasesCheck(ctx, log, failsQuantity, nonexistingFunctions) ? "Passed" : "Failed"; in iterate() local
206 log << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; in iterate()
257 const char * const result = regularCheck(ctx, log, failsQuantity, extFunctions) ? "Passed" : "Failed"; in iterate() local
258 log << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; in iterate()

Completed in 36 milliseconds

1...<<311312313314315316317318319320>>...433