Lines Matching full:uint16
77 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
96 UINT16 event;
116 UINT16 count;
141 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16);
156 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
162 GKI_API extern void *GKI_getbuf (UINT16);
163 GKI_API extern UINT16 GKI_get_buf_size (void *);
165 GKI_API extern UINT16 GKI_poolcount (UINT8);
166 GKI_API extern UINT16 GKI_poolfreecount (UINT8);
167 GKI_API extern UINT16 GKI_poolutilization (UINT8);
181 GKI_API extern UINT16 GKI_get_pool_bufsize (UINT8);
194 GKI_API extern UINT16 GKI_update_timer_list (TIMER_LIST_Q *, INT32);
196 GKI_API extern UINT16 GKI_wait(UINT16, UINT32);
216 GKI_API extern void GKI_exception (UINT16, char *);
219 GKI_API extern void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used);