Searched refs:name_b (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/stress/
H A Dmicrobench.c20 void (*func_a), const char *name_b, void (*func_b)) {
37 niter, name_a, timer_usec(&timer_a), name_b, timer_usec(&timer_b),
19 compare_funcs(uint64_t nwarmup, uint64_t niter, const char *name_a, void (*func_a), const char *name_b, void (*func_b)) argument
/netbsd-current/usr.bin/systat/
H A Dsyscall.c320 const char *name_b = syscallnames[*(const int *)b]; local
324 while (*name_b == '_')
325 name_b++;
327 return strcmp(name_a, name_b);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c1412 tree name_b = DECL_NAME (TREE_CODE (b) == OVERLOAD ? OVL_FUNCTION (b) : b); local
1414 gcc_checking_assert (name_a && name_b);
1415 if (name_a != name_b)
1416 return name_a < name_b ? -1 : +1;
1485 tree name_b = OVL_NAME (b); local
1488 resort_data.new_value (&name_b, resort_data.cookie);
1490 gcc_checking_assert (name_a != name_b);
1492 return name_a < name_b ? -1 : +1;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2032 tree name_b = DECL_NAME (TREE_CODE (b) == OVERLOAD ? OVL_FUNCTION (b) : b); local
2034 gcc_checking_assert (name_a && name_b);
2035 if (name_a != name_b)
2036 return name_a < name_b ? -1 : +1;
2105 tree name_b = OVL_NAME (b); local
2108 resort_data.new_value (&name_b, &name_b, resort_data.cookie);
2110 gcc_checking_assert (name_a != name_b);
2112 return name_a < name_b ? -1 : +1;

Completed in 151 milliseconds