gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:isQueEmpty from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
206: {
207:         if ( !isQueEmpty(fq + 1) ) {
208:                 QUEUE *nq = (fq + 1)->next;
t2ex_source/lib/libtk/src_t2ex/memalloc.c - 12.2KB - 419 lines
153: {
154:         if ( !isQueEmpty(fq + 1) ) {
155:                 QUEUE *nq = (fq + 1)->next;
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
507:         err = E_OK;
508:         if (isQueEmpty(hsq) == FALSE) {
509:                 for (q = hsq->next; q != hsq; q = q->next) {
More results from fimp_fat.c