OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ways
(Results
1 - 25
of
42
) sorted by null
1
2
/bionic/libc/kernel/arch-mips/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/external/lzma/Asm/x86/
AesOpt.asm
52
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
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h
26
unsigned char
ways
;
member in struct:cache_desc
/external/eigen/bench/
check_cache_queries.cpp
65
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/kernel-headers/original/asm-mips/
cpu-info.h
23
unsigned char
ways
; /* Number of
ways
*/
member in struct:cache_desc
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
sources.mak
3
# mapi may be used in several
ways
/external/mesa3d/src/mapi/mapi/
sources.mak
3
# mapi may be used in several
ways
/external/chromium_org/v8/test/mjsunit/
readonly.js
30
// Different
ways
to create an object.
98
// Different
ways
to make a property read-only.
/external/chromium_org/v8/test/webkit/
dfg-abs-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.abs could potentially use value in arbitrary
ways
, and not just in a context that converts values to numbers."
dfg-max-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.max could potentially use value in arbitrary
ways
, and not just in a context that converts values to numbers."
dfg-min-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.min could potentially use value in arbitrary
ways
, and not just in a context that converts values to numbers."
dfg-proven-sqrt-backwards-propagation.js
25
"Tests that the DFG knows that a Math.sqrt could potentially use value in arbitrary
ways
, and not just in a context that converts values to numbers."
dfg-sqrt-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.sqrt could potentially use value in arbitrary
ways
, and not just in a context that converts values to numbers."
toString-for-var-decl.js
25
"This test checks for a couple of specific
ways
that bugs in toString() round trips have changed the meanings of functions with var declarations inside for loops."
/external/chromium_org/v8/test/webkit/fast/js/kde/
scope.js
53
eval("var g;") //Change the scope of g half-
ways
through the loop
/ndk/sources/host-tools/sed-4.2.1/doc/
sed.x
20
While in some
ways
similar to an editor which
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README
33
There are three
ways
to get a Closure Compiler executable.
/external/icu4c/tools/genren/
genren.pl
97
/* U_DISABLE_RENAMING can be defined in the following
ways
:
/external/llvm/test/MC/ARM/
eh-directive-pad.s
7
@
ways
to encode the stack offsets. We have to test:
/external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js
42
//
ways
. For each split recursively compute all possible subtrees.
Completed in 2489 milliseconds
1
2