Searched refs:shortlen (Results 1 – 6 of 6) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 2576 const ntfschar *shortname, int shortlen, in set_dos_name() argument 2598 collapsible = ntfs_collapsible_chars(ni->vol, shortname, shortlen, in set_dos_name() 2631 if (!ntfs_link_i(ni, dir_ni, shortname, shortlen, in set_dos_name() 2681 int shortlen = 0; in ntfs_set_ntfs_dos_name() local 2697 shortlen = ntfs_mbstoucs(newname, &shortname); in ntfs_set_ntfs_dos_name() 2698 if (shortlen > MAX_DOS_NAME_LENGTH) in ntfs_set_ntfs_dos_name() 2699 shortlen = MAX_DOS_NAME_LENGTH; in ntfs_set_ntfs_dos_name() 2704 if ((shortlen < 0) in ntfs_set_ntfs_dos_name() 2705 || ntfs_forbidden_names(ni->vol,shortname,shortlen,TRUE)) { in ntfs_set_ntfs_dos_name() 2723 if ((shortlen == oldlen) in ntfs_set_ntfs_dos_name() [all …]
|
D | unistr.c | 1617 const ntfschar *shortname, int shortlen, argument 1625 collapsible = shortlen == longlen; 1626 for (i=0; collapsible && (i<shortlen); i++) {
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | unistr.h | 75 const ntfschar *shortname, int shortlen,
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); in stbtt__tesselate_cubic() local 3428 float flatness_squared = longlen*longlen-shortlen*shortlen; in stbtt__tesselate_cubic()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); in stbtt__tesselate_cubic() local 3428 float flatness_squared = longlen*longlen-shortlen*shortlen; in stbtt__tesselate_cubic()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3401 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); in stbtt__tesselate_cubic() local 3402 float flatness_squared = longlen*longlen-shortlen*shortlen; in stbtt__tesselate_cubic()
|