Home | History | Annotate | Download | only in ulinux

Lines Matching refs:INT8

218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
1054 INT8 *GKI_get_time_stamp (INT8 *tbuf)
1060 INT8 *p_out = tbuf;
1072 *p_out++ = (INT8)((h_time / 10) + '0');
1073 *p_out++ = (INT8)((h_time % 10) + '0');
1075 *p_out++ = (INT8)((m_time / 10) + '0');
1076 *p_out++ = (INT8)((m_time % 10) + '0');
1078 *p_out++ = (INT8)((s_time / 10) + '0');
1079 *p_out++ = (INT8)((s_time % 10) + '0');
1081 *p_out++ = (INT8)((ms_time / 10) + '0');
1082 *p_out++ = (INT8)((ms_time % 10) + '0');