Home
last modified time | relevance | path

Searched refs:packed_table (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/tools/create_nls/
H A Dcreate_nls.c873 WORD *packed_table; in pack_table() local
894 packed_table = calloc(*packed_size_in_words, sizeof(WORD)); in pack_table()
898 packed_table[high] = 0x100 + main_index[high] * 16; in pack_table()
905 subtable_dst = packed_table + 0x100 + index * 16; in pack_table()
921 test_packed_table(packed_table); in pack_table()
923 return packed_table; in pack_table()
929 WORD *packed_table, value; in write_casemap_file() local
942 packed_table = pack_table(to_upper_org, &packed_size_in_words); in write_casemap_file()
946 fwrite(packed_table, sizeof(WORD), packed_size_in_words, file); in write_casemap_file()
947 free(packed_table); in write_casemap_file()
[all …]