/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | IntervalMap.cpp | 39 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local 43 NR = NR.subtree(NR.size() - 1); in getLeftSibling() 44 return NR; in getLeftSibling() 64 NodeRef NR = subtree(l); in moveLeft() local 68 path[l] = Entry(NR, NR.size() - 1); in moveLeft() 69 NR = NR.subtree(NR.size() - 1); in moveLeft() 71 path[l] = Entry(NR, NR.size() - 1); in moveLeft() 89 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local 93 NR = NR.subtree(0); in getRightSibling() 94 return NR; in getRightSibling() [all …]
|
/third_party/ffmpeg/tests/ |
D | refcmp-metadata.awk | 41 cmp_lines[NR] = $0; 42 if (NF == 2 && is_numeric_str($2) && ref_vals[NR]) { 44 delta = abs((val / ref_vals[NR]) - 1); 46 result = result && ($1 == ref_keys[NR]) && (delta <= fuzz); 48 result = result && ($0 == ref_lines[NR]); 53 result = result && (NR == ref_nr); 58 for (i = 1; i <= NR; i++) 60 if (NR == 0) 62 else if (NR != ref_nr) 63 print "[refcmp] lines: " NR " != " ref_nr > "/dev/stderr";
|
/third_party/ltp/include/lapi/syscalls/ |
D | regen.sh | 41 "syscall(%d) " SNR " not supported on your arch", NR); \\ 46 "syscall(%d) " SNR " not supported on your arch", NR); \\ 52 if (NR == __LTP__NR_INVALID_SYSCALL) { \\ 56 tst_ret = syscall(NR, ##__VA_ARGS__); \\ 59 TST_SYSCALL_BRK__(NR, #NR); \\
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | syscalls.h | 5 #define P(NR) { .nr = SYS_##NR, .snr = #NR, }, argument
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/ |
D | improved_control_over_mapped_type_modifiers_1.ts | 27 type NR = { -readonly [key in 1 | 2 | 3]+?: string }; alias 30 let nr: NR = { 1: 'A', 3: 'C' };
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | dfn.awk | 26 NR==1 && out == "/dev/null" { 76 if (lineno == "") lineno=NR
|
/third_party/tzdata/ |
D | ziguard.awk | 355 linkline[$3] = NR 359 { line[NR] = $0 } 384 for (i = 1; i <= NR; i++)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 1158 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local 1160 NR = NR.get<Branch>().safeLookup(x); in treeSafeLookup() 1161 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup() 1458 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local 1460 unsigned p = NR.get<Branch>().safeFind(0, x); in pathFillFind() 1461 path.push(NR, p); in pathFillFind() 1462 NR = NR.subtree(p); in pathFillFind() 1464 path.push(NR, NR.get<Leaf>().safeFind(0, x)); in pathFillFind() 1626 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local 1627 unsigned i = NR.size() - 1; in canCoalesceLeft() [all …]
|
D | iterator.h | 355 mutable NodeRef NR; variable 360 NR.first = DR; in WrappedPairNodeDataIterator() 364 NR.second = *this->I; 365 return NR;
|
D | ilist_iterator.h | 85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
|
/third_party/mbedtls/library/ |
D | camellia.c | 468 int NR; in mbedtls_camellia_crypt_ecb() local 476 NR = ctx->nr; in mbedtls_camellia_crypt_ecb() 489 while (NR) { in mbedtls_camellia_crypt_ecb() 490 --NR; in mbedtls_camellia_crypt_ecb() 504 if (NR) { in mbedtls_camellia_crypt_ecb()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 914 unsigned NR = 0; in rauw() local 917 ++NR; in rauw() 934 return NR; in rauw() 965 unsigned NR = rauw(Candidates, Repl, NewMemAcc); in removeAndReplace() local 970 return NR; in removeAndReplace() 1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local 1060 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess); in hoist() 1076 NumRemoved += NR; in hoist()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | intgamma.sh | 105 bc -lqws <<END | awk '{ printf "%5d %s\n", 12-NR, $0 }'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_iterator.h | 85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 183 unsigned NR = HRI->getNumRegs(); in buildMaps() local 184 BitVector Defs(NR), Uses(NR); in buildMaps()
|
D | RDFRegisters.cpp | 310 RegisterRef NR = T.makeRegRef(); in intersectWith() local 311 assert(NR); in intersectWith() 312 return NR; in intersectWith()
|
/third_party/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 66 NR{"瑙魯"}
|
D | zgh.txt | 155 NR{"ⵏⴰⵡⵔⵓ"}
|
D | shi.txt | 154 NR{"ⵏⴰⵡⵔⵓ"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 66 NR{"瑙魯"}
|
D | zgh.txt | 155 NR{"ⵏⴰⵡⵔⵓ"}
|
D | shi.txt | 154 NR{"ⵏⴰⵡⵔⵓ"}
|
D | ks.txt | 199 NR{"نارووٗ"}
|
D | brx.txt | 202 NR{"नाउरू"}
|
/third_party/mbedtls/tests/data_files/ |
D | rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.pem | 25 NR+UujQJeoChR2dHvAZXc5g3j9rjQXZYlMm6M5rq0CbMlfeAFSwyG3Gm6D/cRxJg
|