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

1 2

  /external/chromium_org/third_party/openssl/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/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...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_NFQUEUE.h 35 __u16 bypass; member in struct:xt_NFQ_info_v2
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_NFQUEUE.h 35 __u16 bypass; member in struct:xt_NFQ_info_v2
  /external/iptables/include/linux/netfilter/
xt_NFQUEUE.h 26 __u16 bypass; member in struct:xt_NFQ_info_v2
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_NFQUEUE.h 26 __u16 bypass; member in struct:xt_NFQ_info_v2
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_NFQUEUE.h 35 __u16 bypass; member in struct:xt_NFQ_info_v2
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_NFQUEUE.h 35 __u16 bypass; member in struct:xt_NFQ_info_v2
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_NFQUEUE.h 35 __u16 bypass; member in struct:xt_NFQ_info_v2
  /external/chromium_org/net/proxy/
proxy_config.cc 253 // Output the bypass rules.
254 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; local
255 if (!bypass.rules().empty()) {
262 bypass.rules().begin();
263 it != bypass.rules().end(); ++it) {
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon34571
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:__anon34621
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:__anon34674
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_org/chrome/browser/extensions/api/proxy/
proxy_apitest.cc 29 const std::string& bypass,
44 if (!bypass.empty()) {
46 EXPECT_EQ(bypass, value);
287 ASSERT_TRUE(RunExtensionTestIncognito("proxy/bypass")) << message_;
  /external/iptables/extensions/
libxt_NFQUEUE.c 42 " --queue-bypass Bypass Queueing if no queue instance exists.\n"
60 {.name = "queue-bypass", .id = O_QUEUE_BYPASS, .type = XTTYPE_NONE},
102 info->bypass = 1;
147 if (info->bypass & NFQ_FLAG_BYPASS)
148 printf(" bypass");
188 if (info->bypass & NFQ_FLAG_BYPASS)
189 printf(" --queue-bypass");
  /external/zlib/src/examples/
gzappend.c 204 unsigned bypass; local
208 bypass = n & ~((1U << in->size) - 1);
209 if (bypass) {
210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
212 n -= bypass;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 626 int bypass)
653 if (bypass != 8 &&
1006 int bypass; local
    [all...]
  /external/chromium_org/tools/
safely-roll-deps.py 145 upload_cmd = ['git', 'cl', 'upload', '--bypass-hooks']
  /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
  /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_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 170 * @return {Array.<string>} A list of hostnames that should bypass the proxy.
178 * @param {?Array.<string>} data A list of hostnames that should bypass
179 * 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

Completed in 4340 milliseconds

1 2