/external/llvm/lib/Support/ |
D | regcomp.c | 124 #define MORE() (p->next < p->end) macro 126 #define SEE(c) (MORE() && PEEK() == (c)) 127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 276 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 301 assert(!MORE() || SEE(stop)); in p_ere() 318 assert(MORE()); /* caller should have ensured this */ in p_ere_exp() 324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 124 #define MORE() (p->next < p->end) macro 126 #define SEE(c) (MORE() && PEEK() == (c)) 127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 276 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 301 assert(!MORE() || SEE(stop)); in p_ere() 318 assert(MORE()); /* caller should have ensured this */ in p_ere_exp() 324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 116 #define MORE() (p->next < p->end) macro 118 #define SEE(c) (MORE() && PEEK() == (c)) 119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 128 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 130 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 268 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 293 assert(!MORE() || SEE(stop)); in p_ere() 309 assert(MORE()); /* caller should have ensured this */ in p_ere_exp() 315 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() [all …]
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 185 type QUEUE, flags 0x0001 (MORE) 192 type QUEUE, flags 0x0001 (MORE) 195 type QUEUE, flags 0x0001 (MORE) 198 type QUEUE, flags 0x0001 (MORE) 201 type QUEUE, flags 0x0001 (MORE) 204 type QUEUE, flags 0x0001 (MORE) 207 type QUEUE, flags 0x0001 (MORE) 210 type QUEUE, flags 0x0001 (MORE) 215 type QUEUE, flags 0x0001 (MORE) 218 type QUEUE, flags 0x0001 (MORE) [all …]
|
D | zmtp1.out | 19 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE) 30 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE) 37 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE) 43 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE) 50 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE) 63 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
|
D | of10_s4810-vvvv.out | 417 type FLOW, flags 0x0001 (MORE) 493 type FLOW, flags 0x0001 (MORE) 566 type FLOW, flags 0x0001 (MORE) 626 type FLOW, flags 0x0001 (MORE) 728 type FLOW, flags 0x0001 (MORE) 773 type FLOW, flags 0x0001 (MORE) 834 type FLOW, flags 0x0001 (MORE) 898 type PORT, flags 0x0001 (MORE)
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 5 …: opt -bb-vectorize -dce -die -loweratomic -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-MORE 58 ; OPT-MORE-DAG: Skipping pass 'Basic-Block Vectorization' 59 ; OPT-MORE-DAG: Skipping pass 'Dead Code Elimination' 60 ; OPT-MORE-DAG: Skipping pass 'Dead Instruction Elimination' 61 ; OPT-MORE-DAG: Skipping pass 'Lower atomic intrinsics
|
D | optnone-llc.ll | 4 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE 55 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
|
/external/clang/test/Index/ |
D | complete-in-stringify.c | 3 #define MORE __FILE__ macro 6 #define N(x) func("2"#x MORE)
|
/external/e2fsprogs/lib/ss/ |
D | pager.c | 41 static char MORE[] = "more"; variable 143 _ss_pager_name = MORE; in ss_page_stdin()
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 126-garbage-after-directive.c | 4 #ifndef MORE garbage
|
/external/syslinux/gpxe/src/drivers/net/ |
D | sis900.h | 204 MORE = 0x40000000, enumerator
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_constants.py | 227 TFK.MORE = KEY_M
|
D | test_flow.py | 515 elif choice == TFK.MORE:
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-generated-actions.h.pump | 357 // MORE INFORMATION:
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-actions.h.pump | 357 // MORE INFORMATION:
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h.pump | 418 // MORE INFORMATION:
|
/external/javaparser/javaparser-core/src/main/javacc/ |
D | java.jj | 175 MORE : 195 MORE :
|
/external/syslinux/com32/libupload/ |
D | ymodem.txt | 1856 9. MORE INFORMATION 2020 9. MORE INFORMATION................................................. 29
|
/external/pcre/dist2/testdata/ |
D | testinput6 | 2505 MORE THAN MILLION 2513 MORE THAN MILLION
|
D | testinput1 | 2082 MORE THAN MILLION 2090 MORE THAN MILLION
|
D | testoutput6 | 3741 MORE THAN MILLION 3754 MORE THAN MILLION
|
D | testoutput1 | 3158 MORE THAN MILLION 3171 MORE THAN MILLION
|
/external/lisa/ipynb/tutorial/ |
D | UseCaseExamples_SchedTuneAnalysis.ipynb | 1616 " print \"FAIL: Task run on LITTLE for MORE than 66% of its execution time\""
|
/external/brotli/tests/testdata/ |
D | alice29.txt | 1927 easy to take MORE than nothing.' 3374 from his book, `Rule Forty-two. ALL PERSONS MORE THAN A MILE
|