Searched refs:elem2 (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpartition.c75 partition_union (partition part, int elem1, int elem2) argument
86 if (class_element == elements[elem2].class_element)
91 if (elements[elem1].class_count < elements[elem2].class_count)
94 elem1 = elem2;
95 elem2 = temp;
100 e2 = &(elements[elem2]);
106 /* Update the class fields in elem2's class list. */
124 elem_compare (const void *elem1, const void *elem2) argument
127 int e2 = * (const int *) elem2;
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_internal.c185 _SetListElem(interp, list, elem1, e1cnt, elem2, e2cnt)
188 void *elem1, *elem2;
196 myobjv[1] = Tcl_NewByteArrayObj((u_char *)elem2, (int)e2cnt);
208 _SetListElemInt(interp, list, elem1, elem2)
212 long elem2;
220 myobjv[1] = Tcl_NewLongObj(elem2);
238 _SetListElemWideInt(interp, list, elem1, elem2)
242 int64_t elem2;
250 myobjv[1] = Tcl_NewWideIntObj(elem2);
263 _SetListRecnoElem(interp, list, elem1, elem2, e2siz
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmlist.cpp276 TypedList::TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1, ListElement *elem2) argument
280 append(elem2);
283 TypedList::TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1, ListElement *elem2, ListElement *elem3) argument
287 append(elem2);
291 TypedList::TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1, ListElement *elem2, ListElement *elem3, ListElement *elem4) argument
295 append(elem2);
H A Dcssmlist.h168 ListElement *elem2);
170 ListElement *elem2, ListElement *elem3);
172 ListElement *elem2, ListElement *elem3, ListElement *elem4);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmlist.cpp276 TypedList::TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1, ListElement *elem2) argument
280 append(elem2);
283 TypedList::TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1, ListElement *elem2, ListElement *elem3) argument
287 append(elem2);
291 TypedList::TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1, ListElement *elem2, ListElement *elem3, ListElement *elem4) argument
295 append(elem2);
H A Dcssmlist.h168 ListElement *elem2);
170 ListElement *elem2, ListElement *elem3);
172 ListElement *elem2, ListElement *elem3, ListElement *elem4);
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Heap071/
H A DElem.pm99 =item $elem1->cmp($elem2)
102 value if this element should go higher on the heap than I<$elem2>,
104 go lower on the heap than I<$elem2>. Just as with sort, the
/macosx-10.9.5/CPANInternal-140/Heap/Elem/
H A DElem.pm99 =item $elem1->cmp($elem2)
102 value if this element should go higher on the heap than I<$elem2>,
104 go lower on the heap than I<$elem2>. Just as with sort, the
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_parse.c324 Itcl_ListElem *elem, *elem2;
418 elem2 = Itcl_NextListElem(elem);
419 while (elem2) {
420 if (Itcl_GetListValue(elem) == Itcl_GetListValue(elem2)) {
429 elem2 = Itcl_NextListElem(elem2);
321 Itcl_ListElem *elem, *elem2; local
/macosx-10.9.5/CPANInternal-140/Heap-0.80/lib/Heap/
H A DElem.pm103 =item $elem1->cmp($elem2)
106 value if this element should go higher on the heap than I<$elem2>,
108 go lower on the heap than I<$elem2>. Just as with sort, the
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DData.pm116 $elem2 = SOAP::Data->name('idx' => 5);
137 $elem2 = SOAP::Data->name('item' => 456)->type('SomeObject');
139 push(@array,$elem2);
149 SOAP::Data->name("elem2" => 'baz'),
173 <elem2 xsi:type="xsd:string">baz</elem2>
/macosx-10.9.5/ICU-511.35/icuSources/tools/dumpce/
H A Ddumpce.cpp748 int compareSortKey(const void *elem1, const void *elem2) argument
752 UChar *ch2 = ((ScriptElement *)elem2)->ch;
754 int size2 = ((ScriptElement *)elem2)->count;
1109 int compareCodepoints(const void *elem1, const void *elem2) argument
1112 UChar *ch2 = ((ScriptElement *)elem2)->ch;
1114 ch2[((ScriptElement *)elem2)->count] = 0;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTableSection.cpp952 static inline bool compareCellPositions(RenderTableCell* elem1, RenderTableCell* elem2) argument
954 return elem1->rowIndex() < elem2->rowIndex();
959 static inline bool compareCellPositionsWithOverflowingCells(RenderTableCell* elem1, RenderTableCell* elem2) argument
961 if (elem1->rowIndex() != elem2->rowIndex())
962 return elem1->rowIndex() < elem2->rowIndex();
964 return elem1->col() < elem2->col();
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_frame2.c100 static int qsort_compare(const void *elem1, const void *elem2);
797 qsort_compare(const void *elem1, const void *elem2) argument
800 Dwarf_Fde fde2 = *(Dwarf_Fde *) elem2;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregex_internal.c998 re_node_set_init_2 (re_node_set *set, Idx elem1, Idx elem2)
1004 if (elem1 == elem2)
1012 if (elem1 < elem2)
1015 set->elems[1] = elem2;
1019 set->elems[0] = elem2;
996 re_node_set_init_2(re_node_set *set, Idx elem1, Idx elem2) argument
/macosx-10.9.5/ruby-104/ruby/
H A Dcompile.c386 * elem1, elem2 => elem1, elem2, elem
398 * elem1, before, elem2 => elem1, before, elem, elem2
633 * elem1, elemX => elem1, elem2, elemX
636 INSERT_ELEM_NEXT(LINK_ELEMENT *elem1, LINK_ELEMENT *elem2) argument
638 elem2->next = elem1->next;
639 elem2->prev = elem1;
640 elem1->next = elem2;
641 if (elem2
666 REPLACE_ELEM(LINK_ELEMENT *elem1, LINK_ELEMENT *elem2) argument
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Writer/t/
H A D01_main.t1195 $w->emptyTag(['a', 'elem2']);
1202 $w->emptyTag(['a', 'elem2']);
1209 $w->emptyTag(['a', 'elem2']);
1219 <elem2 />
1223 <__NS1:elem2 xmlns:__NS1="a" />
1227 <elem2 />
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dlinalg.tcl2197 set elem2 2
2199 set elem1 [expr {$elem2+1}]
2200 incr elem2 $cols
2201 lappend result [lrange $mv $elem1 $elem2]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duhash.c897 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1)); local
898 const UHashTok val2 = elem2->value;
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c5543 TreeElement elem2; local
5546 if (Element_FromObj(tree, objv1[j], &elem2) != TCL_OK) {
5551 eLink2 = MStyle_FindElem(tree, style, elem2, &n);
5556 style->name, elem2->name);
5563 elem2->name);

Completed in 171 milliseconds