Home
last modified time | relevance | path

Searched defs:ARRAY_LEN (Results 1 – 8 of 8) sorted by relevance

/external/flac/microbench/
Dutil.h32 #define ARRAY_LEN(x) ((sizeof (x) / sizeof (x [0]))) macro
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DUtil.java75 private static final int ARRAY_LEN = 8192; field in Util
/external/linux-kselftest/tools/testing/selftests/openat2/
Dhelpers.h17 #define ARRAY_LEN(X) (sizeof (X) / sizeof (*(X))) macro
/external/tpm2-tss/src/tss2-tcti/
Dtcti-device.c59 #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) macro
/external/toybox/
Dtoys.h135 #define ARRAY_LEN(array) (sizeof(array)/sizeof(*array)) macro
/external/tpm2-tss/test/unit/
Dtest_tss2_rc.c15 #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) macro
/external/harfbuzz_ng/perf/
Dbenchmark-subset.cc50 static inline unsigned int ARRAY_LEN (const Type (&)[n]) { return n; } in ARRAY_LEN() function
/external/tpm2-tss/src/tss2-rc/
Dtss2_rc.c17 #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) macro