/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1cod.c | 166 int JPC_SEGTYPE(int passno, int firstpassno, int bypass) in JPC_SEGTYPE() argument 169 if (bypass) { in JPC_SEGTYPE() 180 int JPC_SEGPASSCNT(int passno, int firstpassno, int numpasses, int bypass, int termall) in JPC_SEGPASSCNT() argument 187 } else if (bypass) { in JPC_SEGPASSCNT()
|
D | jpc_t1cod.h | 285 int JPC_SEGTYPE(int passno, int firstpassno, int bypass); 288 int JPC_SEGPASSCNT(int passno, int firstpassno, int numpasses, int bypass,
|
/external/zlib/src/examples/ |
D | gzappend.c | 204 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/iptables/extensions/ |
D | libxt_NFQUEUE.c | 102 info->bypass = 1; in NFQUEUE_parse_v2() 147 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_print_v2() 188 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_save_v2()
|
D | libxt_NFQUEUE.man | 9 \fBqueue-bypass\fP in 2.6.39. 22 \fB\-\-queue\-bypass\fP
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_chorus.c | 111 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()
|
D | eas_chorusdata.h | 93 EAS_BOOL bypass; member
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 29 // 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/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_NFQUEUE.h | 26 __u16 bypass; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_NFQUEUE.h | 26 __u16 bypass; member
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-ldr-pseudo.ll | 3 ; assembly, the current code path will bypass the parser and just write the
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE500mc.td | 28 // The CFX has a bypass path, allowing non-divide instructions to execute 34 : FuncUnit; // CFX divide bypass path 315 let LoadLatency = 5; // Optimistic load latency assuming bypass.
|
D | PPCScheduleE5500.td | 28 // The CFX has a bypass path, allowing non-divide instructions to execute 34 : FuncUnit; // CFX divide bypass path 375 let LoadLatency = 6; // Optimistic load latency assuming bypass.
|
D | PPCScheduleA2.td | 164 let LoadLatency = 6; // Optimistic load latency assuming bypass.
|
D | PPCSchedule440.td | 60 def P440_GPR_Bypass : Bypass; // The bypass for general-purpose regs. 61 def P440_FPR_Bypass : Bypass; // The bypass for floating-point regs. 601 let LoadLatency = 5; // Optimistic load latency assuming bypass.
|
D | PPCScheduleP7.td | 56 // next cycle (there is a self-bypass). Getting results from the other FX 386 let LoadLatency = 3; // Optimistic load latency assuming bypass.
|
D | PPCScheduleG5.td | 122 let LoadLatency = 3; // Optimistic load latency assuming bypass.
|
/external/llvm/test/CodeGen/AArch64/ |
D | inlineasm-ldr-pseudo.ll | 2 ; assembly, the current code path will bypass the parser and just write the
|
/external/llvm/test/CodeGen/X86/ |
D | atom-bypass-slow-division-64.ll | 5 ; Additional tests for 64-bit divide bypass
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 54 # Test external-symbol relocation bypass: symbols with addr 0xffffffffffffffff
|
/external/libpng/ |
D | ANNOUNCE | 34 to allow an application that uses the simplified API write to bypass
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sdiv.ll | 85 ; Tests for 64-bit divide bypass.
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 281 rx_ctl_filt.bypass = 1; in __macsec_drv_init() 290 tx_ctl_filt.bypass = 1; in __macsec_drv_init()
|
/external/llvm/test/Transforms/GVN/ |
D | volatile.ll | 5 ; Check that we can bypass a volatile load when searching
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
D | __init__.py | 781 bypass = False 784 bypass = True 786 return bypass
|