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:CLUSTER_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/musl/libc-test/src/regression/
H
A
D
malloc-free-performance.c
9
#define
CLUSTER_SIZE
16
macro
160
void *ptr[
CLUSTER_SIZE
] = {0};
in main()
172
for (int i = 0; i < MALLOC_TIME /
CLUSTER_SIZE
; ++i) {
in main()
173
for (int j = 0; j <
CLUSTER_SIZE
; ++j) {
in main()
182
for (int j = 0; j <
CLUSTER_SIZE
; ++j) {
in main()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H
A
D
RBBITest.java
982
static final int
CLUSTER_SIZE
= 100;
in TestRandomAccess()
987
lastNum += (randomGenerator.next() %
CLUSTER_SIZE
);
in TestRandomAccess()
988
lastNum -=
CLUSTER_SIZE
/ 2;
in TestRandomAccess()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_intrinsics.py
447
indices=[REDUCTION_OP,
CLUSTER_SIZE
], flags=[CAN_ELIMINATE])
Completed in 4 milliseconds