HomeSort by relevance Sort by last modified time
    Searched refs:bbs_ERROR0 (Results 1 - 25 of 42) sorted by null

1 2

  /external/neven/Embedded/common/src/b_BasicEm/
MemTbl.c 163 bbs_ERROR0( "struct bbs_MemTbl bbs_MemTbl_create( void* memPtrA, uint32 sizeA, uint32 sharedSubSizeA ):\n"
192 bbs_ERROR0( "void bbs_MemTbl_add( struct bbs_MemTbl* ptrA, void* memPtrA, uint32 sizeA ):\n"
212 bbs_ERROR0( "void bbs_MemTbl_addShared( struct bbs_MemTbl* ptrA, void* memPtrA, uint32 sizeA ):\n"
230 bbs_ERROR0( "bbs_MemTbl_segPtr(): Table contains no exclusive segments." );
262 bbs_ERROR0( "bbs_MemTbl_sharedSegPtr(): Table contains no shared segments." );
300 bbs_ERROR0( "struct bbs_MemSeg* bbs_MemTbl_fastestSegPtr( struct bbs_MemTbl* ptrA, uint32 minSizeA ):\n"
314 bbs_ERROR0( "struct bbs_MemSeg* bbs_MemTbl_fastestSegPtr( struct bbs_MemTbl* ptrA, uint32 minSizeA ):\n"
333 bbs_ERROR0( "struct bbs_MemSeg* bbs_MemTbl_largestSegPtr( struct bbs_MemTbl* ptrA ):\n"
350 bbs_ERROR0( "struct bbs_MemSeg* bbs_MemTbl_largestSegPtr( struct bbs_MemTbl* ptrA ):\n"
373 bbs_ERROR0( "struct bbs_MemSeg* bbs_MemTbl_fastestSegPtr( struct bbs_MemTbl* ptrA, uint32 minSizeA ):\n
    [all...]
Basic.h 132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
150 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, formatA ) )
MemSeg.c 301 bbs_ERROR0( "uint16* bbs_MemSeg_alloc( struct bbs_MemSeg* ptrA, uint32 sizeA ):\nSegment crosses page boundary\n" );
409 bbs_ERROR0( "Memory consistency check failed" );
APhArr.c 78 bbs_ERROR0( "void bbs_APhArr_copy(...):\n"
ComplexArr.c 78 bbs_ERROR0( "void bbs_ComplexArr_copy( ... ):\n"
Int16Arr.c 82 bbs_ERROR0( "void bbs_Int16Arr_copy(...):\n"
Int32Arr.c 78 bbs_ERROR0( "void bbs_Int32Arr_copy(...):\n"
Int8Arr.c 78 bbs_ERROR0( "void bbs_Int8Arr_copy(...):\n"
UInt16Arr.c 78 bbs_ERROR0( "void bbs_UInt16Arr_copy( ... ):\n"
UInt32Arr.c 78 bbs_ERROR0( "void bbs_UInt32Arr_copy(...):\n"
  /external/neven/Embedded/common/src/b_APIEm/
FaceFinder.c 187 default: bbs_ERROR0( "bpi_faceFinderInit: invalid type" );
200 default: bbs_ERROR0( "bpi_faceFinderExit: invalid type" );
213 default: bbs_ERROR0( "bpi_faceFinderExit: invalid type" );
227 default: bbs_ERROR0( "bpi_faceFinderMemWrite: invalid type" );
243 default: bbs_ERROR0( "bpi_faceFinderMemRead: invalid type" );
256 default: bbs_ERROR0( "bpi_faceFinderSizeOf16: invalid type" );
FaceFinderRef.c 71 bbs_ERROR0( "bpi_FaceFinderRef_copy: function is not implemented" );
80 bbs_ERROR0( "bpi_FaceFinderRef_equal: function is not implemented" );
  /external/neven/Embedded/common/src/b_TensorEm/
VectorMap.c 170 default: bbs_ERROR0( "bts_vectorMapInit: invalid type" );
187 default: bbs_ERROR0( "bts_vectorMapExit: invalid type" );
204 default: bbs_ERROR0( "bts_vectorMapExit: invalid type" );
222 default: bbs_ERROR0( "bts_vectorMapMemWrite: invalid type" );
242 default: bbs_ERROR0( "bts_vectorMapMemRead: invalid type" );
259 default: bbs_ERROR0( "bts_vectorMapSizeOf16: invalid type" );
Flt16Alt3D.c 93 bbs_ERROR0( "unimplemented function" );
103 bbs_ERROR0( "unimplemented function" );
114 bbs_ERROR0( "unimplemented function" );
Flt16Alt2D.c 110 bbs_ERROR0( "unimplemented function" );
120 bbs_ERROR0( "unimplemented function" );
131 bbs_ERROR0( "unimplemented function" );
Alt.c 84 bbs_ERROR0( "bts_Alt_equal:\n Function is not available" );
Flt16Vec3D.c 144 bbs_ERROR0( "not implemented" );
155 bbs_ERROR0( "not implemented" );
MapSequence.c 84 bbs_ERROR0( "bts_MapSequence_copy:\n Function is not available" );
93 bbs_ERROR0( "bts_MapSequence_equal:\n Function is not available" );
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Feature.c 202 default: bbs_ERROR0( "bbf_featureInit: invalid type" );
227 default: bbs_ERROR0( "bbf_featureExit: invalid type" );
252 default: bbs_ERROR0( "bbf_featureExit: invalid type" );
278 default: bbs_ERROR0( "bbf_featureMemWrite: invalid type" );
306 default: bbs_ERROR0( "bbf_featureMemRead: invalid type" );
331 default: bbs_ERROR0( "bbf_featureSizeOf16: invalid type" );
Sequence.c 85 bbs_ERROR0( "bbf_Sequence_copy:\n Function is not available" );
94 bbs_ERROR0( "bbf_Sequence_equal:\n Function is not available" );
176 bbs_ERROR0( "bbf_Sequence_memRead:\n Sequence size exceeds bbf_SEQUENCE_MAX_SIZE" );
ScanDetector.c 109 bbs_ERROR0( "bbf_ScanDetector_copy:\n Function is not available" );
118 bbs_ERROR0( "bbf_ScanDetector_equal:\n Function is not available" );
321 bbs_ERROR0( "bbf_ScanDetector_process: detector has no features" );
327 bbs_ERROR0( "bbf_ScanDetector_process: images size exceeds preallocated size" );
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8PyramidalImage.c 80 bbs_ERROR0( "void bim_UInt8PyramidalImage_copy( ... ):\n"
191 bbs_ERROR0( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
227 bbs_ERROR0( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
251 bbs_ERROR0( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
388 bbs_ERROR0( "void bim_UInt8PyramidalImage_importUInt8(....):\n"
UInt16BytePyrImage.c 80 bbs_ERROR0( "void bim_UInt16BytePyrImage_copy( ... ):\n"
186 bbs_ERROR0( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
226 bbs_ERROR0( "void bim_UInt16BytePyrImage_size( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
250 bbs_ERROR0( "void bim_UInt16BytePyrImage_size( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
UInt32Image.c 75 bbs_ERROR0( "void bim_UInt32Image_copy(...):\n"
169 bbs_ERROR0( "void bim_UInt32Image_assignExternalImage( ... ): image was already created once" );
189 bbs_ERROR0( "void bim_UInt32Image_size( struct bim_UInt32Image*, uint32 sizeA ):\n"
UInt16ByteImage.c 76 bbs_ERROR0( "void bim_UInt16ByteImage_copy( struct bim_UInt16ByteImage*, const struct bim_UInt16ByteImage* ):\n"
140 bbs_ERROR0( "bim_UInt16ByteImage_create( .... ): width of image must be even" );
166 bbs_ERROR0( "void bim_UInt16ByteImage_assignExternalImage( ... ): image was already created once" );
184 bbs_ERROR0( "bim_UInt16ByteImage_size( .... ): width of image must be even" );
190 bbs_ERROR0( "void bim_UInt16ByteImage_size( struct bim_UInt16ByteImage*, uint32 sizeA ):\n"

Completed in 290 milliseconds

1 2