Home
last modified time | relevance | path

Searched refs:STATE_START (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddirac_vlc.c25 STATE_START = 0, enumerator
51 { +8, 0, 0, 0, 0, 4, +1, 1, 0, STATE_START },
52 { +8, 0, 0, 0, 0, 4, -1, 1, 0, STATE_START },
55 { +9, 0, 0, 0, 0, 4, +1, 1, 0, STATE_START },
56 { +9, 0, 0, 0, 0, 4, -1, 1, 0, STATE_START },
60 { +4, 0, 0, 0, 0, 3, +1, 3, 0, STATE_START },
64 { +4, 0, 0, 0, 0, 3, -1, 3, 0, STATE_START },
67 { +10, 0, 0, 0, 0, 4, +1, 1, 0, STATE_START },
68 { +10, 0, 0, 0, 0, 4, -1, 1, 0, STATE_START },
71 { +11, 0, 0, 0, 0, 4, +1, 1, 0, STATE_START },
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dapinames.c247 STATE_START = 0, /* waiting for FT_EXPORT keyword and return type */ enumerator
258 State state = STATE_START; in read_header_file()
281 case STATE_START: in read_header_file()
330 state = STATE_START; in read_header_file()
/third_party/rust/crates/regex/src/
H A Ddfa.rs376 const STATE_START: StatePtr = 1 << 30; consts
680 } else if next_si & STATE_START > 0 { in exec_at()
686 next_si &= !STATE_START; in exec_at()
735 Some(si) => si & !STATE_START, in exec_at()
1012 if (self.start & !STATE_START) == next { in exec_byte()
1298 let start = self.state(self.start & !STATE_START).clone(); in clear_cache()
1560 /// Sets the STATE_START bit in the given state pointer if and only if
1567 si | STATE_START in start_ptr()
1833 if si & STATE_START > 0 { in show_state_ptr()
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c61 STATE_START, ///< client has not done anything yet enumerator
2678 rt->state = STATE_START; in rtmp_open()

Completed in 8 milliseconds