OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countof
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
encoder.cpp
90
#define
countof
(a) (sizeof(a)/sizeof(a[0]))
macro
145
assert(
countof
(map_of_regno_2_regname) == n_reg + 1);
146
assert(
countof
(map_of_alu_opcode_2_mnemonic) == n_alu);
147
assert(
countof
(map_of_shift_opcode_2_mnemonic) == n_shift);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp
92
countof
(const T (&)[N])
101
countof
(const T * const begin, const T * const end)
function in namespace:__anon33117
[
all
...]
/external/valgrind/main/perf/
tinycc.c
2626
#define
countof
macro
[
all
...]
Completed in 86 milliseconds