Lines Matching refs:u32
77 typedef void (*LCStreamFunction) (u32 stripSize,
84 u32 size; // in bytes. Size of input(s) and output are same.
88 u32 num_outputs; // for now, only 1 supported
89 u32 num_inputs; // 1 to LCSTREAM_MAX_NUM_INPUTS
91 u32 total_strips; // =size/strip_size
92 u32 strip_size; // strip size in locked cache
93 u32 strip_size_blocks; // strip_size in cache blocks; /32B
106 u32 LCSTREAMLCSizeRequired(u32 stripSize, u32 numOutputs, u32 numInputs);
110 u32 LCSTREAMLCSizeAvailable(void);
119 u32 LCSTREAMAlloc(LCStream* s, u32 stripSize, u32 numOutputs, u32 numInputs);
136 void LCSTREAMAssign(LCStream* s, u32 streamLength, void* output, u32 numInputs, ...);