Home
last modified time | relevance | path

Searched defs:result_buf (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_external_calls.cpp70 std::vector<float> result_buf(1 * 100 * 115, -1.f); in TEST() local
124 std::vector<int32_t> result_buf(1 * 100 * 115, -1); in TEST() local
165 std::vector<float> result_buf(1 * 10 * 109, -1.f); in TEST() local
224 std::vector<float> result_buf(1 * 16 * 112 * 112, -1.f); in TEST() local
285 std::vector<int32_t> result_buf(1 * 16 * 112 * 112, -1); in TEST() local
326 std::vector<float> result_buf(1 * 16 * 112 * 112, -1.f); in TEST() local
373 std::vector<float> result_buf(100 * 300, -1.f); in TEST() local
422 std::vector<float> result_buf(1 * 115 * 100, -1.f); in TEST() local
466 std::vector<float> result_buf(1 * 152, -1.f); in TEST() local
531 std::vector<float> result_buf(100 * 300, -1.f); in TEST() local
[all …]
/aosp_15_r20/external/libpcap/
H A Dnametoaddr.c250 struct netent result_buf; in pcap_nametonetaddr() local
283 struct netent result_buf; in pcap_nametonetaddr() local
291 struct netent result_buf; in pcap_nametonetaddr() local
523 struct protoent result_buf; in pcap_nametoproto() local
539 struct protoent result_buf; in pcap_nametoproto() local
547 struct protoent result_buf; in pcap_nametoproto() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dreduction.cpp10 const BufHandle& result_buf, in operator ()()
21 const BufPtr& result_buf, in operator ()()
33 const BufHandle& result_buf, in operator ()()
58 BufHandle result_buf, in make()
H A Dreduction.h157 BufPtr result_buf, in ReduceOp()
/aosp_15_r20/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c661 hostent * result_buf, in _nss_mdns_gethostbyname_r()
685 hostent * result_buf, in _nss_mdns_gethostbyname2_r()
710 hostent * result_buf, in _nss_mdns_gethostbyaddr_r()
785 hostent * result_buf, in mdns_gethostbyname2()
1499 hostent * result_buf, in init_result()
/aosp_15_r20/external/libnl/lib/
H A Dutils.c134 struct protoent result_buf; in nl_getprotobyname() local
159 struct protoent result_buf; in nl_getprotobynumber() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_null_buffer_arg.cpp59 cl_mem test_buf, cl_mem result_buf, test_type type) in test_setargs_and_execution()
/aosp_15_r20/external/rust/crates/openssl/src/
Dpkey_ctx.rs1046 let mut result_buf = vec![0; length]; in test_verify_recover() localVariable
1059 let mut result_buf = vec![0; length]; in test_verify_recover() localVariable
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dmqtt5_packets.c411 struct aws_byte_buf *result_buf, in aws_get_string_from_jobject()
453 struct aws_byte_buf *result_buf, in aws_get_byte_array_from_jobject()
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c538 char *result_buf = (char *)PyMem_Malloc(slicelength); in buffer_subscript() local
Dbytesobject.c1685 char* result_buf; in bytes_subscript() local
Dbytearrayobject.c472 char *result_buf = (char *)PyMem_Malloc(slicelength); in bytearray_subscript() local
Dstringobject.c1316 char* result_buf; in string_subscript() local
Dunicodeobject.c8008 Py_UNICODE* result_buf; in unicode_subscript() local
/aosp_15_r20/development/vndk/tools/sourcedr/ninja/
H A Dninja.py119 def _eval_string(s, env, expanded_vars, result_buf): argument
/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c798 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
/aosp_15_r20/external/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp585 std::unique_ptr<uint8_t, FxFreeDeleter> result_buf( in FlateUncompress() local
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c998 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c406 char *result_buf; in bytearray_subscript() local
Dbytesobject.c1615 char* result_buf; in bytes_subscript() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h650 struct agx_bo *result_buf; member