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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 64 milliseconds