Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c56 uint8_t* input_bytes = (uint8_t*)(data) + byte_offset; in Multiply() 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/python/Modules/_xxtestfuzz/
Dfuzzer.c103 PyObject* input_bytes = PyBytes_FromStringAndSize(data, size); in fuzz_json_loads() local