Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 4 of 4) sorted by relevance

/tools/perf/arch/powerpc/util/
Dheader.c22 int nb; in get_cpuid() local
26 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
30 buffer[nb-1] = '\0'; in get_cpuid()
/tools/perf/arch/x86/util/
Dheader.c27 int nb; in get_cpuid() local
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step); in get_cpuid()
55 buffer[nb-1] = '\0'; in get_cpuid()
/tools/perf/util/
Dsymbol.c92 size_t na, nb; in choose_best_symbol() local
128 nb = strlen(symb->name); in choose_best_symbol()
129 if (na > nb) in choose_best_symbol()
131 else if (na < nb) in choose_best_symbol()
Dprobe-finder.c275 #define BYTES_TO_BITS(nb) ((nb) * BITS_PER_LONG / sizeof(long)) argument