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

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAbbrev.h 29 uint32_t IdxOffset;
33 : Offset(0), IdxOffset(0) {}
35 DWARFAbbreviationDeclarationSet(uint64_t offset, uint32_t idxOffset)
36 : Offset(offset), IdxOffset(idxOffset) {}
39 IdxOffset = 0;
DWARFDebugAbbrev.cpp 24 if (IdxOffset == 0) {
25 IdxOffset = abbrevDeclaration.getCode();
28 IdxOffset = UINT32_MAX;// Out of order indexes, we can't do O(1) lookups
43 if (IdxOffset == UINT32_MAX) {
51 uint32_t idx = abbrCode - IdxOffset;
  /frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
MainActivity.java 40 static private int idxOffset = 10;
86 val.a = i + idxOffset;
87 val.b = i + idxOffset;
100 val.a = i + idxOffset;
101 val.b = i + idxOffset;
  /external/opencv/cxcore/src/
cxcopy.cpp 312 dst1->idxoffset = src1->idxoffset;
    [all...]
cxarray.cpp 677 arr->idxoffset = (int)cvAlign(arr->valoffset + pix_size, sizeof(int));
678 size = (int)cvAlign(arr->idxoffset + dims*sizeof(int), sizeof(CvSetElem));
    [all...]
cxpersistence.cpp     [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 216 const INT idxOffset,
232 quantOut[band] = idx - idxOffset;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 757 int idxoffset; member in struct:CvSparseMat
787 #define CV_NODE_IDX(mat,node) ((int*)((uchar*)(node) + (mat)->idxoffset))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 355 unsigned NumInElem1, unsigned IdxOffset,
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 269 milliseconds