/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 214 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____), 215 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS), 216 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____), 217 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____), 218 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS), 219 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____), 220 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS), 221 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____), 222 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS),
|
/external/llvm-project/llvm/test/MC/MachO/ |
D | pending-labels.s | 20 L8: label 32 .quad L8-.
|
D | x86_64-symbols.s | 28 L8: label
|
D | x86_32-symbols.s | 28 L8: label
|
/external/perfetto/src/trace_processor/containers/ |
D | bit_vector.h | 422 s = ((s + (s >> 4)) & 0x0F0F0F0F0F0F0F0F) * L8; in IndexOfNthSet() 424 uint64_t b = (BwLessThan(s, n * L8) >> 7) * L8 >> 53 & ~7ull; in IndexOfNthSet() 426 s = (BwGtZero(((word_ >> b & 0xFF) * L8) & 0x8040201008040201) >> 7) * L8; in IndexOfNthSet() 428 uint64_t ret = b + ((BwLessThan(s, l * L8) >> 7) * L8 >> 56); in IndexOfNthSet() 459 static constexpr uint64_t L8 = 0x0101010101010101; 476 static uint64_t BwGtZero(uint64_t x) { return (((x | H8) - L8) | x) & H8; } in BwGtZero()
|
/external/llvm-project/clang/test/Analysis/ |
D | cfg-indirect-goto-determinism.cpp | 12 (void)&&L8; in indirectBlockSuccessorDeterminism() 54 L8: in indirectBlockSuccessorDeterminism()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | userstack.ll | 17 ; CHECK-NEXT: i32.sub $push[[L8:.+]]=, $pop[[L2]], $pop[[L3]] 18 ; CHECK-NEXT: i32.store $push[[L10:.+]]=, __stack_pointer($pop[[L4]]), $pop[[L8]]{{$}} 73 ; CHECK-NEXT: i32.const $push[[L8:.+]]=, 144 74 ; CHECK-NEXT: i32.add $push[[L19:.+]]=, $[[SP]], $pop[[L8]] 154 ; CHECK: i32.const $push[[L8:.+]]=, 0{{$}} 161 ; CHECK-NEXT: tee_local $push[[L8:.+]]=, $0=, $pop 162 ; CHECK-NEXT: copy_local $drop=, $pop[[L8]]{{$}} 174 ; CHECK: i32.const $push[[L8:.+]]=, 0{{$}}
|
D | byval.ll | 46 ; CHECK-NEXT: i32.add $push[[L8:.+]]=, $[[SP]], $pop[[L6]] 47 ; CHECK-NEXT: i32.store {{.*}}=, __stack_pointer($pop[[L7]]), $pop[[L8]] 120 ; CHECK-NEXT: i32.sub $push[[L8:.+]]=, $pop[[L2]], $pop[[L3]] 121 ; CHECK-NEXT: i32.store $push[[L12:.+]]=, __stack_pointer($pop[[L4]]), $pop[[L8]]{{$}}
|
/external/clang/test/Sema/ |
D | scope-check.c | 94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8() 97 L8:; // bad in test8()
|
/external/llvm-project/clang/test/Sema/ |
D | scope-check.c | 94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8() 97 L8:; // bad in test8()
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | stack-alignment.ll | 30 ; CHECK-NEXT: i[[PTR]].sub $push[[L8:.+]]=, $pop[[L9]], $pop[[L2]] 32 ; CHECK-NEXT: i[[PTR]].and $push[[L7:.+]]=, $pop[[L8]], $pop[[L3]] 58 ; CHECK: i[[PTR]].add $push[[L8:.+]]=, $pop[[M7]], $pop{{.+}} 59 ; CHECK-NEXT: call somefunc, $pop[[L8]]
|
D | userstack.ll | 14 ; CHECK-NEXT: local.tee $push[[L8:.+]]=, [[SP:.+]], $pop[[L9]]{{$}} 15 ; CHECK-NEXT: global.set __stack_pointer, $pop[[L8]]{{$}} 72 ; CHECK-NEXT: i[[PTR]].add $push[[L8:.+]]=, $pop[[L2]], $pop[[L7]] 73 ; CHECK-NEXT: global.set __stack_pointer, $pop[[L8]] 155 ; CHECK-NEXT: local.tee $push[[L8:.+]]=, [[SP2:.+]], $pop 196 ; CHECK-NEXT: i32.const $push[[L8:.+]]=, 103 197 ; CHECK-NEXT: i32.store 0($pop[[L9]]), $pop[[L8]]
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | sinkchain.ll | 16 ; CHECK-NEXT: [[L8:%.*]] = trunc <8 x i16> [[WIDE_LOAD]] to <8 x i8> 19 ; CHECK-NEXT: [[L9:%.*]] = mul <8 x i8> [[TMP2]], [[L8]] 70 ; CHECK-NEXT: [[L8:%.*]] = trunc <8 x i16> [[WIDE_LOAD]] to <8 x i8> 73 ; CHECK-NEXT: [[L9:%.*]] = mul <8 x i8> [[TMP2]], [[L8]]
|
/external/llvm-project/lldb/test/Shell/Expr/Inputs/ |
D | ir-memory-map-overlap1 | 8 L8 = malloc 1 16
|
D | ir-memory-map-basic | 10 L8 = malloc 3 4
|
/external/llvm-project/clang/test/SemaObjC/ |
D | scope-check.m | 40 goto L8; // expected-error{{cannot jump}} 45 L8: ;
|
/external/google-breakpad/src/common/ |
D | test_assembler.h | 355 Section &L8(uint8_t value) { contents_ += value; return *this; } in L8() function 361 Section &L8(const Label &label), &L16(const Label &label),
|
/external/clang/test/SemaObjC/ |
D | scope-check.m | 40 goto L8; // expected-error{{cannot jump}} 45 L8: ;
|
/external/mesa3d/docs/ |
D | favicon.svg | 2 …1-.705.178-.225.756.127.168-.297-.504-.578.1-.27.757-.11.066-.337-.658-.394L8 8.55l.688-.342-.042-…
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_format.c | 103 LIMA_TEXEL_FORMAT(L8_UNORM, L8, false, SWIZ(X, Y, Z, W)), 110 LIMA_TEXEL_FORMAT(R8_UNORM, L8, false, SWIZ(X, 0, 0, 1)),
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/credentials/certificate_hierarchy_2/intermediate/certs/ |
D | localhost-1.cert.pem | 23 jyU5xlcaJ+0tSaiFK3eF0nXIpFYdZbIHYPCdLjh9AZ2dkFcAgSa/L8+tsVt60k8D
|
/external/llvm-project/llvm/test/tools/llvm-cov/Inputs/ |
D | showProjectSummary.test | 14 HTML-HEADER: <td><pre>Source (<a href='#L8'>jump to first uncovered line</a>)</pre></td>
|
/external/llvm/test/MC/MachO/ |
D | x86_64-symbols.s | 28 L8: label
|
D | x86_32-symbols.s | 28 L8: label
|
/external/llvm-project/llvm/test/Transforms/InterleavedAccess/AArch64/ |
D | binopshuffles.ll | 111 ; CHECK-NEXT: [[L8:%.*]] = fadd fast <4 x float> [[L63]], [[L46]] 112 ; CHECK-NEXT: ret <4 x float> [[L8]] 138 ; CHECK-NEXT: [[L8:%.*]] = fadd fast <4 x float> [[L6]], [[L43]] 139 ; CHECK-NEXT: ret <4 x float> [[L8]]
|