Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 25 of 67) sorted by relevance

123

/external/openssl/crypto/rc4/asm/
Drc4-ia64.pl215 local *bypass = shift;
302 &P(\$bypass, ".rc4Bypass%u:", $label);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI);
304 &I(\$bypass, "nop 0");
305 &I(\$bypass, "nop 0");
306 &I(\$bypass, ";;");
307 &I(\$bypass, "add J = J, SI[%u]", $i1 % $NSI);
308 &I(\$bypass, "mov SI[%u] = SI[%u]", $i0 % $NSI, $i1 % $NSI);
309 &I(\$bypass, "br.sptk.many .rc4Resume%u\n", $label);
310 &I(\$bypass, ";;");
[all …]
/external/chromium/net/proxy/
Dproxy_config.cc228 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; in ToValue() local
229 if (!bypass.rules().empty()) { in ToValue()
236 bypass.rules().begin(); in ToValue()
237 it != bypass.rules().end(); ++it) { in ToValue()
/external/iptables/extensions/
Dlibxt_NFQUEUE.c90 info->bypass = 1; in NFQUEUE_parse_v2()
123 if (info->bypass) in NFQUEUE_print_v2()
154 if (info->bypass) in NFQUEUE_save_v2()
Dlibxt_NFQUEUE.man9 \fBqueue-bypass\fP in 2.6.39.
22 \fB\-\-queue\-bypass\fP
/external/zlib/examples/
Dgzappend.c202 unsigned bypass; in skip() local
206 bypass = n & ~((1U << in->size) - 1); in skip()
207 if (bypass) { in skip()
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) in skip()
210 n -= bypass; in skip()
/external/sonivox/arm-fm-22k/lib_src/
Deas_chorus.c111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT; in ChorusInit()
273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0) in ChorusProcess()
439 *pValue = (EAS_I32) p->bypass; in ChorusGetParam()
487 p->bypass = (EAS_BOOL) value; in ChorusSetParam()
Deas_chorusdata.h93 EAS_BOOL bypass; member
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_chorus.c111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT; in ChorusInit()
273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0) in ChorusProcess()
439 *pValue = (EAS_I32) p->bypass; in ChorusGetParam()
487 p->bypass = (EAS_BOOL) value; in ChorusSetParam()
Deas_chorusdata.h93 EAS_BOOL bypass; member
/external/sonivox/arm-wt-22k/lib_src/
Deas_chorus.c111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT; in ChorusInit()
273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0) in ChorusProcess()
439 *pValue = (EAS_I32) p->bypass; in ChorusGetParam()
487 p->bypass = (EAS_BOOL) value; in ChorusSetParam()
Deas_chorusdata.h93 EAS_BOOL bypass; member
/external/chromium/chrome/browser/extensions/
Dextension_proxy_apitest.cc26 const std::string& bypass, in ValidateSettings() argument
41 if (!bypass.empty()) { in ValidateSettings()
43 EXPECT_EQ(bypass, value); in ValidateSettings()
/external/iptables/include/linux/netfilter/
Dxt_NFQUEUE.h26 __u16 bypass; member
/external/llvm/include/llvm/Target/
DTargetSchedule.td26 // Pipeline bypass / forwarding - These values specifies the symbolic names of
93 // a def by an instruction is available on a specific bypass and the use can
94 // read from the same bypass, then the operand use latency is reduced by one.
/external/oprofile/events/x86-64/hammer/
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
Devents113 … minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Memory controller bypass saturation
/external/oprofile/events/i386/core_2/
Dunit_masks74 0x00 FP Delayed bypass to FP operation.
75 0x01 SIMD Delayed bypass to SIMD operation.
76 0x02 LOAD Delayed bypass to load operation.
/external/chromium/chrome/browser/ui/cocoa/
Dui_localizer.mm56 // override to bypass the bundle lookup and directly do the localization
/external/oprofile/events/x86-64/family10/
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/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac58 // *** 'bypass' is the preferred proxy setting for when no-ads is inactive.
63 var bypass = normal;
324 // Unselect "include all sites that bypass the proxy server" option
547 // alert("allowing (not active): return " + bypass);
548 return bypass;
1310 " bypass: "+bypass+"\n"
/external/oprofile/events/i386/westmere/
Dunit_masks96 0x02 mru Stall cycles due to BPU MRU bypass
188 0x01 rs Loads dispatched that bypass the MOB
/external/qemu/docs/
DCHAR-DEVICES.TXT116 program. This is mainly used to bypass the kernel in order to
/external/libffi/include/
Dffi.h.in29 The raw API is designed to bypass some of the argument packing
/external/oprofile/events/ia64/itanium2/
Devents111 #event:0xb8 counters:0,1,2,3 um:l2_bypass minimum:5000 name:L2_BYPASS : Count bypass
182 event:0xb8 counters:0 um:l2_bypass minimum:5000 name:L2_BYPASS : Count bypass
/external/oprofile/events/i386/nehalem/
Dunit_masks67 …0x01 rs Counts number of loads dispatched from the Reservation Station that bypass the Memory Orde…
188 0x03 reads Counts all instruction fetches, including uncacheable fetches that bypass the L1I
206 …tion Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass

123