Searched defs:oldsz (Results 1 - 3 of 3) sorted by relevance

/external/libedit/src/
H A Dhist.c195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
203 (void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc206 uptr oldsz = user_alloc_usable_size(p); local
207 internal_memcpy(p2, p, min(oldsz, sz));
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c680 GLuint oldsz; local
700 oldsz = save->attrsz[attr];
704 save->vertex_size += newsz - oldsz;
739 assert(oldsz == 0);
749 if (oldsz) {
750 COPY_CLEAN_4V_TYPE_AS_UNION(dest, oldsz, data,
752 data += oldsz;

Completed in 206 milliseconds