Home | History | Annotate | Download | only in inc

Lines Matching refs:UINT

201 	UINT align;		/* alignment of memory heap */
203 UINT heapId; /* resource heap ID */
205 UINT size; /* size of memory heap */
207 UINT type; /* type of memory: prefer/require/scratch/persist */
209 UINT allocated; /* size of heap in use (not free) */
211 UINT largestfree; /* size of largest contiguous free block */
213 UINT group; /* scratch group ID (only for scratch memory) */
232 UINT MaxMips; /* max cpu cycles required for component */
234 UINT TypicalMips; /* typical cpu cycles required */
236 UINT MaxCycles; /* max cpu cycles for single iteration */
238 UINT TypicalCycles; /* typical cpu cycles for single iteration */
240 UINT Utilization; /* percentage of time cpu is idle */
242 UINT currentLoad;
244 UINT predLoad;
246 UINT currDspFreq;
248 UINT predictedFreq;
270 UINT Direction; /* DSP_TONODE or DSP_FROMNODE */
299 UINT InUse; /* Count of instances of this component in use */
301 UINT aTaskId;
303 UINT VariantID;
305 UINT InterfaceID;
442 DSP_STATUS DSPRegistry_Find(UINT Id, struct QOSREGISTRY *registry,