/aosp_15_r20/external/trusty/lk/include/shared/lk/ |
D | compiler.h | 169 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 D | util.h | 32 size_t countof(T (&)[N]) { in countof() function
|
/aosp_15_r20/external/trusty/lk/app/tests/ |
D | float_print_host.c | 3 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
|
D | float_test_vec.c | 71 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
|
/aosp_15_r20/external/openscreen/util/ |
H A D | std_util.h | 24 constexpr size_t countof(T (&array)[N]) { in countof() function
|
/aosp_15_r20/system/core/trusty/confirmationui/ |
H A D | TrustyApp.cpp | 25 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/aosp_15_r20/system/core/trusty/confirmationui/fuzz/ |
H A D | msg_fuzzer.cpp | 33 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/aosp_15_r20/device/generic/trusty/secure_dpu/ |
D | EmulatorDPUHandler.cpp | 31 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Utils.h | 83 constexpr size_t countof(T (&)[N]) { in countof() function
|
/aosp_15_r20/tools/security/fuzzing/orphans/widevine/trusty/ |
H A D | dispatch_fuzzer.cpp | 31 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/aosp_15_r20/system/nvram/core/tests/ |
H A D | fake_storage.cpp | 22 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
|
/aosp_15_r20/system/core/trusty/utils/rpmb_dev/ |
H A D | rpmb_dev.c | 286 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/aosp_15_r20/system/nvram/client/ |
H A D | nvram_client.c | 25 #define countof(array) (sizeof(array) / sizeof((array)[0])) macro
|
/aosp_15_r20/art/tools/jfuzz/ |
H A D | jfuzz.cc | 79 constexpr uint32_t countof(T const (&)[N]) { in countof() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1343 static constexpr size_t countof(T const (&)[N]) { in countof() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1343 static constexpr size_t countof(T const (&)[N]) { in countof() function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | setup.hpp | 810 constexpr std::size_t countof(T const (&)[N]) in countof() function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | setup.hpp | 810 constexpr std::size_t countof(T const (&)[N]) in countof() function
|
/aosp_15_r20/external/trusty/musl/ldso/ |
D | dynlink.c | 34 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
|
/aosp_15_r20/external/musl/ldso/ |
H A D | dynlink.c | 51 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
|
/aosp_15_r20/external/libcxx/src/ |
H A D | locale.cpp | 119 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 D | locale.cpp | 96 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/ |
D | halutil.cpp | 136 unsigned countof(T (&rgt)[N]) { in countof() function
|