Home
last modified time | relevance | path

Searched refs:current_code (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlz.c69 int current_code, parent_code, tmp_code; in decode_string() local
72 current_code = string_code; in decode_string()
76 switch (current_code) { in decode_string()
81 if (current_code < FIRST_CODE) { in decode_string()
82 *first_char_code = current_code; in decode_string()
83 buff[0] = current_code; in decode_string()
87 offset = dict[current_code].match_len - 1; in decode_string()
88 tmp_code = dict[current_code].char_code; in decode_string()
96 current_code = dict[current_code] in decode_string()
[all...]
/third_party/rust/crates/nom/src/
H A Derror.rs751 let mut current_code: Option<u32> = None; variables
767 if let Some(current) = current_code {
770 current_code = Some(code);
776 current_code = Some(code);

Completed in 2 milliseconds