/external/freetype/src/sfnt/ |
D | pngshim.c | 99 v82 n8 = { 8, 8, 8, 8, 8, 8, 8, 8 }; in premultiply_data() local 108 s1 = s >> n8; /* G A G A G A G A */ in premultiply_data() 118 s0 = ( s0 + ( s0 >> n8 ) ) >> n8; in premultiply_data() 119 s1 = ( s1 + ( s1 >> n8 ) ) >> n8; in premultiply_data() 121 s = s0 | ( s1 << n8 ); in premultiply_data()
|
/external/u-boot/arch/nds32/dts/ |
D | ag101p.dts | 14 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug bootmem_debug mem… 15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug loglevel=7"; 16 stdout-path = "uart0:38400n8";
|
D | ae3xx.dts | 15 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug bootmem_debug mem… 16 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7"; 17 stdout-path = "uart0:38400n8";
|
/external/vixl/src/aarch64/ |
D | pointer-auth-aarch64.cc | 95 uint64_t n8 = GetNibble(in_data, 4 * (i + 8)); in BigShuffle() local 99 uint64_t t0 = RotNibble(n8, 2) ^ RotNibble(n4, 1) ^ RotNibble(n0, 1); in BigShuffle() 101 uint64_t t2 = RotNibble(n12, 2) ^ RotNibble(n8, 1) ^ RotNibble(n0, 1); in BigShuffle() 102 uint64_t t3 = RotNibble(n12, 1) ^ RotNibble(n8, 1) ^ RotNibble(n4, 2); in BigShuffle()
|
/external/u-boot/arch/xtensa/dts/ |
D | kc705.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | ml605.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | kc705_nommu.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | ml605_nommu.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | xtfpga.dtsi | 8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | freebsd.ll | 3 ; RUN: -default-data-layout="e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128" | \ 8 ; RUN: -default-data-layout="e-m:e-i64:64-f80:128-n8:16:32:64-S128" | \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | freebsd.ll | 3 ; RUN: -data-layout="e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128" | \ 8 ; RUN: -data-layout="e-m:e-i64:64-f80:128-n8:16:32:64-S128" | \
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p6.cpp | 24 alignas(8) extern int n8; // expected-note {{declared with 'alignas' attribute here}} 25 int n8; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
|
/external/libaom/libaom/av1/encoder/x86/ |
D | wedge_utils_sse2.c | 29 int n8 = n + 8; in av1_wedge_sse_from_residuals_sse2() local 46 const __m128i v_r1_w = xx_load_128(r1 + n8); in av1_wedge_sse_from_residuals_sse2() 48 const __m128i v_d1_w = xx_load_128(d + n8); in av1_wedge_sse_from_residuals_sse2() 82 n8 += 16; in av1_wedge_sse_from_residuals_sse2()
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 66 %n8 = sub i32 0, %a8 67 %t8 = icmp ugt i32 %n8, -4 68 %m8 = select i1 %t8, i32 %n8, i32 -4
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 66 %n8 = sub i32 0, %a8 67 %t8 = icmp ugt i32 %n8, -4 68 %m8 = select i1 %t8, i32 %n8, i32 -4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 66 %n8 = sub i32 0, %a8 67 %t8 = icmp ugt i32 %n8, -4 68 %m8 = select i1 %t8, i32 %n8, i32 -4
|
/external/u-boot/arch/riscv/dts/ |
D | ae350.dts | 15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7"; 16 stdout-path = "uart0:38400n8";
|
/external/clang/test/Modules/Inputs/merge-friends/ |
D | friend.h | 1 namespace N { struct n8 { friend struct foo; }; } struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/Inputs/ |
D | thinlto_empty.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
D | alias-1.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
D | available-externally.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
D | start-lib-common.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
D | visibility.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-lto/Inputs/ |
D | thinlto.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/ |
D | empty.ll | 1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|