Lines Matching full:elements
23 * Returns true if elements can be copied using word loads and stores.
43 * swap_words_32 - swap two elements in 32-bit chunks
66 * swap_words_64 - swap two elements in 64-bit chunks
102 * swap_bytes - swap two elements a byte at a time
220 * 1. elements [a,n) satisfy the heap property (compare greater than in __sort_r()
222 * 2. elements [n,num*size) are sorted, and in __sort_r()
230 else if (n > 3 * size) { /* Sorting: Extract two largest elements */ in __sort_r()
248 * Because elements tend to sift down close to the leaves, in __sort_r()
278 * sort_r - sort an array of elements
280 * @num: number of elements
313 * sort_r_nonatomic - sort an array of elements, with cond_resched
315 * @num: number of elements