HomeSort by relevance Sort by last modified time
    Searched defs:way (Results 1 - 2 of 2) sorted by null

  /external/qemu/
dcache.c 192 printf("dcache load hit addr: 0x%x cache_addr: 0x%x row %d way %d\n",
233 // Pick a way to replace
234 int way; local
237 way = dcache.replace[row];
238 int next_way = way + 1;
244 way = dcache.next_way;
249 // Every 13 replacements, add an extra increment to the next way
259 printf("dcache load miss addr: 0x%x cache_addr: 0x%x row %d replacing way %d\n",
260 addr, cache_addr, row, way);
262 dcache.table[row][way] = cache_addr
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
144 {\bf own} crypto library and hopefully along the way others will appreciate the work.
165 The LibTomCrypt package has also been written to be very modular. The block ciphers, one--way hashes,
    [all...]

Completed in 135 milliseconds