Home
last modified time | relevance | path

Searched refs:shortlen (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Ddir.c2576 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 …]
Dunistr.c1617 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/
Dunistr.h75 const ntfschar *shortname, int shortlen,
/third_party/openssl/test/
Devp_extra_test.c2135 size_t inlen, len = 0, shortlen = 1; in test_set_get_raw_keys_int() local
2193 &shortlen))) in test_set_get_raw_keys_int()
2195 &shortlen)))) in test_set_get_raw_keys_int()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h3427 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/mesa3d/src/imgui/
Dimstb_truetype.h3427 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/
Dimstb_truetype.h3401 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()