Searched refs:bypass (Results 1 - 20 of 20) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_NFQUEUE.h26 __u16 bypass; member in struct:xt_NFQ_info_v2
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl124 # - 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);
304 &I(\$bypass, "no
[all...]
/external/iptables/extensions/
H A Dlibxt_NFQUEUE.c40 " --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/
H A Dproxy_config.cc227 // 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/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon13231
H A Deas_chorus.c111 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/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon13281
H A Deas_chorus.c111 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/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon13334
H A Deas_chorus.c111 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/
H A Dextension_proxy_apitest.cc26 const std::string& bypass,
41 if (!bypass.empty()) {
43 EXPECT_EQ(bypass, value);
269 ASSERT_TRUE(RunExtensionTestIncognito("proxy/bypass")) << message_;
24 ValidateSettings(int expected_mode, const std::string& expected_server, const std::string& bypass, const std::string& expected_pac_url, PrefService* pref_service) argument
/external/zlib/src/examples/
H A Dgzappend.c202 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/
H A Dunit_masks77 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
H A Devents113 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/
H A Dunit_masks96 0x01 Memory controller high priority bypass
97 0x02 Memory controller medium priority bypass
98 0x04 DCT0 DCQ bypass
99 0x08 DCT1 DCQ bypass
/external/oprofile/events/i386/westmere/
H A Dunit_masks96 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/
H A DRuby.stg781 * look for the bypass alternative. It delays error
/external/oprofile/events/i386/nehalem/
H A Devents32 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/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm804 ;# but if there is then inside the bypass they need to be set
/external/libxml2/
H A Dcatalog.c878 * except it bypass all catalog lookups.

Completed in 4857 milliseconds