HomeSort by relevance Sort by last modified time
    Searched full:ridx (Results 1 - 14 of 14) sorted by null

  /external/clang/test/Rewriter/
objc-modern-StretAPI-2.mm 25 NSUInteger ridx = 0;
26 NSRange range = [iset rangeAtIndex:ridx];
  /toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c 364 /* opc12 r rbase ridx scl2 disps6 */ \
367 /* opc12 r rbase ridx scl2 disps22 */ \
393 /* opc12 r rbase ridx scl2 disps6 */ \
396 /* opc12 r rbase ridx scl2 disps22 */ \
413 /* opc12 ui4 rbase ridx scl2 disps6 */ \
415 /* opc12 ui4 rbase ridx scl2 disps22 */ \
443 /* opcNN iN rbase ridx scl2 disps6 */ \
445 /* opcNN iN rbase ridx scl2 disps22 */ \
crx-dis.c 437 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */
nds32-asm.c 118 {"ridx", 10, 10, 0, HW_UINT, NULL}, /* Raw value for mfusr/mfsr. */
382 {"mfusr", "=rt,%ridx", ALU2 (MFUSR), 4, ATTR_V3MEX_V1, 0, NULL, 0, NULL},
383 {"mtusr", "%rt,%ridx", ALU2 (MTUSR), 4, ATTR_V3MEX_V1, 0, NULL, 0, NULL},
433 {"mfsr", "=rt,%ridx", MISC (MFSR), 4, ATTR_ALL, 0, NULL, 0, NULL},
434 {"mtsr", "%rt,%ridx", MISC (MTSR), 4, ATTR_ALL, 0, NULL, 0, NULL},
    [all...]
  /external/opencv3/modules/ts/misc/
table_formatter.py 40 self.ridx = -1;
45 if len(self.rows) - 1 == self.ridx:
48 self.rows[ridx + 1].props = properties
49 self.ridx += 1
50 return self.rows[self.ridx]
55 if self.ridx >= len(self.rows):
56 self.ridx = len(self.rows) - 1
83 if self.ridx < 0:
86 row = self.rows[self.ridx]
147 self.ridx = len(self.rows) -
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 333 IndexVector Ridx(n), Qidx(m); // Store temporarily the row indexes for the current column of R and Q
424 Ridx(nzcolR) = st; // Add this row to the list,
431 for(Index i = 0; i < nt/2; i++) std::swap(Ridx(bi+i), Ridx(nzcolR-i-1));
449 Index curIdx = Ridx(i);
465 if(m_etree(Ridx(i)) == nonzeroCol)
513 Index curIdx = Ridx(i);
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 255 struct vms_idx *ridx = (struct vms_idx *)p; local
257 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
258 idx_off = bfd_getl16 (ridx->rfa.offset);
260 keylen = ridx->keylen;
262 keyname = ridx->keyname;
266 struct vms_elfidx *ridx = (struct vms_elfidx *)p; local
268 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
269 idx_off = bfd_getl16 (ridx->rfa.offset);
271 keylen = bfd_getl16 (ridx->keylen);
272 flags = ridx->flags
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 306 for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; ++RIdx) {
307 dbgs() << RIdx << ": ";
308 SchedReads[RIdx].dump();
    [all...]
  /external/opencv3/modules/ml/src/
tree.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /external/opencv3/apps/traincascade/
boost.cpp 1080 int ridx, lidx; local
1081 *internalNodesIt >> ridx; internalNodesIt--; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c 1151 -> disp(rbase,ridx,scl) Register index mode. */
    [all...]
tc-crx.c 713 -> disp(rbase,ridx,scl) Register index mode */
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 

Completed in 348 milliseconds