Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dproto_test.py101 def test_parse_length_prefixed(self, message_module, input_bytes): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dsort_gpu_kernel.h108 size_t input_bytes = inputs.at(kIndex0)->size(); in Resize() 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/brotli/c/enc/
Dcompress_fragment_two_pass.c360 uint64_t input_bytes; in CreateCommands() local
419 uint64_t input_bytes; in CreateCommands() local
Dcompress_fragment.c616 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
657 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c166 PyObject* input_bytes = PyBytes_FromStringAndSize(data, size); in fuzz_json_loads() local
/third_party/mesa3d/src/util/blake3/
Dblake3.c468 const uint8_t *input_bytes = (const uint8_t *)input; in blake3_hasher_update() local