Lines Matching refs:__copy_sz
1080 size_t __copy_sz;1088 __copy_sz = __new_sz > __old_sz? __old_sz : __new_sz;1089 memcpy(__result, __p, __copy_sz);