Home
last modified time | relevance | path

Searched refs:MIN_LINE_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/cachegrind/
Dcg_arch.h41 #define MIN_LINE_SIZE 16 macro
Dcg_arch.c61 if (cache->line_size < MIN_LINE_SIZE) { in check_cache()
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c1094 #define MIN_LINE_SIZE 32 in flush_range() macro
1096 for (i = 0; i < size; i += MIN_LINE_SIZE) in flush_range()
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c681 #define MIN_LINE_SIZE 32 macro
705 for (i = 0; i < size; i += MIN_LINE_SIZE) in flush_range()
/external/valgrind/callgrind/
Dglobal.h128 #define MIN_LINE_SIZE 16 macro
Dsim.c97 #define CACHELINE_FLAGMASK (MIN_LINE_SIZE-1)