Searched refs:ways (Results 1 - 13 of 13) sorted by relevance

/external/lzma/Asm/x86/
H A DAesOpt.asm52 ways equ 4 define
53 ways16 equ (ways * 16)
57 rept ways
107 sub rN, ways
110 add rN, ways
202 rept ways
215 sub rN, ways
218 add rN, ways
/external/eigen/bench/
H A Dcheck_cache_queries.cpp65 int ways = (abcd[1] & 0xFFC00000) >> 22; // B[31:22] local
69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1);
73 cout << "cache[" << cache_id << "].ways = " << ways << "\n"; local
/external/mesa3d/src/mapi/mapi/
H A Dsources.mak3 # mapi may be used in several ways
/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl99 /* U_DISABLE_RENAMING can be defined in the following ways:
/external/llvm/test/MC/ARM/
H A Deh-directive-pad.s7 @ ways to encode the stack offsets. We have to test:
/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s150 ; 0 can be encoded by MOVZ in multiple ways, only "lsl #0" is a MOV alias.
164 ; Similarly to MOVZ, -1 can be encoded in multiple ways, only one of which is
/external/eigen/Eigen/src/Core/util/
H A DMemory.h798 int ways = (abcd[1] & 0xFFC00000) >> 22; // B[31:22] local
803 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1);
829 case 0x0A: l1 = 8; break; // 0Ah data L1 cache, 8 KB, 2 ways, 32 byte lines
830 case 0x0C: l1 = 16; break; // 0Ch data L1 cache, 16 KB, 4 ways, 32 byte lines
831 case 0x0E: l1 = 24; break; // 0Eh data L1 cache, 24 KB, 6 ways, 64 byte lines
832 case 0x10: l1 = 16; break; // 10h data L1 cache, 16 KB, 4 ways, 32 byte lines (IA-64)
833 case 0x15: l1 = 16; break; // 15h code L1 cache, 16 KB, 4 ways, 32 byte lines (IA-64)
834 case 0x2C: l1 = 32; break; // 2Ch data L1 cache, 32 KB, 8 ways, 64 byte lines
835 case 0x30: l1 = 32; break; // 30h code L1 cache, 32 KB, 8 ways, 64 byte lines
836 case 0x60: l1 = 16; break; // 60h data L1 cache, 16 KB, 8 ways, 6
[all...]
/external/bison/doc/
H A Drefcard.tex42 % This file can be used to produce it in any of three ways:
/external/libvorbis/doc/
H A D01-introduction.tex126 embedded designs are allowed to deviate in limited ways from the
/external/blktrace/doc/
H A Dblktrace.tex371 \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:
/external/icu/icu4c/source/data/
H A Dmakedata.mak492 # Common defines for both ways of building ICU's data library.
/external/bison/
H A Dmaint.mk534 # But we can do better, in at least two ways:
/external/blktrace/btt/doc/
H A Dbtt.tex750 The seek difference is calculated in one of two ways:

Completed in 4609 milliseconds