Home
last modified time | relevance | path

Searched refs:NR (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DIntervalMap.cpp38 // NR is the subtree containing our left sibling. in getLeftSibling()
39 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling()
43 NR = NR.subtree(NR.size() - 1); in getLeftSibling()
44 return NR; in getLeftSibling()
62 // NR is the subtree containing our left sibling. in moveLeft()
64 NodeRef NR = subtree(l); in moveLeft() local
68 path[l] = Entry(NR, NR in moveLeft()
[all...]
/third_party/ffmpeg/tests/
H A 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]);
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 " !
[all...]
/third_party/ltp/include/lapi/syscalls/
H A Dregen.sh39 #define TST_SYSCALL_BRK__(NR, SNR) ({ \\
41 "syscall(%d) " SNR " not supported on your arch", NR); \\
44 #define TST_SYSCALL_BRK__(NR, SNR) ({ \\
46 "syscall(%d) " SNR " not supported on your arch", NR); \\
50 #define tst_syscall(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/
H A Dsyscalls.h5 #define P(NR) { .nr = SYS_##NR, .snr = #NR, },
/third_party/tzdata/
H A Dziguard.awk355 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/
H A DIntervalMap.h1158 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x);
1160 NR = NR.get<Branch>().safeLookup(x);
1161 return NR.get<Leaf>().safeLookup(x, NotFound);
1458 IntervalMapImpl::NodeRef NR = path.subtree(path.height());
1460 unsigned p = NR.get<Branch>().safeFind(0, x);
1461 path.push(NR, p);
1462 NR = NR.subtree(p);
1464 path.push(NR, N
[all...]
H A Diterator.h355 mutable NodeRef NR; member in llvm::WrappedPairNodeDataIterator
360 NR.first = DR; in WrappedPairNodeDataIterator()
364 NR.second = *this->I; in operator *()
365 return NR; in operator *()
H A Dilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {} in ilist_iterator() argument
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dintgamma.sh105 bc -lqws <<END | awk '{ printf "%5d %s\n", 12-NR, $0 }'
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {} in ilist_iterator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); in buildMaps() local
184 BitVector Defs(NR), Uses(NR); in buildMaps()
H A DRDFRegisters.cpp310 RegisterRef NR = T.makeRegRef(); in intersectWith()
311 assert(NR); in intersectWith()
312 return NR; in intersectWith()
/third_party/mbedtls/library/
H A Dcamellia.c458 int NR; in mbedtls_camellia_crypt_ecb() local
466 NR = ctx->nr; in mbedtls_camellia_crypt_ecb()
479 while (NR) { in mbedtls_camellia_crypt_ecb()
480 --NR; in mbedtls_camellia_crypt_ecb()
494 if (NR) { in mbedtls_camellia_crypt_ecb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCRegisterInfo.h346 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, in InitMCRegisterInfo() argument
360 NumRegs = NR; in InitMCRegisterInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1626 Register NR = MRI.createVirtualRegister(RC); in moveStageBetweenBlocks() local
1628 TII->get(TargetOpcode::PHI), NR) in moveStageBetweenBlocks()
1633 Remaps[PhiR] = NR; in moveStageBetweenBlocks()
/third_party/toybox/toys/pending/
H A Dawk.c211 NR, OFMT, OFS, ORS, RLENGTH, RS, RSTART, SUBSEP }; enumerator
1266 "FNR", "FS", "NF", "NR", "OFMT", "OFS", "ORS", "RLENGTH", "RS", "RSTART", in init_compiler()
3414 incr_zvalue(&STACK[NR]); in getrec_f0()
3436 incr_zvalue(&STACK[NR]); in awk_getline()
4094 // if tkgetline 0 tkeof: $0 NF NR FNR in interpx()
4095 // if tkgetline 1 tkeof: var NR FNR in interpx()
4361 // NR, OFMT, OFS, ORS, RLENGTH, RS, RSTART, SUBSEP in init_globals()
4396 STACK[NR] = (struct zvalue)ZVINIT(ZF_NUM, 0, 0); in init_globals()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js59 386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],
349 "$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],[,"(\\d{3})(\\d{7})","$1-$2",["9"]],[,"(\\d{4})(\\d{2})(\\d{5})","$1-$2-$3",["1"]]],[[,"(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],[,"(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],[,"(\\d{3})(\\d{7})","$1-$2",["9"]]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],NR:[,[,,"(?:444|(?:55|8\\d)\\d|666)\\d{4}",,,,,,,[7]],[,,"444\\d{4}",,,,"4441234"],[,,"(?:55[3-9]|666|8\\d\\d)\\d{4}",,,,"5551234"],[,,,,,,
350 ,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"NR",674,"00",,,,,,,,[[,"(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],NU:[,[,,"(?:[4-7]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,,"(?:[56]|888[1-9])\\d{3}",,,,"8884012"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"NU",683,"00",,,,,,,,[[,"(\\d{3})(\\d{4})","$1 $2",["8"]]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],
617 ,,,,,[,,"11[023]",,,,"110",,,[3]],,[,,"1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8[5-9]\\d|90)",,,,"110"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],NP:[,[,,"1\\d{2,3}",,,,,,,[3,4]],,,[,,"1(?:0[0-36]|12)|1(?:09|11)\\d",,,,"100"],[,,,,,,,,,[-1]],,,,"NP",,,,,,,,,,,,,,,,,,[,,"1(?:0[0-3]|12)",,,,"100",,,[3]],,[,,"1(?:0(?:[0-36]|98)|1(?:1[1-4]|2))",,,,"100"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],NR:[,[,,"1\\d\\d",,,,,,,[3]],,,[,,"11[0-2]",,,,"110"],[,,,,,,,,,[-1]],,,,
618 "NR",,,,,,,,,,,,,,,,,,[,,"11[0-2]",,,,"110"],,[,,"1(?:1[0-2]|23|92)",,,,"110"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],NU:[,[,,"[019]\\d\\d",,,,,,,[3]],,,[,,"999",,,,"999"],[,,,,,,,,,[-1]],,,,"NU",,,,,,,,,,,,,,,,,,[,,"999",,,,"999"],,[,,"01[05]|101|999",,,,"010"],[,,,,,,,,,[-1]],[,,"010",,,,"010"],,[,,,,,,,,,[-1]]],NZ:[,[,,"\\d{3,4}",,,,,,,[3,4]],,,[,,"111",,,,"111",,,[3]],[,,"018",,,,"018",,,[3]],,,,"NZ",,,,,,,,,,,,,,,,,,[,,"111",,,,"111",,,[3]],,[,,"018|1(?:(?:1|37)1|(?:23|94)4|7[03]7)|[2-57-9]\\d{2,3}|6(?:161|26[0-3]|742)",
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h527 EVALUATE(NR);
H A Dsimulator-s390.cc856 EvalTable[NR] = &Simulator::Evaluate_NR; in EvalTableInit()
5106 EVALUATE(NR) { in EVALUATE()
5107 DCHECK_OPCODE(NR); in EVALUATE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7847 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0); in EmitInstrWithCustomInserter()
7851 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 32); in EmitInstrWithCustomInserter()
7916 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0, true); in EmitInstrWithCustomInserter()
7920 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 32, true); in EmitInstrWithCustomInserter()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak527 $(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1487 V(nr, NR, 0x14) /* type = RR AND (32) */ \

Completed in 68 milliseconds