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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dunistr.h62 extern void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunistr.c960 * @uc_len: size of destination buffer in bytes
963 * stores it in the caller supplied buffer @uc of size @uc_len.
965 * Note, @uc_len must be at least 128kiB in size or bad things will happen!
967 void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len) argument
1007 memset((char*)uc, 0, uc_len);
1008 uc_len >>= 1;
1009 if (uc_len > 65536)
1010 uc_len = 65536;
1011 for (i = 0; (u32)i < uc_len; i++)

Completed in 113 milliseconds