Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; enumerator
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState()
97 case PASS_THROUGH: return "Pass-through"; in getBlockExitStateName()
179 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()
224 } else if (CurState == PASS_THROUGH) { in processBasicBlock()
304 if (BBState.ExitState == PASS_THROUGH) { in runOnMachineFunction()
/external/chromium_org/net/filter/
Dsdch_filter.cc133 case PASS_THROUGH: { in ~SdchFilter()
215 decoding_status_ = PASS_THROUGH; in ReadFilteredData()
224 decoding_status_ = PASS_THROUGH; in ReadFilteredData()
260 decoding_status_ = PASS_THROUGH; in ReadFilteredData()
278 if (decoding_status_ == PASS_THROUGH) { in ReadFilteredData()
335 if (PASS_THROUGH == decoding_status_) { in ReadFilteredData()
Dsdch_filter.h54 PASS_THROUGH, // Non-sdch content being passed without alteration. enumerator
/external/libpcap/
Dsf-pcap.c135 PASS_THROUGH, enumerator
263 ps->scale_type = PASS_THROUGH; in pcap_check_header()
273 ps->scale_type = PASS_THROUGH; in pcap_check_header()
447 case PASS_THROUGH: in pcap_next_packet()
Dsf-pcap-ng.c205 PASS_THROUGH, enumerator
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; in add_interface()
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; in add_interface()
1219 case PASS_THROUGH: in pcap_ng_next_packet()