Searched refs:uc_word_table (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dupcase.c56 static const int uc_word_table[][2] = { /* Offset, Value */ local
85 for (r = 0; uc_word_table[r][0]; r++)
86 uc[uc_word_table[r][0]] = cpu_to_le16(uc_word_table[r][1]);

Completed in 89 milliseconds