Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:uint32

93 	uint32 iL;
114 uint32 bbs_ComplexArr_heapSize( struct bbs_Context* cpA,
116 uint32 sizeA )
133 uint32 sizeA,
155 uint32 sizeA )
159 bbs_ERROR1( "void bbs_ComplexArr_size( struct bbs_ComplexArr*, uint32 sizeA ):\n"
177 uint32 bbs_ComplexArr_memSize( struct bbs_Context* cpA,
181 return bbs_SIZEOF16( uint32 ) + bbs_SIZEOF16( ptrA->sizeE ) +
187 uint32 bbs_ComplexArr_memWrite( struct bbs_Context* cpA,
191 uint32 memSizeL = bbs_ComplexArr_memSize( cpA, ptrA );
200 uint32 bbs_ComplexArr_memRead( struct bbs_Context* cpA,
205 uint32 memSizeL, sizeL;
214 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbs_ComplexArr_memRead( const struct bbs_ComplexArr* ptrA, const void* memPtrA ):\n"