Searched refs:start_idx (Results 1 - 3 of 3) sorted by relevance

/external/elfcopy/
H A Drangesort.c257 int start_idx = end_idx++; local
258 int old_end_idx = start_idx;
259 int total_length = ranges[start_idx].length;
270 user->num_ranges = end_idx - start_idx;
273 for (i = 0; i < end_idx - start_idx; i++)
274 user->ranges[i] = ranges[start_idx + i];
276 ranges[start_idx].start,
/external/kernel-headers/original/linux/
H A Dbio.h230 #define __bio_for_each_segment(bvl, bio, i, start_idx) \
231 for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); \
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h307 // The block at start_idx, and all subsequent blocks
309 void CleanupBlocksStartingFrom(Blocks::size_type start_idx) { argument
310 for (Blocks::size_type i = start_idx; i < blocks_.size(); ++i) {
313 blocks_.resize(start_idx);

Completed in 177 milliseconds