/external/neven/Embedded/common/src/b_BasicEm/ |
DynMemManager.h | 81 void bbs_DynMemManager_init( struct bbs_Context* cpA, struct bbs_DynMemManager* ptrA ); 84 void bbs_DynMemManager_exit( struct bbs_Context* cpA, struct bbs_DynMemManager* ptrA ); 91 uint32 bbs_DynMemManager_allocatedSize( struct bbs_Context* cpA, const struct bbs_DynMemManager* ptrA ); 101 struct bbs_DynMemManager* ptrA, 107 struct bbs_DynMemManager* ptrA, 112 struct bbs_DynMemManager* ptrA, 120 struct bbs_DynMemManager* ptrA );
|
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/Embedded/common/src/b_BitFeatureEm/ |
BitParam.h | 56 struct bbf_BitParam* ptrA ); 60 struct bbf_BitParam* ptrA ); 66 struct bbf_BitParam* ptrA, 71 const struct bbf_BitParam* ptrA, 82 const struct bbf_BitParam* ptrA ); 86 const struct bbf_BitParam* ptrA, uint16* memPtrA ); 90 struct bbf_BitParam* ptrA,
|
LocalScanDetector.h | 154 struct bbf_LocalScanDetector* ptrA ); 158 struct bbf_LocalScanDetector* ptrA ); 164 struct bbf_LocalScanDetector* ptrA, 169 const struct bbf_LocalScanDetector* ptrA, 180 const struct bbf_LocalScanDetector* ptrA ); 184 const struct bbf_LocalScanDetector* ptrA, uint16* memPtrA ); 188 struct bbf_LocalScanDetector* ptrA, 198 const struct bbf_LocalScanDetector* ptrA,
|
ScanDetector.h | 117 struct bbf_ScanDetector* ptrA ); 121 struct bbf_ScanDetector* ptrA ); 127 struct bbf_ScanDetector* ptrA, 132 const struct bbf_ScanDetector* ptrA, 143 const struct bbf_ScanDetector* ptrA ); 147 const struct bbf_ScanDetector* ptrA, uint16* memPtrA ); 151 struct bbf_ScanDetector* ptrA, 179 struct bbf_ScanDetector* ptrA,
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Int16Vec3D.h | 67 const struct bts_Int16Vec3D* ptrA ); 71 const struct bts_Int16Vec3D* ptrA, 76 struct bts_Int16Vec3D* ptrA, 82 uint32 bts_Int16Vec3D_norm2( const struct bts_Int16Vec3D* ptrA ); 85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA ); 88 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA ); 91 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA );
|
Int32Mat.c | 35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA ) 41 int32* ptrL = ptrA; 55 ptrL = ptrA; 78 struct bts_Int32Mat* ptrA ) 80 ptrA->widthE = 0; 81 bbs_Int32Arr_init( cpA, &ptrA->arrE ); 87 struct bts_Int32Mat* ptrA ) 89 ptrA->widthE = 0; 90 bbs_Int32Arr_exit( cpA, &ptrA->arrE ); 119 struct bts_Int32Mat* ptrA, [all...] |
Int32Mat.h | 59 struct bts_Int32Mat* ptrA ); 63 struct bts_Int32Mat* ptrA ); 69 struct bts_Int32Mat* ptrA, 78 struct bts_Int32Mat* ptrA, 86 const struct bts_Int32Mat* ptrA ); 90 const struct bts_Int32Mat* ptrA, 95 struct bts_Int32Mat* ptrA,
|
Uint32Rect.c | 75 const struct bts_Uint32Rect *ptrA ) 83 const struct bts_Uint32Rect* ptrA, 86 memPtrA += bbs_memWrite32( &ptrA->x1E, memPtrA ); 87 memPtrA += bbs_memWrite32( &ptrA->y1E, memPtrA ); 88 memPtrA += bbs_memWrite32( &ptrA->x2E, memPtrA ); 89 memPtrA += bbs_memWrite32( &ptrA->y2E, memPtrA ); 90 return bbs_SIZEOF16( *ptrA ); 96 struct bts_Uint32Rect* ptrA, 100 memPtrA += bbs_memRead32( &ptrA->x1E, memPtrA ); 101 memPtrA += bbs_memRead32( &ptrA->y1E, memPtrA ) [all...] |
Flt16Mat3D.h | 82 void bts_Flt16Mat3D_init( struct bts_Flt16Mat3D* ptrA ); 85 void bts_Flt16Mat3D_exit( struct bts_Flt16Mat3D* ptrA ); 97 const struct bts_Flt16Mat3D* ptrA ); 101 const struct bts_Flt16Mat3D* ptrA, 106 struct bts_Flt16Mat3D* ptrA, 130 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA );
|
Normalizer.c | 42 struct bts_Normalizer* ptrA ) 44 bts_VectorMap_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bts_VM_NORMALIZER; 46 ptrA->baseE.vpMapE = bts_Normalizer_map; 52 struct bts_Normalizer* ptrA ) 54 bts_VectorMap_exit( cpA, &ptrA->baseE ); 68 struct bts_Normalizer* ptrA, 76 const struct bts_Normalizer* ptrA, 109 const struct bts_Normalizer* ptrA ) 113 memSizeL += bts_VectorMap_memSize( cpA, &ptrA->baseE ) [all...] |
Flt16Alt3D.h | 57 void bts_Flt16Alt3D_init( struct bts_Flt16Alt3D* ptrA ); 60 void bts_Flt16Alt3D_exit( struct bts_Flt16Alt3D* ptrA ); 72 const struct bts_Flt16Alt3D* ptrA ); 76 const struct bts_Flt16Alt3D* ptrA, 81 struct bts_Flt16Alt3D* ptrA,
|
Int16Rect.h | 61 void bts_Int16Rect_init( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA ); 64 void bts_Int16Rect_exit( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA ); 79 const struct bts_Int16Rect* ptrA ); 83 const struct bts_Int16Rect* ptrA, 88 struct bts_Int16Rect* ptrA,
|
Int16Mat2D.c | 113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA ) 115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE; 116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE; 117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE; 118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE; 122 ptrA->xxE = xxL >> shiftL; 123 ptrA->xyE = xyL >> shiftL; 124 ptrA->yxE = yxL >> shiftL; 125 ptrA->yyE = yyL >> shiftL; 127 ptrA->bbpE += scaleA.bbpE - shiftL [all...] |
Uint32Rect.h | 70 const struct bts_Uint32Rect* ptrA ); 74 const struct bts_Uint32Rect* ptrA, 79 struct bts_Uint32Rect* ptrA,
|
Flt16Alt3D.c | 42 void bts_Flt16Alt3D_init( struct bts_Flt16Alt3D* ptrA ) 44 bts_Flt16Mat3D_init( &ptrA->matE ); 45 bts_Flt16Vec3D_init( &ptrA->vecE ); 50 void bts_Flt16Alt3D_exit( struct bts_Flt16Alt3D* ptrA ) 52 bts_Flt16Mat3D_exit( &ptrA->matE ); 53 bts_Flt16Vec3D_exit( &ptrA->vecE ); 91 const struct bts_Flt16Alt3D *ptrA ) 100 const struct bts_Flt16Alt3D* ptrA, 110 struct bts_Flt16Alt3D* ptrA,
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
FaceFinder.c | 37 void btk_FaceFinder_init( struct bbs_Context* cpA, struct btk_FaceFinder* ptrA ) 39 ptrA->hsdkE = NULL; 40 ptrA->hidE = btk_HID_FF; 42 bpi_FaceFinderRef_init( cpA, &ptrA->ffE ); 44 ptrA->facesE = 0; 45 ptrA->faceIndexE = 0; 50 void btk_FaceFinder_exit( struct bbs_Context* cpA, struct btk_FaceFinder* ptrA ) 52 ptrA->hsdkE = NULL; 53 ptrA->hidE = btk_HID_FF; 55 bpi_FaceFinderRef_exit( cpA, &ptrA->ffE ) [all...] |
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 );
|
/external/neven/Embedded/common/src/b_APIEm/ |
DCR.h | 103 struct bpi_DCR* ptrA ); 107 struct bpi_DCR* ptrA ); 117 struct bpi_DCR* ptrA, 129 struct bpi_DCR* ptrA, 140 struct bpi_DCR* ptrA, 148 const struct bpi_DCR* ptrA );
|
/external/clang/test/FixIt/ |
fixit-function-call.cpp | 72 void dbcaller(A *ptra, B *ptrb) { 84 dv(ptra); // bad: base to derived
|
/frameworks/base/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...] |