Lines Matching defs:oldsize
149 size_t oldsize = 0;
184 oldsize = (Vmuchar_t*)seg->last - (Vmuchar_t*)data;
185 else oldsize = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
191 oldsize = s;
193 { oldsize = (Vmuchar_t*)tp - (Vmuchar_t*)data;
225 { ds = oldsize < size ? oldsize : size;
260 if((type&VM_RSZERO) && size > oldsize)
261 memset((Void_t*)((Vmuchar_t*)data + oldsize), 0, size-oldsize);