Lines Matching defs:inplace
268 * @inplace: operate on the data in-place, if applicable for the algorithm type?
285 bool inplace;
311 .inplace = true,
351 .name = "misaligned splits crossing pages, inplace",
352 .inplace = true,
752 cfg->inplace ?
759 if (cfg->inplace) {
999 cfg->inplace = true;
1000 p += scnprintf(p, end - p, " inplace");
1037 if (!cfg->inplace && prandom_u32() % 2 == 0) {
2094 vec->alen, enc || !cfg->inplace);