HomeSort by relevance Sort by last modified time
    Searched refs:elt2 (Results 1 - 8 of 8) 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:__anon19102
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:__anon19464
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:__anon19837
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/collada/src/dae/
daeElement.cpp 482 elt2(NULL),
490 if (!elt1 || !elt2)
495 name2 = formatToken(elt2->getElementName()),
497 type2 = formatToken(elt2->getTypeName()),
499 id2 = formatToken(elt2->getAttribute("id")),
503 attrValue2 = formatToken(elt2->getAttribute(attrMismatch.c_str())),
505 charData2 = formatToken(elt2->getCharData()),
507 childCount2 = formatToken(cdom::toString(elt2->getChildren().getCount()));
539 daeElement::compareResult nameMismatch(daeElement& elt1, daeElement& elt2) {
542 result.elt2 = &elt2
    [all...]
daeMetaAttribute.cpp 39 daeInt daeMetaAttribute::compare(daeElement* elt1, daeElement* elt2) {
40 return _type->compare(get(elt1), get(elt2));
43 daeInt daeMetaArrayAttribute::compare(daeElement* elt1, daeElement* elt2) {
45 daeArray& value2 = (daeArray&)*get(elt2);
  /external/collada/include/dae/
daeMetaAttribute.h 209 * @param elt2 The second element whose attribute value should be compared.
213 virtual daeInt compare(daeElement* elt1, daeElement* elt2);
259 * @param elt2 The second element whose attribute value should be compared.
263 virtual daeInt compare(daeElement* elt1, daeElement* elt2);
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);
  /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 328 milliseconds