HomeSort by: relevance | last modified time | path
    Searched refs:item2 (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.bin/locate/bigram/
locate.bigram.c 81 compare_bigrams(const void *item1, const void *item2)
83 const struct bigram *it1=item1, *it2=item2;
  /src/crypto/external/apache2/openssl/dist/util/
mkdef.pl 222 my $item2 = shift;
224 my $verdict = $weight{$item1->type()} <=> $weight{$item2->type()};
226 $verdict = $by_name->($item1, $item2);
238 my $item2 = shift;
240 my $verdict = $by_version->($item1, $item2);
242 $verdict = $by_unix->($item1, $item2);
  /src/crypto/external/bsd/openssl/dist/util/
mkdef.pl 221 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);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-fsearch.c 352 struct mult_index *item2; member in struct:mult_index_list
364 accu->item2 = NULL;
387 if (accu->item2 != NULL)
388 free (accu->item2);
389 accu->item2 =
399 destptr = accu->item2;
436 /* Swap accu->item and accu->item2. */
438 struct mult_index *dest = accu->item2;
441 accu->item2 = accu->item;
485 if (accu->item2 != NULL
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Symbol.cc 83 Symbol *item2 = *((Symbol **) b); local
84 return (item1->value > item2->value) ? 1 :
85 (item1->value == item2->value) ? 0 : -1;
92 Symbol *item2 = *((Symbol **) b); local
93 return strcmp (item1->name, item2->name);
MetricList.cc 59 Metric *item2 = NULL; local
61 Vec_loop (Metric*, items, index2, item2)
63 if (item2->get_subtype () == BaseMetric::EXCLUSIVE
64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
115 Metric *item2 = NULL; local
117 Vec_loop (Metric*, items, index2, item2)
119 if (item2->get_subtype () == BaseMetric::EXCLUSIVE
120 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
141 Metric *item2 = NULL; local
143 Vec_loop (Metric*, items, index2, item2)
    [all...]
gp-display-src.cc 115 Function *item2 = *((Function **) b); local
116 return strcmp (item1->get_mangled_name (), item2->get_mangled_name ());
123 Function *item2 = *((Function **) b); local
124 return (item1->img_offset == item2->img_offset) ?
125 FuncNameCmp (a, b) : item1->img_offset > item2->img_offset ? 1 : -1;
Stabs.cc 94 Symbol *item2 = *((Symbol **) b); local
96 (item2->name == NULL) ? 1 : strcmp (item1->name, item2->name);
104 Symbol *item2 = *((Symbol **) b); local
105 return (item1->value > item2->value) ? 1 :
106 (item1->value == item2->value) ? SymNameCmp (a, b) : -1;
114 Symbol *item2 = *((Symbol **) b); local
115 if (item1->value < item2->value)
117 if (item1->value < item2->value + item2->siz
128 Symbol *item2 = *((Symbol **) b); local
375 ComC *item2 = *((ComC **) b); local
    [all...]
DwarfLib.cc 1140 DwrLine *item2 = *((DwrLine **) b); local
1141 return item1->address == item2->address ? 0 :
1142 item1->address > item2->address ? 1 : -1;
1991 Range *item2 = *((Range **) b); local
1992 return item1->low < item2->low ? -1 : (item1->low == item2->low ? 0 : 1);
Experiment.cc 5864 SegMem *item2 = *((SegMem **) b); local
5865 return item1->unload_time > item2->unload_time ? 1 :
5866 item1->unload_time == item2->unload_time ? 0 : -1;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Symbol.cc 83 Symbol *item2 = *((Symbol **) b); local
84 return (item1->value > item2->value) ? 1 :
85 (item1->value == item2->value) ? 0 : -1;
92 Symbol *item2 = *((Symbol **) b); local
93 return strcmp (item1->name, item2->name);
MetricList.cc 59 Metric *item2 = NULL; local
61 Vec_loop (Metric*, items, index2, item2)
63 if (item2->get_subtype () == BaseMetric::EXCLUSIVE
64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
115 Metric *item2 = NULL; local
117 Vec_loop (Metric*, items, index2, item2)
119 if (item2->get_subtype () == BaseMetric::EXCLUSIVE
120 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
141 Metric *item2 = NULL; local
143 Vec_loop (Metric*, items, index2, item2)
    [all...]
gp-display-src.cc 115 Function *item2 = *((Function **) b); local
116 return strcmp (item1->get_mangled_name (), item2->get_mangled_name ());
123 Function *item2 = *((Function **) b); local
124 return (item1->img_offset == item2->img_offset) ?
125 FuncNameCmp (a, b) : item1->img_offset > item2->img_offset ? 1 : -1;
Stabs.cc 94 Symbol *item2 = *((Symbol **) b); local
96 (item2->name == NULL) ? 1 : strcmp (item1->name, item2->name);
104 Symbol *item2 = *((Symbol **) b); local
105 return (item1->value > item2->value) ? 1 :
106 (item1->value == item2->value) ? SymNameCmp (a, b) : -1;
114 Symbol *item2 = *((Symbol **) b); local
115 if (item1->value < item2->value)
117 if (item1->value < item2->value + item2->siz
128 Symbol *item2 = *((Symbol **) b); local
375 ComC *item2 = *((ComC **) b); local
    [all...]
DwarfLib.cc 1140 DwrLine *item2 = *((DwrLine **) b); local
1141 return item1->address == item2->address ? 0 :
1142 item1->address > item2->address ? 1 : -1;
1991 Range *item2 = *((Range **) b); local
1992 return item1->low < item2->low ? -1 : (item1->low == item2->low ? 0 : 1);
Experiment.cc 5864 SegMem *item2 = *((SegMem **) b); local
5865 return item1->unload_time > item2->unload_time ? 1 :
5866 item1->unload_time == item2->unload_time ? 0 : -1;
  /src/external/bsd/atf/dist/atf-c/detail/
list_test.c 228 int item2 = 9; local
233 RE(atf_list_append(&l2, &item2, false));
238 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 1), item2);
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf.h 478 const congruence_class_group *item2)
480 return item1->hash == item2->hash && item1->type == item2->type;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.h 474 const congruence_class_group *item2)
476 return item1->hash == item2->hash && item1->type == item2->type;
  /src/usr.bin/units/
units.c 495 compare(const void *item1, const void *item2)
498 *(const char * const *) item2);
  /src/external/gpl3/gdb/dist/gdb/
linespec.c 4295 for (const bound_minimal_symbol &item2 : minsyms)
4297 if (&item2 == &item)
4301 if (item2.minsym->type () == mst_solib_trampoline)
4306 if (msymbol_type_is_static (item2.minsym->type ()))
4310 item2.minsym->linkage_name ()) != 0)
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.c 4293 for (const bound_minimal_symbol &item2 : minsyms)
4295 if (&item2 == &item)
4299 if (item2.minsym->type () == mst_solib_trampoline)
4304 if (msymbol_type_is_static (item2.minsym->type ()))
4308 item2.minsym->linkage_name ()) != 0)
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 16377 GAITestItem * item2; local
16436 err = GAITestItemDup( item, &item2 );
16439 *itemPtr = item2;
16440 itemPtr = &item2->next;
16471 GAITestItem * item2; local
16488 err = GAITestItemDup( item, &item2 );
16491 *itemPtr = item2;
16492 itemPtr = &item2->next;
    [all...]

Completed in 83 milliseconds