Home
last modified time | relevance | path

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

1234

/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.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/zlib/src/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/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/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.h26 __u16 bypass; member
/external/swiftshader/third_party/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/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.
DPPCScheduleE5500.td28 // The CFX has a bypass path, allowing non-divide instructions to execute
34 : FuncUnit; // CFX divide bypass path
374 let LoadLatency = 6; // Optimistic load latency assuming bypass.
DPPCScheduleA2.td163 let LoadLatency = 6; // Optimistic load latency assuming bypass.
DPPCSchedule440.td60 def P440_GPR_Bypass : Bypass; // The bypass for general-purpose regs.
61 def P440_FPR_Bypass : Bypass; // The bypass for floating-point regs.
600 let LoadLatency = 5; // Optimistic load latency assuming bypass.
DPPCScheduleP7.td56 // next cycle (there is a self-bypass). Getting results from the other FX
385 let LoadLatency = 3; // Optimistic load latency assuming bypass.
DPPCScheduleG5.td121 let LoadLatency = 3; // Optimistic load latency assuming bypass.
/external/llvm/test/CodeGen/ARM/
Dinlineasm-ldr-pseudo.ll3 ; assembly, the current code path will bypass the parser and just write the
/external/llvm/test/CodeGen/AArch64/
Dinlineasm-ldr-pseudo.ll2 ; assembly, the current code path will bypass the parser and just write the
/external/llvm/test/CodeGen/X86/
Datom-bypass-slow-division-64.ll5 ; Additional tests for 64-bit divide bypass
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DMachO_x86-64_PIC_relocations.s54 # Test external-symbol relocation bypass: symbols with addr 0xffffffffffffffff
/external/ltp/tools/top-LTP/proc/
Dksym.c310 goto bypass; /* some space already allocated */ in parse_ksyms()
319 bypass: in parse_ksyms()
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
/external/openssh/
Dsshd_config.android82 # PAM authentication via ChallengeResponseAuthentication may bypass
Dsshd_config92 # PAM authentication via ChallengeResponseAuthentication may bypass
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c99 rx_ctl_filt.bypass = 1; in __macsec_drv_init()
108 tx_ctl_filt.bypass = 1; in __macsec_drv_init()

1234