Searched refs:needed (Results 1 – 5 of 5) sorted by relevance
125 size_t needed = blocks; in Split() local126 while (needed > 0) { in Split()128 if (range_blocks > needed) { in Split()130 buffer.PushBack({ range.first, range.first + needed }); in Split()131 range.first = range.first + needed; in Split()139 needed -= range_blocks; in Split()
16 - `minadbd` is started by `recovery` as needed.
47 quotes are only needed if you want characters like whitespace to89 second argument only if it's needed to determine the truth of the
30 // default license using the 'licenses: [...]' property on targets as needed.
940 size_t needed = max_stash_size - existing; in CreateStash() local941 if (!CheckAndFreeSpaceOnCache(needed)) { in CreateStash()943 needed); in CreateStash()