Searched refs:FromBeg (Results 1 – 1 of 1) sorted by relevance
324 size_t FromBeg = Rand(FromSize - CopySize + 1); in CopyPartOf() local325 assert(FromBeg + CopySize <= FromSize); in CopyPartOf()326 memmove(To + ToBeg, From + FromBeg, CopySize); in CopyPartOf()339 size_t FromBeg = Rand(FromSize - CopySize + 1); in InsertPartOf() local340 assert(FromBeg + CopySize <= FromSize); in InsertPartOf()346 memcpy(MutateInPlaceHere.data(), From + FromBeg, CopySize); in InsertPartOf()351 memmove(To + ToInsertPos, From + FromBeg, CopySize); in InsertPartOf()