Home
last modified time | relevance | path

Searched refs:NR (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp39 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/
Drefcmp-metadata.awk41 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]);
57 for (i = 1; i <= NR; i++)
59 if (NR != ref_nr)
60 print "[refcmp] lines: " NR " != " ref_nr > "/dev/stderr";
/third_party/e2fsprogs/e2fsck/
Dmtrace.awk6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
15 print "-", $2, "Free", NR, "was never alloc'd";
20 print "-", $2, "Realloc", NR, "was never alloc'd";
23 print "+", $2, "Realloc", NR, "duplicate:", allocated[$2];
/third_party/ltp/include/lapi/syscalls/
Dregen.sh40 if (NR == __LTP__NR_INVALID_SYSCALL) { \\
44 __ret = syscall(NR, ##__VA_ARGS__); \\
49 NR); \\
56 if (NR == __LTP__NR_INVALID_SYSCALL) { \\
60 tst_ret = syscall(NR, ##__VA_ARGS__); \\
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dsyscalls.h5 #define P(NR) { .nr = SYS_##NR, .snr = #NR, }, argument
/third_party/tzdata/
Dziguard.awk121 linkline[$3] = NR
127 { line[NR] = $0 }
130 for (i = 1; i <= NR; i++)
/third_party/e2fsprogs/misc/
De2fuzz.sh142 NR="$(( (FS_SZ * 4 / 10) / SRC_SZ ))"
143 if [ "${NR}" -lt 1 ]; then
144 NR=1
146 echo "+ make ${NR} copies"
147 seq 1 "${NR}" | while read nr; do
/third_party/libpng/scripts/
Ddfn.awk26 NR==1 && out == "/dev/null" {
76 if (lineno == "") lineno=NR
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Ddfn.awk26 NR==1 && out == "/dev/null" {
76 if (lineno == "") lineno=NR
/third_party/skia/third_party/externals/libpng/scripts/
Ddfn.awk26 NR==1 && out == "/dev/null" {
76 if (lineno == "") lineno=NR
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Diterator.h355 mutable NodeRef NR; variable
360 NR.first = DR; in WrappedPairNodeDataIterator()
364 NR.second = *this->I;
365 return NR;
DIntervalMap.h1158 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 …]
Dilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c198 #define PREFER_DISCRETE_ELT_PRIM( NR, PRIM ) 0
200 #define PREFER_DISCRETE_ELT_PRIM( NR, PRIM ) \ argument
201 ((NR) < 20 || \
202 ((NR) < 40 && \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp914 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/mbedtls/library/
Dcamellia.c481 int NR; in mbedtls_camellia_crypt_ecb() local
491 NR = ctx->nr; in mbedtls_camellia_crypt_ecb()
504 while( NR ) { in mbedtls_camellia_crypt_ecb()
505 --NR; in mbedtls_camellia_crypt_ecb()
519 if( NR ) { in mbedtls_camellia_crypt_ecb()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dintgamma.sh105 bc -lqws <<END | awk '{ printf "%5d %s\n", 12-NR, $0 }'
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dintgamma.sh105 bc -lqws <<END | awk '{ printf "%5d %s\n", 12-NR, $0 }'
/third_party/libpng/contrib/tools/
Dintgamma.sh105 bc -lqws <<END | awk '{ printf "%5d %s\n", 12-NR, $0 }'
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c207 #define PREFER_DISCRETE_ELT_PRIM( NR, PRIM ) 0
209 #define PREFER_DISCRETE_ELT_PRIM( NR, PRIM ) \ argument
210 ((NR) < 20 || \
211 ((NR) < 40 && \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_iterator.h85 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/
DHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); in buildMaps() local
184 BitVector Defs(NR), Uses(NR); in buildMaps()
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt64 NR{"瑙魯"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt66 NR{"瑙魯"}
/third_party/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt66 NR{"瑙魯"}

12345678910>>...27