/external/llvm/lib/Target/X86/ |
X86VZeroUpper.cpp | 50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; 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/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_texblend.c | 46 pass_through(GLuint * state, GLuint blendUnit) function 215 return pass_through(state, blendUnit); 244 return pass_through(state, blendUnit); 261 return pass_through(state, blendUnit); 301 return pass_through(state, blendUnit); 330 return pass_through(state, blendUnit); 341 return pass_through(state, blendUnit); 425 tmp_sz = pass_through(tmp, unit);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_texblend.c | 46 pass_through(GLuint * state, GLuint blendUnit) function 215 return pass_through(state, blendUnit); 244 return pass_through(state, blendUnit); 261 return pass_through(state, blendUnit); 301 return pass_through(state, blendUnit); 330 return pass_through(state, blendUnit); 341 return pass_through(state, blendUnit); 425 tmp_sz = pass_through(tmp, unit);
|
/external/chromium_org/net/filter/ |
sdch_filter.cc | 99 case PASS_THROUGH: { 179 decoding_status_ = PASS_THROUGH; 187 decoding_status_ = PASS_THROUGH; 202 // actual use re: decoding_status_ = PASS_THROUGH; 219 decoding_status_ = PASS_THROUGH; 224 if (decoding_status_ == PASS_THROUGH) { 280 if (PASS_THROUGH == decoding_status_) {
|
sdch_filter.h | 54 PASS_THROUGH, // Non-sdch content being passed without alteration.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
ipa-prop.h | 72 IPA_JF_PASS_THROUGH, /* represented by field pass_through */ 169 /* Represents a value of a jump function. pass_through is used only in jump 176 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:ipa_jump_func::jump_func_value 225 return jfunc->value.pass_through.operand; 235 return jfunc->value.pass_through.formal_id; 244 return jfunc->value.pass_through.operation; 253 return jfunc->value.pass_through.agg_preserved;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
runner_unittest.py | 91 options = MockOptions(verbose=verbose, timing=timing, child_processes=child_processes, quiet=quiet, pass_through=False)
|
printer.py | 104 if self.options.pass_through:
|
/external/libpcap/ |
sf-pcap.c | 135 PASS_THROUGH, 263 ps->scale_type = PASS_THROUGH; 273 ps->scale_type = PASS_THROUGH; 447 case PASS_THROUGH:
|
sf-pcap-ng.c | 205 PASS_THROUGH, 595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; 619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; 1219 case PASS_THROUGH:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
do-webcore-rename | 35 use Getopt::Long qw(:config pass_through);
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 443 Getopt::Long::Configure('pass_through'); [all...] |
/external/chromium_org/third_party/lcov/bin/ |
geninfo | 273 Getopt::Long::Configure("pass_through", "no_auto_abbrev"); [all...] |
lcov | 226 Getopt::Long::Configure("pass_through", "no_auto_abbrev"); [all...] |
genhtml | 325 Getopt::Long::Configure("pass_through", "no_auto_abbrev"); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/ |
gtype.state | [all...] |