Searched refs:oldcnt (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 206 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 209 (FT_Long)(oldcnt), \ 222 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 225 (FT_Long)(oldcnt), \ 320 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 321 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \ 333 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 334 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 1219 s32 oldcnt, newcnt; in replace_runlist() local 1225 oldcnt = 0; in replace_runlist() 1226 while (na->rl[oldcnt].length) in replace_runlist() 1227 oldcnt++; in replace_runlist() 1231 newsize = ((oldcnt + newcnt)*sizeof(runlist_element) + 4095) & -4096; in replace_runlist()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | acls.c | 697 int oldcnt; in ntfs_inherit_acl() local 724 oldcnt = le16_to_cpu(oldacl->ace_count); in ntfs_inherit_acl() 725 for (nace = 0; nace < oldcnt; nace++) { in ntfs_inherit_acl()
|
D | security.c | 1532 int oldcnt; in resize_cache() local 1544 oldcnt = oldcache->head.last + 1; in resize_cache() 1552 + (oldcnt - 1)*sizeof(struct CACHED_PERMISSIONS*)); in resize_cache()
|