Searched refs:theChar (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1433 unsigned char *theChar; /* current char in iso_font */ local
1437 theChar = iso_font + (ch * ISO_CHAR_HEIGHT);
1444 *current.charptr++ = (*theChar & mask) ? 0xFF : 0;
1447 *current.shortptr++ = (*theChar & mask) ? 0xFFFF : 0;
1452 *current.longptr++ = (*theChar & mask) ? 0xFFFFFFFF : 0;
1457 theChar++;
1465 uint32_t *theChar; local
1470 theChar = (uint32_t*)(vc_rendered_font + (ch * vc_rendered_char_size));
1473 theChar = (uint32_t*)(vc_rendered_char);
1483 uint32_t val = *theChar
1522 uint32_t *theChar; local
1574 uint32_t *theChar; local
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c892 u_int16_t theChar; local
901 theChar = firstChar;
902 bmpMappings = (length == 1 ? &theChar : __CFUniCharMultipleDecompositionTable + firstChar);

Completed in 76 milliseconds