charcode 7 lib/font/font_8x16_uni.h int charcode; charcode 37 tools/font_8x16_pack.c for (i=0; orig_font_data[i].charcode != -1; i++) charcode 70 tools/font_8x16_pack.c for (i=0; orig_font_data[i].charcode != -1; i++) charcode 86 tools/font_8x16_pack.c static unsigned short font_find_offset(unsigned short charcode) charcode 92 tools/font_8x16_pack.c if (char_codes[i] == charcode) charcode 121 tools/font_8x16_pack.c for (j=0; orig_font_data[j].charcode != -1; j++) charcode 123 tools/font_8x16_pack.c if (orig_font_data[j].charcode == c) charcode 158 tools/font_8x16_pack.c for (i=0; orig_font_data[i].charcode != -1; i++) charcode 173 tools/font_8x16_pack.c char_codes[cc] = orig_font_data[i].charcode; charcode 179 tools/font_8x16_pack.c printf("/*%04x == %04x*/", orig_font_data[i].charcode, orig_font_data[matches].charcode); charcode 180 tools/font_8x16_pack.c font_offsets[cc-1] = font_find_offset(orig_font_data[matches].charcode); charcode 187 tools/font_8x16_pack.c printf("/*%04x*/ 0x%02x,", orig_font_data[i].charcode, (top << 4) | bottom);