HomeSort by relevance Sort by last modified time
    Searched refs:bypass (Results 1 - 25 of 26) sorted by null

1 2

  /dalvik/vm/mterp/x86/
OP_MOVE_EXCEPTION.S 4 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass
8 movl $$0,offThread_exception(%ecx) # dvmClearException bypass
  /external/iptables/include/linux/netfilter/
xt_NFQUEUE.h 26 __u16 bypass; member in struct:xt_NFQ_info_v2
  /dalvik/vm/mterp/armv5te/
OP_MOVE_EXCEPTION.S 4 ldr r3, [rSELF, #offThread_exception] @ r3<- dvmGetException bypass
9 str r1, [rSELF, #offThread_exception] @ dvmClearException bypass
OP_THROW.S 12 @ bypass dvmSetException, just store it
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 95 # (pBypass) br.cond.spnt Bypass
124 # - Note that due to the bypass/forwarding-path, the first two
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
158 # bypass path, and activate the bypass path ALL IN THE SAME
160 # the bypass with a simple conditional move instruction.
161 # Fortunately, the bypass paths get activated relatively
215 local *bypass = shift;
302 &P(\$bypass, ".rc4Bypass%u:", $label);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI)
    [all...]
  /external/iptables/extensions/
libxt_NFQUEUE.c 40 " --queue-bypass Bypass Queueing if no queue instance exists.\n");
50 {.name = "queue-bypass", .id = O_QUEUE_BYPASS, .type = XTTYPE_NONE},
90 info->bypass = 1;
123 if (info->bypass)
124 printf(" bypass");
154 if (info->bypass)
155 printf("--queue-bypass ");
  /external/chromium/net/proxy/
proxy_config.cc 227 // Output the bypass rules.
228 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; local
229 if (!bypass.rules().empty()) {
236 bypass.rules().begin();
237 it != bypass.rules().end(); ++it) {
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon12387
eas_chorus.c 111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT;
273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0)
439 *pValue = (EAS_I32) p->bypass;
487 p->bypass = (EAS_BOOL) value;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon12437
eas_chorus.c 111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT;
273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0)
439 *pValue = (EAS_I32) p->bypass;
487 p->bypass = (EAS_BOOL) value;
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon12490
eas_chorus.c 111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT;
273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0)
439 *pValue = (EAS_I32) p->bypass;
487 p->bypass = (EAS_BOOL) value;
  /external/chromium/chrome/browser/extensions/
extension_proxy_apitest.cc 26 const std::string& bypass,
41 if (!bypass.empty()) {
43 EXPECT_EQ(bypass, value);
269 ASSERT_TRUE(RunExtensionTestIncognito("proxy/bypass")) << message_;
  /external/zlib/examples/
gzappend.c 202 unsigned bypass; local
206 bypass = n & ~((1U << in->size) - 1);
207 if (bypass) {
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
210 n -= bypass;
  /external/oprofile/events/x86-64/hammer/
unit_masks 77 0x01 Memory controller high priority bypass
78 0x02 Memory controller low priority bypass
79 0x04 DRAM controller interface bypass
80 0x08 DRAM controller queue bypass
events 113 event:0xe4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Memory controller bypass saturation
  /external/oprofile/events/x86-64/family10/
unit_masks 96 0x01 Memory controller high priority bypass
97 0x02 Memory controller medium priority bypass
98 0x04 DCT0 DCQ bypass
99 0x08 DCT1 DCQ bypass
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 400 // Output any proxy bypass rules.
403 lines.push('Reversed bypass list: ');
405 lines.push('Bypass list: ');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 168 * @return {Array.<string>} A list of hostnames that should bypass the proxy.
176 * @param {?Array.<string>} data A list of hostnames that should bypass
177 * the proxy. If empty, the bypass list is emptied.
  /external/oprofile/events/i386/westmere/
unit_masks 96 0x02 mru Stall cycles due to BPU MRU bypass
188 0x01 rs Loads dispatched that bypass the MOB
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 781 * look for the bypass alternative. It delays error
    [all...]
  /external/oprofile/events/i386/nehalem/
events 32 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:6000 name:LOAD_DISPATCH : Counts number of loads dispatched from the Reservation Station that bypass.
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 804 ;# but if there is then inside the bypass they need to be set
  /external/libxml2/
catalog.c 878 * except it bypass all catalog lookups.
    [all...]

Completed in 1775 milliseconds

1 2