Home
last modified time | relevance | path

Searched refs:n8 (Results 1 – 25 of 3830) sorted by relevance

12345678910>>...154

/external/freetype/src/sfnt/
Dpngshim.c99 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/
Dag101p.dts14 …/* 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";
Dae3xx.dts15 …/* 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/
Dpointer-auth-aarch64.cc95 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/
Dkc705.dts8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dml605.dts8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dkc705_nommu.dts8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dml605_nommu.dts8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dxtfpga.dtsi8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
/external/llvm/test/Instrumentation/AddressSanitizer/
Dfreebsd.ll3 ; 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/
Dfreebsd.ll3 ; 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/
Dp6.cpp24 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/
Dwedge_utils_sse2.c29 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/
D2011-10-13-SCEVChain.ll66 %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/
D2011-10-13-SCEVChain.ll66 %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/
D2011-10-13-SCEVChain.ll66 %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/
Dae350.dts15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7";
16 stdout-path = "uart0:38400n8";
/external/clang/test/Modules/Inputs/merge-friends/
Dfriend.h1 namespace N { struct n8 { friend struct foo; }; } struct
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/Inputs/
Dthinlto_empty.ll1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
Dalias-1.ll1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
Davailable-externally.ll1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
Dstart-lib-common.ll1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
Dvisibility.ll1 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/
Dthinlto.ll1 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/
Dempty.ll1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

12345678910>>...154