Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:sizeA

67 /** writes a 32 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint32 ) * sizeA */
70 uint32 sizeA, uint16* memPtrA );
72 /** reads a 32 bit word array from memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint32 ) * sizeA */
75 uint32 sizeA, const uint16* memPtrA );
77 /** writes a 16 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint16 ) * sizeA */
80 uint32 sizeA, uint16* memPtrA );
82 /** reads a 16 bit word array from memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint16 ) * sizeA */
85 uint32 sizeA, const uint16* memPtrA );
108 uint16 bbs_memCheckSum16( const uint16* memPtrA, uint32 sizeA );