/external/llvm-project/flang/test/Semantics/ |
D | null01.f90 | 29 integer, pointer :: ip0 component 45 integer, pointer :: ip0, ip1(:), ip2(:,:) local 48 integer, parameter :: ip0r = rank(null(mold=ip0)) 53 ip0 => null() ! ok 57 ip0 => null(mold=1) 59 ip0 => null(mold=j) 61 dt0x = dt0(ip0=null()) 62 dt0x = dt0(ip0=null(ip0)) 63 dt0x = dt0(ip0=null(mold=ip0)) 66 dt0x = dt0(ip0=null(mold=rp0))
|
/external/zstd/lib/compress/ |
D | zstd_fast.c | 60 const BYTE* ip0 = istart; in ZSTD_compressBlock_fast_generic() local 73 ip0 += (ip0 == prefixStart); in ZSTD_compressBlock_fast_generic() 74 ip1 = ip0 + 1; in ZSTD_compressBlock_fast_generic() 75 { U32 const curr = (U32)(ip0 - base); in ZSTD_compressBlock_fast_generic() 92 BYTE const* ip2 = ip0 + 2; in ZSTD_compressBlock_fast_generic() 93 size_t const h0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_generic() 94 U32 const val0 = MEM_read32(ip0); in ZSTD_compressBlock_fast_generic() 97 U32 const current0 = (U32)(ip0-base); in ZSTD_compressBlock_fast_generic() 107 PREFETCH_L1(ip0+256); in ZSTD_compressBlock_fast_generic() 113 assert(ip0 + 1 == ip1); in ZSTD_compressBlock_fast_generic() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | extractelement-legalization-store-ordering.ll | 39 %ip0 = shl nsw i32 %i, 2 40 %ip1 = or i32 %ip0, 1 41 %ip2 = or i32 %ip0, 2 42 %ip3 = or i32 %ip0, 3 43 %vecext = extractelement <4 x i32> %am, i32 %ip0 47 %arrayidx8 = getelementptr inbounds i32, i32* %x, i32 %ip0
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-legalization-store-ordering.ll | 38 %ip0 = shl nsw i32 %i, 2 39 %ip1 = or i32 %ip0, 1 40 %ip2 = or i32 %ip0, 2 41 %ip3 = or i32 %ip0, 3 42 %vecext = extractelement <4 x i32> %am, i32 %ip0 46 %arrayidx8 = getelementptr inbounds i32, i32* %x, i32 %ip0
|
/external/vixl/doc/aarch64/topics/ |
D | extending-the-disassembler.md | 41 custom disasm -0x8: add x10, ip0, ip1 // add/sub to x10 47 custom disasm 0x0: add x11, ip0, ip1
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
|
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-c++11.cpp | 109 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
|
/external/clang/test/FixIt/ |
D | fixit-cxx0x.cpp | 107 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
|
/external/vixl/examples/aarch64/ |
D | custom-disassembler.cc | 124 __ Add(x11, ip0, ip1); in GenerateCustomDisassemblerTestCode()
|
/external/vixl/src/aarch64/ |
D | registers-aarch64.h | 829 const Register ip0 = x16; variable
|
D | macro-assembler-aarch64.cc | 323 tmp_list_(ip0, ip1), in MacroAssembler() 346 tmp_list_(ip0, ip1), in MacroAssembler() 367 tmp_list_(ip0, ip1), in MacroAssembler()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 967 Prog::Inst* ip0 = ip; in RunWorkqOnByte() local 970 i += ip - ip0; in RunWorkqOnByte()
|
/external/vixl/test/aarch64/ |
D | test-assembler-fp-aarch64.cc | 1659 temps.Include(ip0, ip1); in TEST() 1758 temps.Include(ip0, ip1); in TEST()
|
D | test-assembler-aarch64.cc | 13319 __ Push(ip0, lr); in TEST() 13321 __ Pop(lr, ip0); in TEST()
|