Home
last modified time | relevance | path

Searched refs:item2 (Results 1 – 16 of 16) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl221 my $item2 = shift;
223 my $verdict = $weight{$item1->type()} <=> $weight{$item2->type()};
225 $verdict = $by_name->($item1, $item2);
237 my $item2 = shift;
239 my $verdict = $by_version->($item1, $item2);
241 $verdict = $by_unix->($item1, $item2);
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-fsearch.c352 struct mult_index *item2; member
364 accu->item2 = NULL; in mult_index_list_init()
387 if (accu->item2 != NULL) in mult_index_list_accumulate()
388 free (accu->item2); in mult_index_list_accumulate()
389 accu->item2 = in mult_index_list_accumulate()
399 destptr = accu->item2; in mult_index_list_accumulate()
438 struct mult_index *dest = accu->item2; in mult_index_list_accumulate()
441 accu->item2 = accu->item; in mult_index_list_accumulate()
485 if (accu->item2 != NULL) in mult_index_list_free()
486 free (accu->item2); in mult_index_list_free()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DMetricList.cc59 Metric *item2 = NULL; in MetricList() local
61 Vec_loop (Metric*, items, index2, item2) in MetricList()
63 if (item2->get_subtype () == BaseMetric::EXCLUSIVE in MetricList()
64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0) in MetricList()
115 Metric *item2 = NULL; in MetricList() local
117 Vec_loop (Metric*, items, index2, item2) in MetricList()
119 if (item2->get_subtype () == BaseMetric::EXCLUSIVE in MetricList()
141 Metric *item2 = NULL; in MetricList() local
143 Vec_loop (Metric*, items, index2, item2) in MetricList()
145 if ((item2->get_subtype () == BaseMetric::EXCLUSIVE) && in MetricList()
[all …]
H A DStabs.cc196 Symbol *item2 = *((Symbol **) b); in SymNameCmp() local
198 (item2->name == NULL) ? 1 : strcmp (item1->name, item2->name); in SymNameCmp()
206 Symbol *item2 = *((Symbol **) b); in SymValueCmp() local
216 Symbol *item2 = *((Symbol **) b); in SymFindCmp() local
217 if (item1->value < item2->value) in SymFindCmp()
219 if (item1->value < item2->value + item2->size in SymFindCmp()
230 Symbol *item2 = *((Symbol **) b); in SymImgOffsetCmp() local
239 Reloc *item2 = *((Reloc **) b); in RelValueCmp() local
564 ComC *item2 = *((ComC **) b); in ComCmp() local
566 (item1->line < item2->line) ? -1 : in ComCmp()
[all …]
H A Dgp-display-src.cc122 Function *item2 = *((Function **) b); in FuncNameCmp() local
123 return strcmp (item1->get_mangled_name (), item2->get_mangled_name ()); in FuncNameCmp()
130 Function *item2 = *((Function **) b); in FuncAddrCmp() local
131 return (item1->img_offset == item2->img_offset) ? in FuncAddrCmp()
132 FuncNameCmp (a, b) : item1->img_offset > item2->img_offset ? 1 : -1; in FuncAddrCmp()
H A DDwarfLib.cc263 ElfReloc::Sreloc *item2 = *((ElfReloc::Sreloc **) b); in DwrRelocOffsetCmp() local
264 return item1->offset < item2->offset ? -1 : in DwrRelocOffsetCmp()
265 item1->offset == item2->offset ? 0 : 1; in DwrRelocOffsetCmp()
1264 DwrLine *item2 = *((DwrLine **) b); in LineRegsCmp() local
1265 return item1->address == item2->address ? 0 : in LineRegsCmp()
1266 item1->address > item2->address ? 1 : -1; in LineRegsCmp()
H A DExperiment.cc5847 SegMem *item2 = *((SegMem **) b); in SegMemCmp() local
5848 return item1->unload_time > item2->unload_time ? 1 : in SegMemCmp()
5849 item1->unload_time == item2->unload_time ? 0 : -1; in SegMemCmp()
/netbsd/usr.bin/locate/bigram/
H A Dlocate.bigram.c81 compare_bigrams(const void *item1, const void *item2) in compare_bigrams() argument
83 const struct bigram *it1=item1, *it2=item2; in compare_bigrams()
/netbsd/external/bsd/atf/dist/atf-c/detail/
H A Dlist_test.c228 int item2 = 9; in ATF_TC_BODY() local
233 RE(atf_list_append(&l2, &item2, false)); in ATF_TC_BODY()
238 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 1), item2); in ATF_TC_BODY()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf.h467 const congruence_class_group *item2) in equal()
469 return item1->hash == item2->hash && item1->type == item2->type; in equal()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.h474 const congruence_class_group *item2) in equal()
476 return item1->hash == item2->hash && item1->type == item2->type; in equal()
/netbsd/usr.bin/units/
H A Dunits.c495 compare(const void *item1, const void *item2) in compare() argument
498 *(const char * const *) item2); in compare()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinespec.c4364 for (const bound_minimal_symbol &item2 : minsyms) in search_minsyms_for_name() local
4366 if (&item2 == &item) in search_minsyms_for_name()
4371 if (msymbol_type_is_static (MSYMBOL_TYPE (item2.minsym))) in search_minsyms_for_name()
4375 item2.minsym->linkage_name ()) != 0) in search_minsyms_for_name()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinespec.c4364 for (const bound_minimal_symbol &item2 : minsyms) in search_minsyms_for_name() local
4366 if (&item2 == &item) in search_minsyms_for_name()
4371 if (msymbol_type_is_static (MSYMBOL_TYPE (item2.minsym))) in search_minsyms_for_name()
4375 item2.minsym->linkage_name ()) != 0) in search_minsyms_for_name()
/netbsd/external/lgpl3/gmp/dist/mpn/
H A Dasm-defs.m4675 dnl Usage: foreach(var,body, item1,item2,...,itemN)
/netbsd/external/gpl2/gawk/dist/
H A Dawk.texi5838 print @var{item1}, @var{item2}, @dots{}
6106 printf @var{format}, @var{item1}, @var{item2}, @dots{}