Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c2576 const ntfschar *shortname, int shortlen, in set_dos_name()
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 in ntfs_set_ntfs_dos_name()
2575 set_dos_name(ntfs_inode *ni, ntfs_inode *dir_ni, const ntfschar *shortname, int shortlen, const ntfschar *longname, int longlen, const ntfschar *deletename, int deletelen, BOOL existed) set_dos_name() argument
2771 int shortlen; ntfs_remove_ntfs_dos_name() local
[all...]
H A Dunistr.c1617 const ntfschar *shortname, int shortlen,
1625 collapsible = shortlen == longlen;
1626 for (i=0; collapsible && (i<shortlen); i++) {
1616 ntfs_collapsible_chars(ntfs_volume *vol, const ntfschar *shortname, int shortlen, const ntfschar *longname, int longlen) global() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dunistr.h75 const ntfschar *shortname, int shortlen,
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy);
3428 float flatness_squared = longlen*longlen-shortlen*shortlen;
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy);
3428 float flatness_squared = longlen*longlen-shortlen*shortlen;
/third_party/openssl/test/
H A Devp_extra_test.c2158 size_t inlen, len = 0, shortlen = 1; in test_set_get_raw_keys_int() local
2216 &shortlen))) in test_set_get_raw_keys_int()
2218 &shortlen)))) in test_set_get_raw_keys_int()

Completed in 36 milliseconds