Home
last modified time | relevance | path

Searched refs:newcnt (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h206 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
210 (FT_Long)(newcnt), \
222 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
226 (FT_Long)(newcnt), \
320 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
322 newcnt, itmsz ) )
333 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
335 newcnt, itmsz ) )
344 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument
345 FT_MEM_SET_ERROR( FT_MEM_RENEW_ARRAY( ptr, curcnt, newcnt ) )
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dacls.c698 int newcnt; in ntfs_inherit_acl() local
723 newcnt = 0; in ntfs_inherit_acl()
834 newcnt++; in ntfs_inherit_acl()
840 newcnt++; in ntfs_inherit_acl()
874 newcnt++; in ntfs_inherit_acl()
887 newcnt++; in ntfs_inherit_acl()
939 newcnt++; in ntfs_inherit_acl()
946 newacl->ace_count = cpu_to_le16(newcnt); in ntfs_inherit_acl()
Dsecurity.c1531 int newcnt; in resize_cache() local
1538 newcnt = index1 + 1; in resize_cache()
1539 if (newcnt <= ((CACHE_PERMISSIONS_SIZE in resize_cache()
1548 + (newcnt - 1)*sizeof(struct CACHED_PERMISSIONS*)); in resize_cache()
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c1219 s32 oldcnt, newcnt; in replace_runlist() local
1228 newcnt = 0; in replace_runlist()
1229 while (reprl[newcnt].length) in replace_runlist()
1230 newcnt++; in replace_runlist()
1231 newsize = ((oldcnt + newcnt)*sizeof(runlist_element) + 4095) & -4096; in replace_runlist()