HomeSort by relevance Sort by last modified time
    Searched full:ptra (Results 151 - 164 of 164) sorted by null

1 2 3 4 5 67

  /external/neven/Embedded/common/src/b_BasicEm/
APh.c 89 const struct bbs_APh* ptrA,
92 memPtrA += bbs_memWrite16( &ptrA->absE, memPtrA );
93 memPtrA += bbs_memWrite16( &ptrA->phaseE, memPtrA );
94 return bbs_APh_memSize( cpA, *ptrA );
100 struct bbs_APh* ptrA,
104 memPtrA += bbs_memRead16( &ptrA->absE, memPtrA );
105 memPtrA += bbs_memRead16( &ptrA->phaseE, memPtrA );
106 return bbs_APh_memSize( cpA, *ptrA );
Complex.c 90 const struct bbs_Complex* ptrA,
93 memPtrA += bbs_memWrite16( &ptrA->realE, memPtrA );
94 memPtrA += bbs_memWrite16( &ptrA->imagE, memPtrA );
95 return bbs_Complex_memSize( cpA, *ptrA );
101 struct bbs_Complex* ptrA,
105 memPtrA += bbs_memRead16( &ptrA->realE, memPtrA );
106 memPtrA += bbs_memRead16( &ptrA->imagE, memPtrA );
107 return bbs_Complex_memSize( cpA, *ptrA );
APh.h 76 const struct bbs_APh* ptrA,
81 struct bbs_APh* ptrA,
Complex.h 75 const struct bbs_Complex* ptrA,
80 struct bbs_Complex* ptrA,
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 37 void btk_DCR_init( struct bbs_Context* cpA, struct btk_DCR* ptrA )
39 ptrA->hsdkE = NULL;
40 ptrA->hidE = btk_HID_DCR;
41 bpi_DCR_init( cpA, &ptrA->dcrE );
46 void btk_DCR_exit( struct bbs_Context* cpA, struct btk_DCR* ptrA )
48 ptrA->hsdkE = NULL;
49 ptrA->hidE = btk_HID_DCR;
50 bpi_DCR_exit( cpA, &ptrA->dcrE );
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 123 u8 *ptrA, *cbr;
157 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
166 tmp1 = ptrA[width];
167 tmp2 = *ptrA++;
168 tmp3 = ptrA[width];
169 tmp4 = *ptrA++;
176 tmp1 = ptrA[width];
177 tmp2 = *ptrA;
186 ptrA += 2*width - chromaPartWidth;
219 u8 *ptrA, *cbr
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 938 LCHAR *enda, *ptra, *endb, *ptrb; local
942 /* capture the data from a to ptra */
943 for (ptra = a + 1; ptra < enda; ptra++)
945 if (*ptra == ESC_CHAR) ptra++;
946 else if (*ptra == QUOTE_CHAR) break;
957 for (p = a + 1; p < ptra; p++) *ptro++ = *p;
962 *pptra = ptra + 1
971 LCHAR *spa[8], *spb[8], *spo[8], *ptra; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 148 if (const PointerType *ptrA = A->getAs<PointerType>())
150 A = ptrA->getPointeeType();
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 982 Value *PtrA = getPointerOperand(A);
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.h 84 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA );
  /external/opencv/cv/src/
cvlkpyramid.cpp 166 uchar *ptrA = pyrA->data.ptr;
169 if( !ptrA )
171 ptrA = bufPtr;
194 imgI[0][i] = (uchar *) ptrA;
195 ptrA += levelBytes;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 114 #define SWAPBYTES(ptrA, ptrB) { char t = *ptrA; *ptrA = *ptrB; *ptrB = t;}
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 117 #define SWAPBYTES(ptrA, ptrB) { char t = *ptrA; *ptrA = *ptrB; *ptrB = t;}
    [all...]

Completed in 1479 milliseconds

1 2 3 4 5 67