/external/elfutils/libcpu/ |
D | i386_lex.l | 54 %x MAIN 68 "%%" { BEGIN (MAIN); return kPERCPERC; } 71 <MAIN>"0" { return '0'; } 72 <MAIN>"1" { return '1'; } 74 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1, 78 <MAIN>"INVALID" { i386_lval.str = (void *) -1l; 81 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng); 84 <MAIN>"," { return ','; } 86 <MAIN>":" { return ':'; } 88 <INITIAL,MAIN>^"\n" { /* IGNORE */ } [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tls-04.ll | 3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN 16 ; CHECK-MAIN-LABEL: foo: 17 ; CHECK-MAIN-DAG: larl %r12, _GLOBAL_OFFSET_TABLE_ 18 ; CHECK-MAIN-DAG: lgrl %r2, .LCP{{.*}}_0 19 ; CHECK-MAIN: brasl %r14, __tls_get_offset@PLT:tls_ldcall:x 20 ; CHECK-MAIN: larl %r1, .LCP{{.*}}_1 21 ; CHECK-MAIN: ag %r2, 0(%r1) 22 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0 23 ; CHECK-MAIN: sllg [[TP:%r[0-5]]], [[HIGH]], 32 24 ; CHECK-MAIN: ear [[TP]], %a1 [all …]
|
D | cmpxchg-02.ll | 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN 14 ; CHECK-MAIN-LABEL: f1: 15 ; CHECK-MAIN: risbg [[RISBG:%r[1-9]+]], %r3, 0, 189, 0{{$}} 16 ; CHECK-MAIN: sll %r3, 3 17 ; CHECK-MAIN: l [[OLD:%r[0-9]+]], 0([[RISBG]]) 18 ; CHECK-MAIN: [[LOOP:\.[^ ]*]]: 19 ; CHECK-MAIN: rll %r2, [[OLD]], 16(%r3) 20 ; CHECK-MAIN: risbg %r4, %r2, 32, 47, 0 21 ; CHECK-MAIN: crjlh %r2, %r4, [[EXIT:\.[^ ]*]] 22 ; CHECK-MAIN: risbg %r5, %r2, 32, 47, 0 [all …]
|
D | cmpxchg-01.ll | 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN 14 ; CHECK-MAIN-LABEL: f1: 15 ; CHECK-MAIN: risbg [[RISBG:%r[1-9]+]], %r3, 0, 189, 0{{$}} 16 ; CHECK-MAIN: sll %r3, 3 17 ; CHECK-MAIN: l [[OLD:%r[0-9]+]], 0([[RISBG]]) 18 ; CHECK-MAIN: [[LOOP:\.[^ ]*]]: 19 ; CHECK-MAIN: rll %r2, [[OLD]], 8(%r3) 20 ; CHECK-MAIN: risbg %r4, %r2, 32, 55, 0 21 ; CHECK-MAIN: crjlh %r2, %r4, [[EXIT:\.[^ ]*]] 22 ; CHECK-MAIN: risbg %r5, %r2, 32, 55, 0 [all …]
|
D | tls-03.ll | 3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN 13 ; CHECK-MAIN-LABEL: foo: 14 ; CHECK-MAIN-DAG: larl %r12, _GLOBAL_OFFSET_TABLE_ 15 ; CHECK-MAIN-DAG: lgrl %r2, .LCP{{.*}} 16 ; CHECK-MAIN: brasl %r14, __tls_get_offset@PLT:tls_gdcall:x 17 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0 18 ; CHECK-MAIN: sllg [[TP:%r[0-5]]], [[HIGH]], 32 19 ; CHECK-MAIN: ear [[TP]], %a1 20 ; CHECK-MAIN: agr %r2, [[TP]] 21 ; CHECK-MAIN: br %r14
|
D | tls-02.ll | 3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN 10 ; CHECK-MAIN-LABEL: foo: 11 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0 12 ; CHECK-MAIN: sllg %r2, [[HIGH]], 32 13 ; CHECK-MAIN: ear %r2, %a1 14 ; CHECK-MAIN: larl %r1, x@INDNTPOFF 15 ; CHECK-MAIN: ag %r2, 0(%r1) 16 ; CHECK-MAIN: br %r14
|
D | tls-01.ll | 3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN 14 ; CHECK-MAIN-LABEL: foo: 15 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0 16 ; CHECK-MAIN: sllg %r2, [[HIGH]], 32 17 ; CHECK-MAIN: ear %r2, %a1 18 ; CHECK-MAIN: larl %r1, .LCP{{.*}} 19 ; CHECK-MAIN: ag %r2, 0(%r1) 20 ; CHECK-MAIN: br %r14
|
/external/icing/icing/index/ |
D | term-id-codec_test.cc | 56 EXPECT_THAT(codec->EncodeTvi(0, TviType::MAIN), IsOkAndHolds(Eq(0))); in TEST() 57 EXPECT_THAT(codec->EncodeTvi(2, TviType::MAIN), IsOkAndHolds(Eq(2))); in TEST() 58 EXPECT_THAT(codec->EncodeTvi(3, TviType::MAIN), in TEST() 75 EXPECT_THAT(decoded_term.tvi_type, Eq(TviType::MAIN)); in TEST() 92 EXPECT_THAT(codec->DecodeTviType(0), IsOkAndHolds(Eq(TviType::MAIN))); in TEST() 93 EXPECT_THAT(codec->DecodeTviType(2), IsOkAndHolds(Eq(TviType::MAIN))); in TEST()
|
D | term-id-codec.cc | 50 case TviType::MAIN: in EncodeTvi() 73 return TviType::MAIN; in DecodeTviType() 87 case TviType::MAIN: in DecodeTermInfo()
|
/external/icing/icing/index/main/ |
D | main-index-merger_test.cc | 140 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F() 148 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F() 152 term_id_codec_->EncodeTvi(fool_main_tvi, TviType::MAIN)); in TEST_F() 204 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F() 214 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F() 272 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F() 277 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F() 333 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F() 343 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F() 347 term_id_codec_->EncodeTvi(fool_main_tvi, TviType::MAIN)); in TEST_F()
|
/external/libtracefs/ |
D | check-manpages.sh | 15 MAIN=libtracefs 16 MAIN_FILE=${MAIN}.txt 23 for man in ${MAIN}-*.txt; do
|
/external/mesa3d/src/mesa/x86/ |
D | mmx_blendtmp.h | 44 MAIN ( EDI, ESI ) 69 MAIN ( EDI, ESI ) 94 MAIN ( EDI, ESI ) 114 #undef MAIN
|
D | mmx_blend.S | 274 #define MAIN( rgba, dest ) \ macro 295 #define MAIN( rgba, dest ) \ macro 325 #define MAIN( rgba, dest ) \ macro 357 #define MAIN( rgba, dest ) \ macro 390 #define MAIN( rgba, dest ) \ macro
|
/external/libtraceevent/ |
D | check-manpages.sh | 15 MAIN=libtraceevent 16 MAIN_FILE=${MAIN}.txt 23 for man in ${MAIN}-*.txt; do
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_lookup.h | 53 CompilationCacheFetchTarget::MAIN); in Lookup() 67 CompilationCacheFetchTarget::MAIN); in Lookup()
|
/external/deqp-deps/glslang/Test/ |
D | lineContinuation100.vert | 13 #define MAIN void main() \ 20 MAIN
|
D | lineContinuation.vert | 13 #define MAIN void main() \ 20 MAIN
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | lineContinuation100.vert | 13 #define MAIN void main() \ 20 MAIN
|
D | lineContinuation.vert | 13 #define MAIN void main() \ 20 MAIN
|
/external/cronet/base/android/java/src/org/chromium/base/library_loader/ |
D | LibraryLoader.java | 155 @IntDef({CreatedIn.MAIN, CreatedIn.ZYGOTE, CreatedIn.CHILD_WITHOUT_ZYGOTE}) 158 int MAIN = 0; field 210 private volatile @CreatedIn int mCreatedIn = CreatedIn.MAIN; 255 mCreatedIn = CreatedIn.MAIN; in ensureInitializedInMainProcess() 378 case CreatedIn.MAIN: in creationAsString()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-captured-self.m | 66 // CHECK: ![[MAIN:.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "Main" 68 // CHECK: ![[PMAIN:.*]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: ![[MAIN]],
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | coverage-missing.cc | 66 #if defined(MAIN)
|
/external/vogar/src/vogar/ |
D | RunnerType.java | 41 MAIN(false, false, true, false), enumConstant
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/language.support/support.rtti/type.info/ |
D | type_info.comparison.unmerged.sh.cpp | 32 #elif defined(MAIN)
|
D | type_info.comparison.merged.sh.cpp | 35 #elif defined(MAIN)
|