Searched defs:typeA (Results 1 – 7 of 7) 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
397 SchemaTypeConfigProto typeA = in TEST_F() local450 SchemaTypeConfigProto typeA = in TEST_F() local553 SchemaTypeConfigProto typeA = in TEST_F() local
160 enum bts_VectorMapType typeA ) in bts_vectorMapInit()249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA ) in bts_vectorMapSizeOf16()
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()
191 String typeA = in testPolymorphicDataNull() local
16156 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes()