HomeSort by relevance Sort by last modified time
    Searched refs:elt1 (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 205 bitmap_element *elt1; member in struct:__anon12773
226 bi->elt1 = map->first;
229 /* Advance elt1 until it is not before the block containing start_bit. */
232 if (!bi->elt1)
234 bi->elt1 = &bitmap_zero_bits;
238 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
240 bi->elt1 = bi->elt1->next;
244 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
245 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 82 unshift_function_2 = function(array, elt1, elt2) {
83 return array.unshift(elt1, elt2);
116 unshift_function_2 = function(array, elt1, elt2) {
117 return Array.prototype.unshift.call(array, elt1, elt2);

Completed in 438 milliseconds