Searched refs:ui32Bytes (Results 1 – 2 of 2) sorted by relevance
152 uint32_t ui32Bytes = ui32NumItems * psQueue->ui32ItemSize; in am_hal_queue_item_add() local163 if ( am_hal_queue_space_left(psQueue) >= ui32Bytes ) in am_hal_queue_item_add()168 for ( i = 0; i < ui32Bytes; i++ ) in am_hal_queue_item_add()185 psQueue->ui32Length += ui32Bytes; in am_hal_queue_item_add()228 uint32_t ui32Bytes = ui32NumItems * psQueue->ui32ItemSize; in am_hal_queue_item_get() local239 if ( am_hal_queue_data_left(psQueue) >= ui32Bytes ) in am_hal_queue_item_get()244 for ( i = 0; i < ui32Bytes; i++ ) in am_hal_queue_item_get()261 psQueue->ui32Length -= ui32Bytes; in am_hal_queue_item_get()
77 void *pvArray, uint32_t ui32Bytes);1234 uint32_t ui32Bytes) in am_hal_ios_buffer_init() argument1239 psBuffer->ui32Capacity = ui32Bytes; in am_hal_ios_buffer_init()
Completed in 7 milliseconds