Home
last modified time | relevance | path

Searched defs:typeA (Results 1 – 10 of 10) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h118 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) << 1 ) argument
119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) ) argument
120 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 1 ) argument
122 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) ) argument
123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 ) argument
124 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 2 ) argument
/external/neven/Embedded/common/src/b_APIEm/
DFaceFinder.c181 enum bpi_FaceFinderType typeA ) in bpi_faceFinderInit()
250 uint32 bpi_faceFinderSizeOf16( struct bbs_Context* cpA, enum bpi_FaceFinderType typeA ) in bpi_faceFinderSizeOf16()
/external/neven/Embedded/common/src/b_TensorEm/
DVectorMap.c160 enum bts_VectorMapType typeA ) in bts_vectorMapInit()
249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA ) in bts_vectorMapSizeOf16()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DFeature.c183 enum bbf_FeatureType typeA ) in bbf_featureInit()
313 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA ) in bbf_featureSizeOf16()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DNullHandlingTest.java191 String typeA = in testPolymorphicDataNull() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp828 const char *typeA = command.GetArgumentAtIndex(0); in DoExecute() local
1935 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local
2005 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local
2119 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp1185 auto typeA = in TEST_FUNC() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp3087 auto typeA = op.a().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local
/external/libxml2/
Dxmlschemas.c16126 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...