Home
last modified time | relevance | path

Searched defs:countof (Results 1 - 6 of 6) sorted by relevance

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

Completed in 30 milliseconds