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:ARRAY_SIZE
(Results
1 - 25
of
82
) sorted by relevance
1
2
3
4
/third_party/alsa-utils/alsamixer/
H
A
D
utils.h
4
#define
ARRAY_SIZE
(a) (sizeof(a) / sizeof *(a))
macro
/third_party/alsa-utils/axfer/
H
A
D
misc.h
14
#define
ARRAY_SIZE
(array) (sizeof(array)/sizeof(array[0]))
macro
/third_party/mesa3d/src/freedreno/decode/
H
A
D
buffers.h
40
#define
ARRAY_SIZE
(arr) (sizeof(arr) / sizeof((arr)[0]))
macro
/third_party/libdrm/tests/util/
H
A
D
common.h
30
#define
ARRAY_SIZE
(a) (sizeof(a) / sizeof((a)[0]))
macro
/third_party/skia/third_party/externals/spirv-tools/source/
H
A
D
macro.h
23
#define
ARRAY_SIZE
(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0])))
macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H
A
D
macro.h
23
#define
ARRAY_SIZE
(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0])))
macro
/third_party/spirv-tools/source/
H
A
D
macro.h
23
#define
ARRAY_SIZE
(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0])))
macro
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H
A
D
es31cProgramInterfaceQueryTests.hpp
29
#define
ARRAY_SIZE
(OBJ) (sizeof(OBJ) / sizeof(OBJ)[0])
macro
/third_party/vixl/test/
H
A
D
test-utils.h
32
#define
ARRAY_SIZE
(array) (sizeof(array) / sizeof((array)[0]))
macro
/third_party/jerryscript/tests/unit-ext/
H
A
D
test-common.h
21
#define
ARRAY_SIZE
(array) ((unsigned long) (sizeof (array) / sizeof ((array)[0])))
macro
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H
A
D
percpu.h
6
#define
ARRAY_SIZE
(x) (sizeof(x) / sizeof(*(x)))
macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H
A
D
percpu.h
6
#define
ARRAY_SIZE
(x) (sizeof(x) / sizeof(*(x)))
macro
/third_party/alsa-utils/iecset/
H
A
D
iecbits.c
65
#define
ARRAY_SIZE
(x) (int)(sizeof(x)/sizeof(x[0]))
macro
/third_party/icu/icu4c/source/samples/layout/
H
A
D
arraymem.h
15
#define
ARRAY_SIZE
(array) (sizeof array / sizeof array[0])
macro
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
arraymem.h
15
#define
ARRAY_SIZE
(array) (sizeof array / sizeof array[0])
macro
/third_party/libbpf/include/linux/
H
A
D
kernel.h
41
#define
ARRAY_SIZE
(arr) (sizeof(arr) / sizeof((arr)[0]))
macro
/third_party/ltp/testcases/open_posix_testsuite/include/
H
A
D
posixtest.h
20
#define
ARRAY_SIZE
(arr) (sizeof(arr) / sizeof(arr[0]))
macro
/third_party/icu/icu4c/source/test/letest/
H
A
D
letest.h
32
#define
ARRAY_SIZE
(array) (sizeof array / sizeof array[0])
macro
/third_party/libunwind/libunwind/include/
H
A
D
compiler.h
68
#define
ARRAY_SIZE
(a) (sizeof (a) / sizeof ((a)[0]))
macro
/third_party/vixl/examples/aarch64/
H
A
D
sum-array.cc
32
#define
ARRAY_SIZE
(Array) (sizeof(Array) / sizeof((Array)[0]))
macro
/third_party/alsa-utils/alsactl/
H
A
D
alsactl.h
92
#define
ARRAY_SIZE
(a) (sizeof (a) / sizeof (a)[0])
macro
/third_party/alsa-utils/topology/
H
A
D
pre-processor.h
26
#define
ARRAY_SIZE
(a) (sizeof (a) / sizeof (a)[0])
macro
/third_party/alsa-utils/topology/nhlt/intel/
H
A
D
intel-nhlt.h
31
#define
ARRAY_SIZE
(a) (sizeof (a) / sizeof (a)[0])
macro
/third_party/ltp/include/
H
A
D
tst_common.h
17
# define
ARRAY_SIZE
(arr) (sizeof(arr) / sizeof((arr)[0]))
macro
/third_party/libdrm/tests/tegra/
H
A
D
vic-clear.c
36
#define
ARRAY_SIZE
(a) (sizeof(a) / sizeof((a)[0]))
macro
Completed in 7 milliseconds
1
2
3
4