Searched refs:newSize (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | StringVector.java | 68 public final void setSize(int newSize) { in setSize() argument 69 vector.setSize(newSize); in setSize()
|
H A D | GBLayout.java | 1326 int newSize = arr.length * 2; in ensureCapacity() local 1327 if (newSize == 0) in ensureCapacity() 1328 newSize = 1; in ensureCapacity() 1329 while (newSize < size) in ensureCapacity() 1330 newSize = newSize * 2; in ensureCapacity() 1332 int newArr[] = new int[newSize]; in ensureCapacity()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 379 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire() argument 383 newSize * sizeof (mapping.expire[0])); in allocateExpire() 387 (newSize-oldSize) * sizeof (newExpire[0])); in allocateExpire() 397 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray() argument 409 newSize = enumCount.flag; in allocateEnumArray() 412 newSize * sizeof (entry_object *)); in allocateEnumArray() 413 if (newEnumArray != 0 && newSize > oldSize) { in allocateEnumArray() 415 (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_41/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_41/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()
|