Searched refs:BM (Results 1 – 25 of 377) sorted by relevance
12345678910>>...16
/external/pcre/dist/testdata/ |
D | testinput11 | 7 /((?i)b)/BM 9 /(?s)(.*X|^B)/BM 11 /(?s:.*X|^B)/BM 13 /^[[:alnum:]]/BM 19 /x?+/BM 21 /x++/BM 23 /x{1,3}+/BM 25 /(x)*+/BM 27 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM 29 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM [all …]
|
D | testoutput11-32 | 7 /((?i)b)/BM 18 /(?s)(.*X|^B)/BM 33 /(?s:.*X|^B)/BM 48 /^[[:alnum:]]/BM 84 /x?+/BM 93 /x++/BM 102 /x{1,3}+/BM 112 /(x)*+/BM 124 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM 147 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM [all …]
|
D | testoutput11-16 | 7 /((?i)b)/BM 18 /(?s)(.*X|^B)/BM 33 /(?s:.*X|^B)/BM 48 /^[[:alnum:]]/BM 84 /x?+/BM 93 /x++/BM 102 /x{1,3}+/BM 112 /(x)*+/BM 124 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM 147 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM [all …]
|
D | testoutput11-8 | 7 /((?i)b)/BM 18 /(?s)(.*X|^B)/BM 33 /(?s:.*X|^B)/BM 48 /^[[:alnum:]]/BM 84 /x?+/BM 93 /x++/BM 102 /x{1,3}+/BM 112 /(x)*+/BM 124 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM 147 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM [all …]
|
/external/valgrind/main/drd/tests/ |
D | unit_bitmap.stderr.exp | 1 Start of DRD BM unit test. 2 End of DRD BM unit test.
|
/external/icu/icu4c/source/data/region/ |
D | ig.txt | 15 BM{"Bemuda"}
|
D | nus.txt | 36 BM{"Be̱rmudaa"}
|
D | chr.txt | 44 BM{"ᏆᏊᏓ"}
|
D | shi.txt | 38 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
D | vai.txt | 38 BM{"ꗩꖷꕜ"}
|
D | zgh.txt | 37 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
D | dyo.txt | 36 BM{"Bermud"}
|
D | ja.txt | 72 BM{"バミューダ"}
|
D | gu.txt | 72 BM{"બર્મુડા"}
|
D | dz.txt | 71 BM{"བར་མུ་ཌ"}
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | ig.txt | 15 BM{"Bemuda"}
|
D | nus.txt | 36 BM{"Be̱rmudaa"}
|
D | chr.txt | 40 BM{"ᏆᏊᏓ"}
|
D | vai.txt | 38 BM{"ꗩꖷꕜ"}
|
D | shi.txt | 38 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
D | zgh.txt | 37 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
D | dyo.txt | 36 BM{"Bermud"}
|
D | hy.txt | 42 BM{"Բերմուդյան կղզիներ"}
|
/external/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 459 const MDNode *BM = LocB.TBAATag; in alias() local 460 if (!BM) return AliasAnalysis::alias(LocA, LocB); in alias() 463 if (Aliases(AM, BM)) in alias()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk in sparselu_gemm() enumerator 58 for(Index ib=i0; ib<m; ib+=BM) in sparselu_gemm() 60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows in sparselu_gemm()
|
12345678910>>...16