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

  /external/qemu/
dcache.h 28 extern void dcache_init(int size, int ways, int line_size, int replace_policy,
dcache.c 32 int ways; member in struct:Dcache
66 void dcache_init(int size, int ways, int line_size, int replace_policy,
73 int log_ways = log2_roundup(ways);
76 // The number of rows in the table = size / (line_size * ways)
80 dcache.ways = 1 << log_ways;
184 int ways = dcache.ways; local
188 for (ii = 0; ii < ways; ++ii) {
239 if (next_way == dcache.ways)
246 if (dcache.next_way >= dcache.ways)
272 int ways = dcache.ways; local
    [all...]
  /external/dbus/test/data/valid-config-files/
system.conf 5 <!-- Note that there are any number of ways you can hose yourself
  /external/chromium/base/
base_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/chromium/net/
net_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/chromium/sdch/
sdch_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/chromium/third_party/icu/
icu_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/chromium/third_party/libevent/
libevent_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/chromium/third_party/zlib/
zlib_main.scons 31 # Support PROGRESS= to show progress in different ways.
  /external/bison/doc/
refcard.tex 44 % This file can be used to produce it in any of three ways:
  /external/chromium/third_party/icu/source/data/
makedata.mak 371 # Common defines for both ways of building ICU's data library.
  /external/blktrace/doc/
blktrace.tex 371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
    [all...]
  /external/icu4c/data/
makedata.mak 468 # Common defines for both ways of building ICU's data library.
    [all...]
  /external/blktrace/btt/doc/
btt.tex 750 The seek difference is calculated in one of two ways:
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 402 milliseconds