Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:uint32

114 uint32 bbs_Int8Arr_heapSize( struct bbs_Context* cpA,
116 uint32 sizeA )
133 uint32 sizeA,
145 uint32 sizeL = sizeA;
161 uint32 sizeA )
165 bbs_ERROR1( "void bbs_Int8Arr_size( struct bbs_Int8Arr*, uint32 ):\n"
183 uint32 bbs_Int8Arr_memSize( struct bbs_Context* cpA,
186 return bbs_SIZEOF16( uint32 ) + bbs_SIZEOF16( ptrA->sizeE ) +
192 uint32 bbs_Int8Arr_memWrite( struct bbs_Context* cpA,
196 uint32 memSizeL = bbs_Int8Arr_memSize( cpA, ptrA );
206 uint32 bbs_Int8Arr_memRead( struct bbs_Context* cpA,
211 uint32 memSizeL, sizeL;
220 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbs_Int8Arr_memRead( const struct bbs_Int8Arr*, const uint16* ):\n"
241 uint32 iL;