Home
last modified time | relevance | path

Searched defs:countof (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/shared/lk/
Dcompiler.h169 constexpr inline size_t countof(const T (&array)[N]) { return N; } in countof() function
173 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
/aosp_15_r20/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
H A Dutil.h32 size_t countof(T (&)[N]) { in countof() function
/aosp_15_r20/external/trusty/lk/app/tests/
Dfloat_print_host.c3 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
Dfloat_test_vec.c71 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
/aosp_15_r20/external/openscreen/util/
H A Dstd_util.h24 constexpr size_t countof(T (&array)[N]) { in countof() function
/aosp_15_r20/system/core/trusty/confirmationui/
H A DTrustyApp.cpp25 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp_15_r20/system/core/trusty/confirmationui/fuzz/
H A Dmsg_fuzzer.cpp33 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp_15_r20/device/generic/trusty/secure_dpu/
DEmulatorDPUHandler.cpp31 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp_15_r20/frameworks/native/libs/binder/
H A DUtils.h83 constexpr size_t countof(T (&)[N]) { in countof() function
/aosp_15_r20/tools/security/fuzzing/orphans/widevine/trusty/
H A Ddispatch_fuzzer.cpp31 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp_15_r20/system/nvram/core/tests/
H A Dfake_storage.cpp22 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
/aosp_15_r20/system/core/trusty/utils/rpmb_dev/
H A Drpmb_dev.c286 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp_15_r20/system/nvram/client/
H A Dnvram_client.c25 #define countof(array) (sizeof(array) / sizeof((array)[0])) macro
/aosp_15_r20/art/tools/jfuzz/
H A Djfuzz.cc79 constexpr uint32_t countof(T const (&)[N]) { in countof() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc1343 static constexpr size_t countof(T const (&)[N]) { in countof() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc1343 static constexpr size_t countof(T const (&)[N]) { in countof() function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dsetup.hpp810 constexpr std::size_t countof(T const (&)[N]) in countof() function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dsetup.hpp810 constexpr std::size_t countof(T const (&)[N]) in countof() function
/aosp_15_r20/external/trusty/musl/ldso/
Ddynlink.c34 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
/aosp_15_r20/external/musl/ldso/
H A Ddynlink.c51 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
/aosp_15_r20/external/libcxx/src/
H A Dlocale.cpp119 countof(const T (&)[N]) in countof() function
128 countof(const T * const begin, const T * const end) in countof() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dlocale.cpp96 inline constexpr size_t countof(const T (&)[N]) { in countof() function
101 inline constexpr size_t countof(const T* const begin, const T* const end) { in countof() function
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp136 unsigned countof(T (&rgt)[N]) { in countof() function