Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:uint32

93 	uint32 iL;
114 uint32 bbs_Int32Arr_heapSize( struct bbs_Context* cpA,
116 uint32 sizeA )
133 uint32 sizeA,
156 uint32 sizeA )
160 bbs_ERROR1( "void bbs_Int32Arr_size( struct bbs_Int32Arr*, uint32 ):\n"
178 uint32 bbs_Int32Arr_memSize( struct bbs_Context* cpA,
181 return bbs_SIZEOF16( uint32 ) + bbs_SIZEOF16( ptrA->sizeE ) +
187 uint32 bbs_Int32Arr_memWrite( struct bbs_Context* cpA,
191 uint32 memSizeL = bbs_Int32Arr_memSize( cpA, ptrA );
200 uint32 bbs_Int32Arr_memRead( struct bbs_Context* cpA,
205 uint32 memSizeL, sizeL;
214 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbs_Int32Arr_memRead( const struct bbs_Int32Arr*, const uint16* ):\n"
235 uint32 iL;