Home
last modified time | relevance | path

Searched defs:ARRAY_LENGTH (Results 1 – 24 of 24) sorted by relevance

/third_party/mbedtls/tests/include/test/
Dmacros.h215 #define ARRAY_LENGTH( array ) \ macro
222 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array ) macro
/third_party/libinput/src/
Dutil-macros.h30 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) macro
/third_party/libevdev/libevdev/
Dlibevdev-util.h15 #define ARRAY_LENGTH(a) (sizeof(a) / (sizeof((a)[0]))) macro
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dlayout.cpp32 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) macro
Dgnomelayout.cpp37 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) macro
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dlayout.cpp32 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) macro
Dgnomelayout.cpp37 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) macro
/third_party/icu/icu4c/source/samples/layout/
Dlayout.cpp32 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) macro
Dgnomelayout.cpp37 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) macro
/third_party/mbedtls/library/
Dpsa_crypto_slot_management.c44 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) macro
Dsha512.c528 #define ARRAY_LENGTH( a ) ( sizeof( a ) / sizeof( ( a )[0] ) ) macro
Dpsa_crypto.c88 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) macro
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c10 #define ARRAY_LENGTH 10000 macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DLongNameHandler.java33 private static final int ARRAY_LENGTH = StandardPlural.COUNT + 2; field in LongNameHandler
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_longnames.cpp26 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 2; variable
/third_party/qrcodegen/c/
Dqrcodegen-test.c38 #define ARRAY_LENGTH(name) (sizeof(name) / sizeof(name[0])) macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh555 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; } in ARRAY_LENGTH() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLongNameHandler.java42 static final int ARRAY_LENGTH = StandardPlural.COUNT + i++; field in LongNameHandler
/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp28 #define ARRAY_LENGTH(array) UPRV_LENGTHOF(array) macro
/third_party/icu/icu4c/source/i18n/
Dnumber_longnames.cpp49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_longnames.cpp49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_longnames.cpp49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3; variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh771 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; } in ARRAY_LENGTH() function
/third_party/harfbuzz/src/
Dhb-algs.hh758 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; } in ARRAY_LENGTH() function