Home
last modified time | relevance | path

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

/reactos/sdk/tools/create_nls/
H A Dcreate_nls.c625 static WORD number_of_subtables_with_offsets; variable
851 for(index = 0; index < number_of_subtables_with_offsets; index++) { in find_subtable_with_offsets()
857 if(number_of_subtables_with_offsets >= 4096) { in find_subtable_with_offsets()
862 …memcpy(&subtables_with_offsets[number_of_subtables_with_offsets * 16], subtable, 16 * sizeof(WORD)… in find_subtable_with_offsets()
863 number_of_subtables_with_offsets++; in find_subtable_with_offsets()
880 number_of_subtables_with_offsets = 0; in pack_table()
893 …*packed_size_in_words = 0x100 + number_of_subtables_with_offsets * 16 + number_of_subtables_with_d… in pack_table()
904 for(index = 0; index < number_of_subtables_with_offsets; index++) { in pack_table()
909 … subtable_dst[low4] = 0x100 + number_of_subtables_with_offsets * 16 + subtable_src[low4] * 16; in pack_table()
915 subtable_dst = packed_table + 0x100 + number_of_subtables_with_offsets * 16 + index * 16; in pack_table()