grf_et.c | 119 void et_memset(volatile unsigned char *, unsigned char, int); 1498 et_memset(fb, 0, 256 * 32); 1508 et_memset(fb, 0x07, tm->cols * tm->rows * 3); 1510 et_memset(fb, 0x20, tm->cols * tm->rows * 3); 1549 et_memset(volatile unsigned char *d, unsigned char c, int l) function in typeref:typename:void
|