Home | History | Annotate | Download | only in ulinux

Lines Matching refs:INT8

217 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
1053 INT8 *GKI_get_time_stamp (INT8 *tbuf)
1059 INT8 *p_out = tbuf;
1071 *p_out++ = (INT8)((h_time / 10) + '0');
1072 *p_out++ = (INT8)((h_time % 10) + '0');
1074 *p_out++ = (INT8)((m_time / 10) + '0');
1075 *p_out++ = (INT8)((m_time % 10) + '0');
1077 *p_out++ = (INT8)((s_time / 10) + '0');
1078 *p_out++ = (INT8)((s_time % 10) + '0');
1080 *p_out++ = (INT8)((ms_time / 10) + '0');
1081 *p_out++ = (INT8)((ms_time % 10) + '0');