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

/external/llvm/lib/Support/
H A DIntervalMap.cpp39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
45 return NR;
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l); local
69 path[l] = Entry(NR, NR
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DIntervalMap.cpp39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
45 return NR;
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l); local
69 path[l] = Entry(NR, NR
[all...]
/external/capstone/
H A DMCRegisterInfo.c29 MCRegisterDesc *D, unsigned NR,
39 RI->NumRegs = NR;
28 MCRegisterInfo_InitMCRegisterInfo(MCRegisterInfo *RI, MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, MCRegisterClass *C, unsigned NC, uint16_t (*RURoots)[2], unsigned NRU, MCPhysReg *DL, char *Strings, uint16_t *SubIndices, unsigned NumIndices, uint16_t *RET) argument
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A DStyles.java80 public static final String NR = "nr"; field in class:Styles
/external/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp236 NullResolver NR; local
237 auto H = ObjLayer.addObjectSet(std::move(Obj1Set), &SMMW, &NR);
238 ObjLayer.addObjectSet(std::move(Obj2Set), &SMMW, &NR); local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {} argument
/external/one-true-awk/
H A Dtran.c46 Awkfloat *NR; /* number of current record */ variable
55 Cell *nrloc; /* NR */
87 nrloc = setsymtab("NR", "", 0.0, NUM, symtab);
88 NR = &nrloc->fval;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h154 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, argument
157 NumRegs = NR;
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp148 unsigned NR = HRI->getNumRegs(); local
149 BitVector Defs(NR), Uses(NR);
H A DHexagonExpandCondsets.cpp897 unsigned NR = std::distance(I, MI.memoperands_end()); local
898 MachineInstr::mmo_iterator MemRefs = MF.allocateMemRefsArray(NR);
899 for (unsigned i = 0; i < NR; ++i)
901 MB.setMemRefs(MemRefs, MemRefs+NR);
/external/clang/test/Analysis/
H A Ddtor.cpp470 struct NR { struct in namespace:NoReturn
471 ~NR() __attribute__((noreturn));
475 NR nr;
485 if (! x) NR();
/external/llvm/include/llvm/ADT/
H A Dilist.h209 explicit ilist_iterator(reference NR) : NodePtr(&NR) {} argument
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h245 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, argument
259 NumRegs = NR;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A Dilist.h176 ilist_iterator(reference NR) : NodePtr(&NR) {} argument
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc836 // KR, NR: block sizes for "right". We run blocking iterations that operate on
845 int* KR, int* NR, int* KL, int* JB,
1311 bool transpose_left, int num_threads, int* KR, int* NR, int* KL, int* JB,
1319 *NR = right.dimension(1);
1320 if (*KR * *NR > mem) {
1326 *NR = std::max(1, *NR / 256) * 256;
1327 if (*KR * *NR > mem) {
1328 *NR = mem / *KR;
1330 *NR
1308 ComputeBlockSizes( const typename SparseMatMul<TL, TR>::ConstMatrixMapL& left, const typename SparseMatMul<TL, TR>::ConstMatrixMapR& right, bool transpose_left, int num_threads, int* KR, int* NR, int* KL, int* JB, int* IB) argument
1529 int KR, NR, KL, JB, IB; local
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp5883 QualType NR = R; local
5884 while (NR->isPointerType()) {
5885 if (NR->isFunctionPointerType()) {
5890 NR = NR->getPointeeType();
H A DSemaDeclCXX.cpp190 FunctionProtoType::NoexceptResult NR = local
192 assert(NR != FunctionProtoType::NR_NoNoexcept &&
194 assert(NR != FunctionProtoType::NR_Dependent &&
198 if (NR == FunctionProtoType::NR_Throw) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 746 milliseconds