OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_SIZEOF32
(Results
1 - 8
of
8
) sorted by null
/external/neven/Embedded/common/src/b_APIEm/
Functions.c
119
bbs_memset32( maxSimArrL, ( uint32 )-1,
bbs_SIZEOF32
( maxSimArrL ) );
241
bbs_memset32( maxSimArrL, ( uint32 )-1,
bbs_SIZEOF32
( maxSimArrL ) );
/external/neven/Embedded/common/src/b_BasicEm/
Basic.h
115
*
bbs_SIZEOF32
: size in 32-bit words
120
#define
bbs_SIZEOF32
( typeA ) ( sizeof( typeA ) >> 1 )
124
#define
bbs_SIZEOF32
( typeA ) ( sizeof( typeA ) >> 2 )
APhArr.c
84
bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE *
bbs_SIZEOF32
( struct bbs_APh ) );
ComplexArr.c
84
bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE *
bbs_SIZEOF32
( struct bbs_Complex ) );
Int32Arr.c
84
bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE *
bbs_SIZEOF32
( int32 ) );
UInt32Arr.c
84
bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE *
bbs_SIZEOF32
( uint32 ) );
/external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.c
218
bbs_memcpy32( tmpMatA, matA, ( matWidthA * matWidthA ) *
bbs_SIZEOF32
( int32 ) );
254
bbs_memcpy32( outVecA, inVecA, sizeL *
bbs_SIZEOF32
( int32 ) );
Cluster2D.c
131
bbs_memcpy32( ptrA->vecArrE, srcPtrA->vecArrE,
bbs_SIZEOF32
( struct bts_Int16Vec2D ) * srcPtrA->sizeE );
Completed in 41 milliseconds