HomeSort by relevance Sort by last modified time
    Searched refs:MIN_LINE_SIZE (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/cachegrind/
cg_arch.h 41 #define MIN_LINE_SIZE 16
cg-arch.c 60 if (cache->line_size < MIN_LINE_SIZE) {
cg_main.c 60 #define MIN_LINE_SIZE 16
849 tl_assert(datasize >= 1 && datasize <= MIN_LINE_SIZE);
871 tl_assert(datasize >= 1 && datasize <= MIN_LINE_SIZE);
    [all...]
  /external/libffi/src/powerpc/
ffi_darwin.c 607 #define MIN_LINE_SIZE 32
609 for (i = 0; i < size; i += MIN_LINE_SIZE)
  /external/valgrind/main/callgrind/
main.c 616 tl_assert(datasize >= 1 && datasize <= MIN_LINE_SIZE);
637 tl_assert(datasize >= 1 && datasize <= MIN_LINE_SIZE);
1032 if (dataSize > MIN_LINE_SIZE)
1033 dataSize = MIN_LINE_SIZE;
    [all...]
global.h 115 #define MIN_LINE_SIZE 16
sim.c 97 #define CACHELINE_FLAGMASK (MIN_LINE_SIZE-1)
190 * Should be always true as MIN_LINE_SIZE >= 16 */
    [all...]

Completed in 226 milliseconds