/third_party/mbedtls/3rdparty/everest/library/legacy/ |
H A D | Hacl_Curve25519.c | 756 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 D | Hacl_Curve25519.c | 711 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 D | filters.py | 890 result = s[: length - len(end)].rsplit(" ", 1)[0] 891 return result + end
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_ioctl.c | 925 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 D | shrpx_http_downstream_connection.cc | 330 [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 D | parser.js | 448 var result = { 452 return result;
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 178 /* 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 D | mqtt.c | 653 * @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 D | Makefile | 274 $(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 D | instruction.cc | 131 // 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 D | scheduler.c | 55 * 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 D | dd_context.c | 130 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 D | agx_pipe.c | 93 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 D | crocus_bufmgr.c | 1104 * 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 D | etnaviv_compiler_nir.c | 1217 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 D | comp.rs | 740 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 D | tests.cc | 553 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 D | test_misc.py | 289 # 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 D | vktModifiersTests.cpp | 966 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 D | vktRobustness1VertexAccessTests.cpp | 460 const auto result = allocateVertex( in GenerateTriangles() 468 return result; in GenerateTriangles()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | BufferVk.cpp | 101 // 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 D | BufferDataTest.cpp | 891 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 D | jidctred-mmx.asm | 522 ; | input: | result: | 642 ; | input:| result:|
|
H A D | jidctred-sse2.asm | 443 ; | input: | result: | 539 ; | input:| result:|
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctred-sse2.asm | 428 ; | input: | result: | 524 ; | input:| result:|
|