Searched refs:length_count (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/nom/tests/ |
H A D | overflow.rs | 121 use nom::multi::length_count; in overflow_incomplete_length_count() 125 length_count(be_u8, length_data(be_u64))(i) in overflow_incomplete_length_count()
|
/third_party/ffmpeg/libavcodec/ |
H A D | magicyuv.c | 384 uint16_t length_count[33] = { 0 }; in build_huffman() local 405 length_count[x] += l; in build_huffman() 411 if (huff_build(len, length_count, &s->vlc[i], max, avctx)) { in build_huffman() 419 memset(length_count, 0, sizeof(length_count)); in build_huffman()
|
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 15 count, fold_many0, fold_many1, fold_many_m_n, length_count, many0, many1, many_m_n, many_till, 332 length_count(number, tag("abc"))(i) in length_count_test()
|
H A D | mod.rs | 1003 /// use nom::multi::length_count; 1008 /// length_count(map(u8, |i| { 1018 pub fn length_count<I, O, N, E, F, G>(mut f: F, mut g: G) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in length_count() functions
|
Completed in 4 milliseconds