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

  /external/vixl/src/a64/
cpu-a64.cc 52 uint32_t icache_line_size_power_of_two = local
56 icache_line_size_ = 1 << icache_line_size_power_of_two;
  /external/valgrind/main/VEX/switchback/
switchback.c 193 const UInt icache_line_size_power_of_two = local
197 const UInt icache_line_size_ = 1 << icache_line_size_power_of_two;
  /external/valgrind/main/coregrind/
m_libcproc.c 820 const UInt icache_line_size_power_of_two =
824 const UInt icache_line_size_ = 4 * (1 << icache_line_size_power_of_two);

Completed in 235 milliseconds