Home
last modified time | relevance | path

Searched refs:result (Results 11151 - 11175 of 11723) sorted by relevance

1...<<441442443444445446447448449450>>...469

/third_party/mbedtls/3rdparty/everest/library/legacy/
H A DHacl_Curve25519.c756 static void Hacl_EC_Ladder_cmult(uint64_t *result, uint8_t *n1, uint64_t *q) in Hacl_EC_Ladder_cmult() argument
766 Hacl_EC_Point_copy(result, nq); in Hacl_EC_Ladder_cmult()
/third_party/mbedtls/3rdparty/everest/library/
H A DHacl_Curve25519.c711 static void Hacl_EC_Ladder_cmult(uint64_t *result, uint8_t *n1, uint64_t *q) in Hacl_EC_Ladder_cmult() argument
721 Hacl_EC_Point_copy(result, nq); in Hacl_EC_Ladder_cmult()
/third_party/jinja2/
H A Dfilters.py890 result = s[: length - len(end)].rsplit(" ", 1)[0]
891 return result + end
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c925 vws->ioctl.cap_3d[i].result.u = cap_buffer[i]; in vmw_ioctl_parse_caps()
964 vws->ioctl.cap_3d[index].result.u = capArray[i][1]; in vmw_ioctl_parse_caps()
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc330 [this](DNSResolverStatus status, const Address *result) { in initiate_connection()
334 *this->resolved_addr_ = *result; in initiate_connection()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js448 var result = {
452 return result;
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c178 /* result of last operation */
457 static void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io() argument
463 io->res = result; in finish_io()
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c653 * @param result Result code from server
656 mqtt_incomming_suback(struct mqtt_request_t *r, u8_t result) in mqtt_incomming_suback() argument
659 r->cb(r->arg, result < 3 ? ERR_OK : ERR_ABRT); in mqtt_incomming_suback()
693 /* Get result code from CONNACK */ in mqtt_message_received()
/third_party/lz4/tests/
H A DMakefile274 $(LZ4) -d $(FPREFIX)-concat.lz4 -c > $(FPREFIX)-result
275 $(CMP) $(FPREFIX)-src $(FPREFIX)-result
426 # High --fast values can result in out-of-bound dereferences #876
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.cc131 // of the FP representation. As a result, we can relax the compatibility and in IsCompatible()
999 SourcePosition* result) const {
1002 *result = it->second;
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c55 * unit whose result can only be accessed for one cycle (since it's expected
254 * cycles, which means that its result cannot be stored to a register in gpir_get_min_dist()
937 ASSERTED bool result = _try_place_node(ctx, use->sched.instr, &load->node); in spill_node() local
938 assert(result); in spill_node()
1423 * could result in a cycle penalty, or even worse, an infinite loop of in sched_move()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c130 union pipe_query_result *result) in dd_context_get_query_result()
134 return pipe->get_query_result(pipe, dd_query_unwrap(query), wait, result); in dd_context_get_query_result()
128 dd_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, bool wait, union pipe_query_result *result) dd_context_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c93 uint64_t *result = (uint64_t*)vresult; in agx_get_query_result() local
95 *result = 0; in agx_get_query_result()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c1104 * failed to yield the desired result.
1608 crocus_reg_read(struct crocus_bufmgr *bufmgr, uint32_t offset, uint64_t *result) in crocus_reg_read() argument
1613 *result = reg_read.val; in crocus_reg_read()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1217 bool result = etna_compile_check_limits(v); in etna_compile_shader() local
1220 return result; in etna_compile_shader()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs740 let result = raw_fields_to_fields_and_bitfield_units(ctx, raws, packed); in compute_bitfield_units()
742 match result { in compute_bitfield_units()
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.cc553 size_t result = c->get(); in c_take_mut_ptr() local
555 return result; in c_take_mut_ptr()
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py289 # Issue #23571: A function must not return a result with an error set
302 r'a function returned a result with an exception set\n'
311 r'returned a result with an exception set\n'
320 'returned a result with an exception set')
350 self.assertIn('returned a result with an exception set', err)
821 result = _compile(code)
823 self.assertEqual(result.co_consts, expected.co_consts)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp966 tcu::ConstPixelBufferAccess result (referenceTextureFormat, imageSize.x(), imageSize.y(), 1, outputBuffer->getAllocation().getHostPtr()); in exportImportMemoryExplicitModifiersCase()
971 return tcu::intThresholdCompare(context.getTestContext().getLog(), "Compare", "Result comparison", referenceImage, result, threshold, tcu::COMPARE_LOG_RESULT); in exportImportMemoryExplicitModifiersCase()
985 return tcu::TestStatus::fail("Unexpected copy image result"); in exportImportMemoryExplicitModifiersCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp460 const auto result = allocateVertex( in GenerateTriangles()
468 return result; in GenerateTriangles()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp101 // call must result in |vkInvalidateMappedMemoryRanges| for all persistently mapped buffers. in GetStorageMemoryType()
696 // buffer overlap the mapped region, but the result of such previous and any in mapRangeImpl()
799 angle::Result BufferVk::unmap(const gl::Context *context, GLboolean *result) in unmap() argument
805 *result = true; in unmap()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBufferDataTest.cpp891 bool result = glUnmapBuffer(GL_ARRAY_BUFFER); in TEST_P() local
892 ASSERT_EQ(result, false); in TEST_P()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm522 ; | input: | result: |
642 ; | input:| result:|
H A Djidctred-sse2.asm443 ; | input: | result: |
539 ; | input:| result:|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctred-sse2.asm428 ; | input: | result: |
524 ; | input:| result:|

Completed in 47 milliseconds

1...<<441442443444445446447448449450>>...469