Home
last modified time | relevance | path

Searched defs:next_input (Results 1 – 6 of 6) sorted by relevance

/external/oss-fuzz/projects/mpg123/
Ddecode_fuzzer.cc47 auto next_input = provider.ConsumeBytes<unsigned char>(next_size); in LLVMFuzzerTestOneInput() local
/external/rust/crates/ring/src/
Ddigest.rs551 let next_input = vec![0u8; alg.block_len - 1]; in max_input_test() localVariable
558 let next_input = vec![0u8; alg.block_len]; in too_long_input_test_block() localVariable
565 let next_input = vec![0u8; alg.block_len - 1]; in too_long_input_test_byte() localVariable
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc75 NodeBuilder::NodeOut next_input(NextIterationName(scope, loop_var_idx), in CreateMerge() local
/external/python/cpython2/Modules/_io/
Dtextio.c1469 PyObject *next_input = PyNumber_Add(dec_buffer, input_chunk); in textiowrapper_read_chunk() local
2197 PyObject *next_input; in textiowrapper_tell() local
/external/python/cpython3/Modules/_io/
Dtextio.c1890 PyObject *next_input = dec_buffer; in textiowrapper_read_chunk() local
2641 PyObject *next_input; in _io_TextIOWrapper_tell_impl() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc548 Value next_input = input; in GetInputBlockArgNum() local