Lines Matching defs:kf
312 volatile uint16_t *kf;
320 kf = (volatile uint16_t *)tv_kfont[hi];
321 kf += lo * FONTHEIGHT;
324 *(uint16_t *)p = *kf++;
340 volatile uint16_t *kf;
348 kf = (volatile uint16_t *)tv_kfont[hi];
349 kf += lo * FONTHEIGHT;
352 *(uint16_t *)p = ~*kf++;
369 volatile uint16_t *kf;
377 kf = (volatile uint16_t *)tv_kfont[hi];
378 kf += lo * FONTHEIGHT;
381 data = *kf++;
417 volatile uint16_t *kf;
425 kf = (volatile uint16_t *)tv_kfont[hi];
426 kf += lo * FONTHEIGHT;
429 *(uint16_t *)p = *kf++;
430 *(uint16_t *)p = expbits(*kf++);
433 *(uint16_t *)p = *kf++;
454 volatile uint16_t *kf;
462 kf = (volatile uint16_t *)tv_kfont[hi];
463 kf += lo * FONTHEIGHT;
466 data = *kf++;
486 volatile uint16_t *kf;
494 kf = (volatile uint16_t *)tv_kfont[hi];
495 kf += lo * FONTHEIGHT;
498 *(uint16_t *)p = ~*kf++;
499 *(uint16_t *)p = ~expbits(*kf++);
502 *(uint16_t *)p = ~*kf++;
523 volatile uint16_t *kf;
531 kf = (volatile uint16_t *)tv_kfont[hi];
532 kf += lo * FONTHEIGHT;
535 data = *kf++;
538 data = *kf++;
542 data = *kf++;
570 volatile uint16_t *kf;
578 kf = (volatile uint16_t *)tv_kfont[hi];
579 kf += lo * FONTHEIGHT;
582 data = *kf++;
585 data = *kf++;
589 data = *kf++;