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

  /external/collada/include/dae/
daeElement.h 505 int compareValue; // > 0 if elt1 > elt2,
506 // < 0 if elt1 < elt2,
507 // = 0 if elt1 = elt2
509 daeElement* elt2; member in struct:daeElement::compareResult
521 // a map or a set. Return val is > 0 if elt1 > elt2, < 0 if elt1 < elt2, and 0
522 // if elt1 == elt2.
523 static int compare(daeElement& elt1, daeElement& elt2);
526 static compareResult compareWithFullResult(daeElement& elt1, daeElement& elt2);
  /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:__anon18895
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:__anon19257
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-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
bitmap.h 208 bitmap_element *elt2; member in struct:__anon19630
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...]

Completed in 459 milliseconds