Home
last modified time | relevance | path

Searched defs:result (Results 2226 - 2250 of 7799) sorted by relevance

1...<<81828384858687888990>>...312

/third_party/libcoap/tests/
H A Dtest_encode.c25 unsigned int result; in t_decode1() local
36 unsigned int result; in t_decode2() local
47 unsigned int result; in t_decode3() local
58 unsigned int result; in t_decode4() local
68 uint64_t result; t_decode5() local
79 uint64_t result; t_decode6() local
90 uint64_t result; t_decode7() local
101 uint64_t result; t_decode8() local
116 unsigned int result; t_encode1() local
129 unsigned int result; t_encode2() local
142 unsigned int result; t_encode3() local
153 unsigned int result = 0; t_encode4() local
166 unsigned int result; t_encode5() local
179 unsigned int result; t_encode6() local
192 unsigned int result; t_encode7() local
203 unsigned int result = 0; t_encode8() local
[all...]
H A Dtest_wellknown.c34 coap_print_status_t result; in t_wellknown1() local
83 coap_print_status_t result; in t_wellknown2() local
136 coap_print_status_t result; t_wellknown3() local
168 coap_print_status_t result; t_wellknown4() local
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Decp.py82 def result(self) -> List[str]: member in EcpP192R1Raw
161 def result(self) -> List[str]: member in EcpP224R1Raw
246 def result(sel member in EcpP256R1Raw
369 def result(self) -> List[str]: global() member in EcpP384R1Raw
475 def result(self) -> List[str]: global() member in EcpP521R1Raw
547 def result(self) -> List[str]: global() member in EcpP192K1Raw
621 def result(self) -> List[str]: global() member in EcpP224K1Raw
697 def result(self) -> List[str]: global() member in EcpP256K1Raw
766 def result(self) -> List[str]: global() member in EcpP255Raw
865 def result(self) -> List[str]: global() member in EcpP448Raw
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp53 const HRESULT result = _updateCallback->GetStream(_indexes[Processed.Size()], &stream); in OpenStream() local
/third_party/lzma/CPP/Windows/
H A DWindow.cpp153 const bool result = GetText(sysString); in GetText() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-generator-prototype.c113 ecma_value_t result = ecma_op_iterator_do (resume_mode, iterator, arg, &done); in ecma_builtin_generator_prototype_object_do() local
190 ecma_value_t result = ecma_create_iter_result_object (value, ecma_make_boolean_value (done)); in ecma_builtin_generator_prototype_object_do() local
H A Decma-builtin-symbol.c163 jmem_cpointer_t result; in ecma_builtin_symbol_for_helper() local
/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
H A Dtest-native-instanceof.cpp49 jerry_value_t result = jerry_call_function (instanceof, undefined, args, 2); in test_instanceof() local
H A Dtest-api-binary-operations-comparisons.cpp294 jerry_value_t result = jerry_binary_operation (tests[idx].op, tests[idx].lhs, tests[idx].rhs); in HWTEST_F() local
311 jerry_value_t result = jerry_binary_operation (tests[idx].op, error_tests[idx].lhs, error_tests[idx].rhs); in HWTEST_F() local
H A Dtest-regression-3588.cpp103 jerry_value_t result = jerry_run (parsed_code_val); in HWTEST_F() local
123 jerry_value_t result = jerry_run (parsed_code_val); in HWTEST_F() local
H A Dtest-to-integer.cpp73 ecma_number_t result = ecma_op_to_integer (int_num, &num); in HWTEST_F() local
[all...]
/third_party/json/include/nlohmann/detail/iterators/
H A Diter_impl.hpp368 auto result = *this; in operator ++() local
419 auto result = *this; in operator --() local
624 auto result = *this; in operator +() local
635 auto result = it; in operator +() local
646 auto result = *this; operator -() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-get-put-value.c89 ecma_value_t result = ecma_op_object_bound_environment_resolve_reference_value (lex_env_p, name_p); in ecma_op_get_value_lex_env_base() local
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c77 jerry_value_t result = jerry_set_property (target_object, prop_name, entry->value); in jerryx_set_properties() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_dynamic_rendering.c70 VkResult result = in get_cmd_buffer() local
173 VkResult result = get_cmd_buffer(dev, &cmd_buffer); in tu_insert_dynamic_cmdbufs() local
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c562 EGLint result = disp->Driver->QueryBufferAge(disp, surface); in _eglQuerySurface() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_texcoord_replace.c127 nir_ssa_def *result = nir_bcsel(&b, cond, new_coord, in nir_lower_texcoord_replace_impl() local
H A Dnir_lower_atomics_to_ssbo.c174 nir_ssa_def *result = nir_iadd(b, &new_instr->dest.ssa, temp); in lower_instr() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c179 nir_ssa_def *result = &instr->dest.ssa; in v3d_nir_lower_image_load() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_wsi.c51 VkResult result; in v3dv_wsi_init() local
99 VkResult result; in v3dv_GetPhysicalDeviceSurfaceCapabilitiesKHR() local
113 VkResult result; in v3dv_GetPhysicalDeviceSurfaceCapabilities2KHR() local
133 VkResult result = v3dv_CreateSwapchainKHR() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_array_index.cpp359 ir_rvalue *result = new(mem_ctx) ir_dereference_array(array, idx); in _mesa_ast_array_index_to_hir() local
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genhash.c122 lws_genhash_destroy(struct lws_genhash_ctx *ctx, void *result) in lws_genhash_destroy() argument
222 lws_genhash_destroy(struct lws_genhash_ctx *ctx, void *result) in lws_genhash_destroy() argument
309 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) lws_genhmac_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query_pipe.c143 uint32_t result = 0; in v3d_get_query_result_pipe() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_query.c47 VkResult result; in pvr_CreateQueryPool() local

Completed in 24 milliseconds

1...<<81828384858687888990>>...312