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
defs:arraysize
(Results
1 - 10
of
10
) sorted by relevance
/third_party/benchmark/src/
H
A
D
arraysize.h
28
#define
arraysize
(array) (sizeof(::benchmark::internal::ArraySizeHelper(array)))
macro
H
A
D
string_util.cc
27
static_assert(
arraysize
(kBigSIUnits) ==
arraysize
(kBigIECUnits),
member
29
static_assert(
arraysize
(kSmallSIUnits) ==
arraysize
(kBigSIUnits),
member
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H
A
D
preadv.c
49
int
arraysize
= sizeof(data) / sizeof(char);
in preadv_0100()
local
/third_party/python/Modules/_sqlite/
H
A
D
cursor.h
39
int
arraysize
;
member
/third_party/libphonenumber/tools/cpp/src/base/
H
A
D
basictypes.h
150
#define
arraysize
(array) (sizeof(ArraySizeHelper(array)))
macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H
A
D
basictypes.h
131
#define
arraysize
(array) (sizeof(ArraySizeHelper(array)))
macro
/third_party/node/deps/v8/src/base/
H
A
D
macros.h
37
#define
arraysize
(array) (sizeof(ArraySizeHelper(array)))
macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jquant1.c
725
size_t
arraysize
;
in alloc_fs_workspace()
local
744
size_t
arraysize
;
in start_pass_1_quant()
local
H
A
D
jquant2.c
1173
size_t
arraysize
=
in start_pass_2_quant()
local
/third_party/ffmpeg/libavfilter/
H
A
D
vf_fieldmatch.c
317
const int
arraysize
= (xblocks*yblocks)<<2;
in calc_combed_score()
local
Completed in 9 milliseconds