Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:KBytes
(Results
1 - 23
of
23
) sorted by relevance
/third_party/vixl/src/
H
A
D
globals-vixl.h
70
const int
KBytes
= 1024;
member
71
const int MBytes = 1024 *
KBytes
;
H
A
D
pool-manager.h
108
static const int kMaxObjectSize = 4 *
KBytes
;
/third_party/vixl/benchmarks/aarch64/
H
A
D
bench-branch-link.cc
42
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-branch.cc
45
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-dataop.cc
45
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-mixed-masm.cc
42
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-branch-masm.cc
44
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-branch-link-masm.cc
41
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-mixed-disasm.cc
59
const size_t buffer_size = 256 *
KBytes
;
in main()
H
A
D
bench-mixed-sim.cc
62
const size_t buffer_size = 256 *
KBytes
;
in main()
/third_party/vixl/benchmarks/aarch32/
H
A
D
bench-dataop.cc
45
const unsigned buffer_size = 256 *
KBytes
;
in benchmark()
H
A
D
bench-branch-masm.cc
45
const int buffer_size = 256 *
KBytes
;
in benchmark()
H
A
D
bench-literal.cc
46
const int buffer_size = 256 *
KBytes
;
in benchmark()
H
A
D
bench-branch-link-masm.cc
46
const int buffer_size = 256 *
KBytes
;
in benchmark()
H
A
D
asm-disasm-speed-test.cc
61
const int kBufferSize = 512 *
KBytes
;
/third_party/vixl/src/aarch32/
H
A
D
location-aarch32.h
311
return 1 *
KBytes
;
/third_party/vixl/test/aarch32/
H
A
D
test-assembler-aarch32.cc
6291
1 *
KBytes
);
6297
std::string test_string(2 *
KBytes
, 'x');
6326
1 *
KBytes
);
6331
std::string test_string(2 *
KBytes
, 'z');
6338
std::string test_string2(2 *
KBytes
, 'x');
6365
1 *
KBytes
);
6398
KBytes
/ 2);
6400
std::string test_string(3 *
KBytes
, 'x');
6427
1 *
KBytes
);
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.h
48
const unsigned kPageSize = 4 *
KBytes
;
H
A
D
macro-assembler-aarch64.cc
312
static const size_t kVeneerEmissionMargin = 1 *
KBytes
;
in Emit()
H
A
D
macro-assembler-aarch64.h
152
static const ptrdiff_t kRecommendedLiteralPoolRange = 128 *
KBytes
;
/third_party/vixl/test/
H
A
D
test-pool-manager.cc
149
return 1 *
KBytes
;
/third_party/vixl/test/aarch64/
H
A
D
test-trace-aarch64.cc
3019
MacroAssembler masm(12 *
KBytes
);
3176
MacroAssembler masm(12 *
KBytes
);
H
A
D
test-assembler-aarch64.cc
1547
const int kLiteralMargin = 128 *
KBytes
;
in TbzRangePoolLimitHelper()
Completed in 76 milliseconds