Searched defs:typeA (Results 1 – 5 of 5) sorted by relevance
118 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) << 1 ) argument119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) ) argument120 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 1 ) argument122 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) ) argument123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 ) argument124 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 2 ) argument
181 enum bpi_FaceFinderType typeA ) in bpi_faceFinderInit()250 uint32 bpi_faceFinderSizeOf16( struct bbs_Context* cpA, enum bpi_FaceFinderType typeA ) in bpi_faceFinderSizeOf16()
183 enum bbf_FeatureType typeA ) in bbf_featureInit()313 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA ) in bbf_featureSizeOf16()
160 enum bts_VectorMapType typeA ) in bts_vectorMapInit()249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA ) in bts_vectorMapSizeOf16()
16041 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes()