Home
last modified time | relevance | path

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

123456789

/external/iptables/extensions/
Dlibxt_NFQUEUE.t12 -j NFQUEUE --queue-num 10 --queue-bypass;=;OK
13 …UE --queue-balance 0:6 --queue-cpu-fanout --queue-bypass;-j NFQUEUE --queue-balance 0:6 --queue-by…
14 -j NFQUEUE --queue-bypass --queue-balance 0:6 --queue-cpu-fanout;-j NFQUEUE --queue-balance 0:6 --q…
15 -j NFQUEUE --queue-balance 0:6 --queue-bypass;=;OK
16 -j NFQUEUE --queue-bypass;-j NFQUEUE --queue-num 0 --queue-bypass;OK
Dlibxt_NFQUEUE.txlate4 iptables-translate -A FORWARD -j NFQUEUE --queue-num 0 --queue-bypass -p TCP --sport 80
5 nft add rule ip filter FORWARD tcp sport 80 counter queue num 0 bypass
7 iptables-translate -A FORWARD -j NFQUEUE --queue-bypass -p TCP --sport 80 --queue-balance 0:3 --que…
8 nft add rule ip filter FORWARD tcp sport 80 counter queue num 0-3 bypass,fanout
Dlibxt_NFQUEUE.c123 info->bypass |= NFQ_FLAG_BYPASS; in NFQUEUE_parse_v2()
189 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_print_v2()
244 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_save_v2()
312 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_xlate_v2()
Dlibxt_NFQUEUE.man10 \fBqueue-bypass\fP in 2.6.39.
23 \fB\-\-queue\-bypass\fP
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/NVPTX/
Dbypass-slow-div-constant-numerator.ll6 ; When we bypass slow div with a constant numerator which fits into the bypass
7 ; width, we still emit the bypass code, but we don't 'or' the numerator with
20 ; When we try to bypass slow div with a constant numerator which *doesn't* fit
21 ; into the bypass width, leave it as a plain 64-bit div with no bypass.
/external/perfetto/ui/src/frontend/
Dservice_worker_controller.ts36 async setBypass(bypass: boolean) {
38 this._bypassed = bypass;
39 if (bypass) {
/external/llvm-project/llvm/tools/opt-viewer/
Dopt-stats.py56 bypass = defaultdict(int) variable
59 bypass[r.Pass] += 1
71 for (passname, count) in sorted(bypass.items(), key=operator.itemgetter(1),
/external/python/cpython3/Lib/test/
Dtest_urllib.py268 bypass = urllib.request.proxy_bypass_environment
271 self.assertTrue(bypass('localhost'))
272 self.assertTrue(bypass('LocalHost')) # MixedCase
273 self.assertTrue(bypass('LOCALHOST')) # UPPERCASE
274 self.assertTrue(bypass('.localhost'))
275 self.assertTrue(bypass('newdomain.com:1234'))
276 self.assertTrue(bypass('.newdomain.com:1234'))
277 self.assertTrue(bypass('foo.d.o.t')) # issue 29142
278 self.assertTrue(bypass('d.o.t'))
279 self.assertTrue(bypass('anotherdomain.com:8888'))
[all …]
/external/python/cpython2/Lib/test/
Dtest_urllib.py186 bypass = urllib.proxy_bypass_environment
189 self.assertTrue(bypass('localhost'))
190 self.assertTrue(bypass('LocalHost')) # MixedCase
191 self.assertTrue(bypass('LOCALHOST')) # UPPERCASE
192 self.assertTrue(bypass('newdomain.com:1234'))
193 self.assertTrue(bypass('foo.d.o.t')) # issue 29142
194 self.assertTrue(bypass('anotherdomain.com:8888'))
195 self.assertTrue(bypass('www.newdomain.com:1234'))
196 self.assertFalse(bypass('prelocalhost'))
197 self.assertFalse(bypass('newdomain.com')) # no port
[all …]
/external/arm-trusted-firmware/plat/rockchip/rk3288/drivers/secure/
Dsecure.c17 static void sgrf_ddr_rgn_global_bypass(uint32_t bypass) in sgrf_ddr_rgn_global_bypass() argument
19 if (bypass) in sgrf_ddr_rgn_global_bypass()
/external/rust/crates/libz-sys/src/zlib/examples/
Dgzappend.c204 unsigned bypass; in skip() local
208 bypass = n & ~((1U << in->size) - 1); in skip()
209 if (bypass) { in skip()
210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) in skip()
212 n -= bypass; in skip()
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/
Dsecure.c17 static void sgrf_ddr_rgn_global_bypass(uint32_t bypass) in sgrf_ddr_rgn_global_bypass() argument
19 if (bypass) in sgrf_ddr_rgn_global_bypass()
/external/llvm/include/llvm/Target/
DTargetItinerary.td29 // Pipeline bypass / forwarding - These values specifies the symbolic names of
96 // a def by an instruction is available on a specific bypass and the use can
97 // read from the same bypass, then the operand use latency is reduced by one.
134 // info. Subtargets using NoItineraries can bypass the scheduler's
/external/iptables/include/linux/netfilter/
Dxt_NFQUEUE.h26 __u16 bypass; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_NFQUEUE.h27 __u16 bypass; member
/external/llvm-project/llvm/include/llvm/Target/
DTargetItinerary.td28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
95 // a def by an instruction is available on a specific bypass and the use can
96 // read from the same bypass, then the operand use latency is reduced by one.
144 // info. Subtargets using NoItineraries can bypass the scheduler's
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
95 // a def by an instruction is available on a specific bypass and the use can
96 // read from the same bypass, then the operand use latency is reduced by one.
144 // info. Subtargets using NoItineraries can bypass the scheduler's
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c1231 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv) in stm32mp1_lse_enable() argument
1240 if (bypass || digbyp) { in stm32mp1_lse_enable()
1282 static void stm32mp1_hse_enable(bool bypass, bool digbyp, bool css) in stm32mp1_hse_enable() argument
1290 if (bypass || digbyp) { in stm32mp1_hse_enable()
1788 bool bypass, digbyp; in stm32mp1_clk_init() local
1791 bypass = fdt_osc_read_bool(_LSE, "st,bypass"); in stm32mp1_clk_init()
1796 stm32mp1_lse_enable(bypass, digbyp, lsedrv); in stm32mp1_clk_init()
1799 bool bypass, digbyp, css; in stm32mp1_clk_init() local
1801 bypass = fdt_osc_read_bool(_HSE, "st,bypass"); in stm32mp1_clk_init()
1804 stm32mp1_hse_enable(bypass, digbyp, css); in stm32mp1_clk_init()
/external/llvm/test/CodeGen/ARM/
Dinlineasm-ldr-pseudo.ll3 ; assembly, the current code path will bypass the parser and just write the
/external/llvm-project/llvm/test/CodeGen/ARM/
Dinlineasm-ldr-pseudo.ll3 ; assembly, the current code path will bypass the parser and just write the
/external/llvm/lib/Target/PowerPC/
DPPCScheduleE500mc.td28 // The CFX has a bypass path, allowing non-divide instructions to execute
34 : FuncUnit; // CFX divide bypass path
314 let LoadLatency = 5; // Optimistic load latency assuming bypass.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dinlineasm-ldr-pseudo.ll2 ; assembly, the current code path will bypass the parser and just write the
/external/autotest/server/site_tests/platform_BootPerfServer/
Dcontrol.bootperf29 # it bypass the rootfs verification check.
/external/llvm/test/CodeGen/AArch64/
Dinlineasm-ldr-pseudo.ll2 ; assembly, the current code path will bypass the parser and just write the
/external/sfntly/doc/
Dunit_tests.md31 FontData tests are the longest and you may want to bypass them during

123456789