Searched refs:PASS_THROUGH (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; enumerator in enum:__anon26204::VZeroUpperInserter::__anon26205
55 // - PASS_THROUGH: There are neither YMM dirtying instructions nor
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
97 case PASS_THROUGH: return "Pass-through";
177 // Start by assuming that the block PASS_THROUGH, which implies no unguarded
179 BlockExitState CurState = PASS_THROUGH;
224 } else if (CurState == PASS_THROUGH) {
290 // through PASS_THROUGH blocks.
304 if (BBState.ExitState == PASS_THROUGH) {
/external/chromium_org/net/filter/
H A Dsdch_filter.cc133 case PASS_THROUGH: {
215 decoding_status_ = PASS_THROUGH;
224 decoding_status_ = PASS_THROUGH;
240 // actual use re: decoding_status_ = PASS_THROUGH;
260 decoding_status_ = PASS_THROUGH;
278 if (decoding_status_ == PASS_THROUGH) {
335 if (PASS_THROUGH == decoding_status_) {
H A Dsdch_filter.h54 PASS_THROUGH, // Non-sdch content being passed without alteration. enumerator in enum:net::SdchFilter::DecodingStatus
/external/libpcap/
H A Dsf-pcap.c135 PASS_THROUGH, enumerator in enum:__anon24608
263 ps->scale_type = PASS_THROUGH;
273 ps->scale_type = PASS_THROUGH;
447 case PASS_THROUGH:
H A Dsf-pcap-ng.c205 PASS_THROUGH, enumerator in enum:__anon24606
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
1219 case PASS_THROUGH:

Completed in 160 milliseconds