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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 208 bitmap_element *elt2; member in struct:__anon13021
227 bi->elt2 = NULL;
269 bi->elt2 = map2->first;
277 bi->elt2 = NULL;
286 /* Advance elt2 until it is not before elt1. */
289 if (!bi->elt2)
291 bi->elt1 = bi->elt2 = &bitmap_zero_bits;
295 if (bi->elt2->indx >= bi->elt1->indx)
297 bi->elt2 = bi->elt2->next
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 208 bitmap_element *elt2; member in struct:__anon13378
227 bi->elt2 = NULL;
269 bi->elt2 = map2->first;
277 bi->elt2 = NULL;
286 /* Advance elt2 until it is not before elt1. */
289 if (!bi->elt2)
291 bi->elt1 = bi->elt2 = &bitmap_zero_bits;
295 if (bi->elt2->indx >= bi->elt1->indx)
297 bi->elt2 = bi->elt2->next
    [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);
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 752 CSSRuleData* elt2 = m_matchedRules[j + 1]; local
753 if (*elt > *elt2) {
755 m_matchedRules[j] = elt2;
771 CSSRuleData* elt2 = m_matchedRules[mid]; local
775 if (*elt <= *elt2)
787 elt2 = m_matchedRules[i2];
790 if (i1 < mid && (i2 == end || *elt <= *elt2)) {
795 rulesMergeBuffer.append(elt2);
797 elt2 = m_matchedRules[i2];
    [all...]

Completed in 50 milliseconds