Home
last modified time | relevance | path

Searched refs:BASE_PREFIX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c232 #define BASE_PREFIX 2 macro
257 if (*prefix < BASE_PREFIX) in trace_print_entry()
258 *prefix = BASE_PREFIX; in trace_print_entry()
285 prefix = BASE_PREFIX; in trace_buffer_print()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch29 default_prefix = BASE_EXEC_PREFIX if plat_specific else BASE_PREFIX
48 prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX