Searched refs:newSize (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 381 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire() argument 385 newSize * sizeof (mapping.expire[0])); in allocateExpire() 389 (newSize-oldSize) * sizeof (newExpire[0])); in allocateExpire() 399 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray() argument 411 newSize = enumCount.flag; in allocateEnumArray() 414 newSize * sizeof (entry_object *)); in allocateEnumArray() 415 if (newEnumArray != 0 && newSize > oldSize) { in allocateEnumArray() 417 (newSize-oldSize) * sizeof (entry_object *)); in allocateEnumArray()
|
H A D | db_table_c.x | 166 % db_status allocateExpire(long oldSize, long newSize); 293 % db_status allocateEnumArray(long oldSize, long newSize);
|
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 897 uint32_t oldSize, newSize; in truncAtCluster() local 924 newSize = count * in truncAtCluster() 927 if (newSize == 0) in truncAtCluster() 930 newSize = 0; in truncAtCluster() 932 updateDirEnt_Size(entry, newSize); in truncAtCluster() 960 return ((int64_t)oldSize - (int64_t)newSize); in truncAtCluster() 1194 int32_t bpc, newSize; in relinkFATOrphans() local 1208 newSize = cc * bpc; in relinkFATOrphans() 1211 updateDirEnt_Size(ndp, newSize); in relinkFATOrphans()
|
H A D | fsck_pcfs.h | 192 extern void updateDirEnt_Size(struct pcdir *dp, uint32_t newSize);
|
H A D | dir.c | 1038 updateDirEnt_Size(struct pcdir *dp, uint32_t newSize) in updateDirEnt_Size() argument 1041 store_32_bits(&p, newSize); in updateDirEnt_Size()
|
/titanic_50/usr/src/common/lzma/ |
H A D | LzFind.c | 220 UInt32 newSize; in MatchFinder_Create() local 225 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create() 226 if (p->hash != 0 && prevSize == newSize) in MatchFinder_Create() 229 p->hash = AllocRefs(newSize, alloc); in MatchFinder_Create()
|