Lines Matching +full:0 +full:x17
26 static const u8 legal_ansi_char_array[0x40] = {
27 0x00, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
28 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
30 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
31 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
33 0x17, 0x07, 0x18, 0x17, 0x17, 0x17, 0x17, 0x17,
34 0x17, 0x17, 0x18, 0x16, 0x16, 0x17, 0x07, 0x00,
36 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17,
37 0x17, 0x17, 0x04, 0x16, 0x18, 0x16, 0x18, 0x18,
51 * identical, or 'false' (0) if they are not identical. If @ic is IGNORE_CASE,
77 * 0 if the names match,
94 for (cnt = 0; cnt < min_len; ++cnt) { in ntfs_collate_names()
113 return 0; in ntfs_collate_names()
140 for (i = 0; i < n; ++i) { in ntfs_ucsncmp()
150 return 0; in ntfs_ucsncmp()
177 for (i = 0; i < n; ++i) { in ntfs_ucsncasecmp()
189 return 0; in ntfs_ucsncasecmp()
198 for (i = 0; i < name_len; i++) in ntfs_upcase_name()
236 * the output string *@outs (>= 0), not counting the terminating Unicode NULL
257 for (i = o = 0; i < ins_len; i += wc_len) { in ntfs_nlstoucs()
260 if (likely(wc_len >= 0 && in ntfs_nlstoucs()
267 } /* else if (wc_len < 0 || in ntfs_nlstoucs()
271 ucs[o] = 0; in ntfs_nlstoucs()
283 if (wc_len < 0) { in ntfs_nlstoucs()
310 * @outs_len is ignored and can be 0.
313 * string *@outs (>= 0), not counting the terminating NULL byte. If the output
343 for (i = o = 0; i < ins_len; i++) { in ntfs_ucstonls()
346 if (wc > 0) { in ntfs_ucstonls()
363 } /* wc < 0, real error. */ in ntfs_ucstonls()
366 ns[o] = 0; in ntfs_ucstonls()