Searched refs:shortlen (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 2576 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 D | unistr.c | 1617 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 D | unistr.h | 75 const ntfschar *shortname, int shortlen,
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 3427 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 D | imstb_truetype.h | 3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); 3428 float flatness_squared = longlen*longlen-shortlen*shortlen;
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 2158 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