tag | line | file | source code |
SIZE | 20 | arch/ppc/boot/cortstrip.c | unsigned char data[SIZE]; |
SIZE | 58 | arch/ppc/boot/cortstrip.c | while ( (n = read(fd, data, SIZE)) > 0 ) |
SIZE | 15 | arch/ppc/kernel/cortstrip.c | unsigned char data[SIZE]; |
SIZE | 49 | arch/ppc/kernel/cortstrip.c | while ( (n = read(fd, data, SIZE)) > 0 ) |
SIZE | 16 | arch/ppc/kernel/mkboot.c | unsigned char data[SIZE]; |
SIZE | 54 | arch/ppc/kernel/mkboot.c | while ( (n = read(fd, data, SIZE)) > 0 ) |
SIZE | 155 | drivers/char/keyboard.c | 255, SIZE(func_table) - 1, SIZE(spec_fn_table) - 1, NR_PAD - 1, |
SIZE | 161 | drivers/char/keyboard.c | const int NR_TYPES = SIZE(max_vals); |
SIZE | 774 | drivers/char/keyboard.c | if (value >= SIZE(spec_fn_table)) |
SIZE | 859 | drivers/char/keyboard.c | if (value < SIZE(func_table)) { |
SIZE | 978 | drivers/char/keyboard.c | for(i=0; i < SIZE(k_down); i++) |
SIZE | 981 | drivers/char/keyboard.c | for(i=0; i < SIZE(key_down); i++) |
SIZE | 102 | include/asm-mips/asm.h | SIZE(function,.-function) |