Home
last modified time | relevance | path

Searched defs:input_bytes (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dreverse_v2_gpu_kernel.h136 size_t input_bytes = input_size_ * sizeof(T); in InitSizeLists() local
Dsort_gpu_kernel.h205 size_t input_bytes = input_size_ * sizeof(T); in InitSizeLists() local
/third_party/node/deps/brotli/c/enc/
Dcompress_fragment_two_pass.c352 uint64_t input_bytes; in CreateCommands() local
407 uint64_t input_bytes; in CreateCommands() local
Dcompress_fragment.c605 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
642 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dcompress_fragment_two_pass.c352 uint64_t input_bytes; in CreateCommands() local
407 uint64_t input_bytes; in CreateCommands() local
Dcompress_fragment.c605 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
642 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c57 uint8_t* input_bytes = (uint8_t*)(data) + byte_offset; in Multiply() local
/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c166 PyObject* input_bytes = PyBytes_FromStringAndSize(data, size); in fuzz_json_loads() local
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c62 GByteArray *input_bytes; member
674 GByteArray *input_bytes = sc->input_bytes; in gst_rtmp_connection_do_read() local