tag | line | file | source code |
utf_char | 1486 | arch/m68k/kernel/console.c | utf_char = (utf_char << 6) | (c & 0x3f); |
utf_char | 1489 | arch/m68k/kernel/console.c | tc = c = utf_char; |
utf_char | 1494 | arch/m68k/kernel/console.c | utf_char = (c & 0x1f); |
utf_char | 1497 | arch/m68k/kernel/console.c | utf_char = (c & 0x0f); |
utf_char | 1500 | arch/m68k/kernel/console.c | utf_char = (c & 0x07); |
utf_char | 1503 | arch/m68k/kernel/console.c | utf_char = (c & 0x03); |
utf_char | 1506 | arch/m68k/kernel/console.c | utf_char = (c & 0x01); |
utf_char | 1396 | drivers/char/console.c | utf_char = (utf_char << 6) | (c & 0x3f); |
utf_char | 1399 | drivers/char/console.c | tc = c = utf_char; |
utf_char | 1404 | drivers/char/console.c | utf_char = (c & 0x1f); |
utf_char | 1407 | drivers/char/console.c | utf_char = (c & 0x0f); |
utf_char | 1410 | drivers/char/console.c | utf_char = (c & 0x07); |
utf_char | 1413 | drivers/char/console.c | utf_char = (c & 0x03); |
utf_char | 1416 | drivers/char/console.c | utf_char = (c & 0x01); |