Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dsetup.hpp810 constexpr std::size_t countof(T const (&)[N]) in countof() function
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c38 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c38 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
/third_party/musl/ldso/
Ddynlink.c38 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c66 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro