Home
last modified time | relevance | path

Searched refs:countof (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
Dutil.h32 size_t countof(T (&)[N]) { in countof() function
DInterceptorRelay.cpp55 if (poll(fds, countof(fds), kPollTimeout.count()) < 0) { in relayMessages()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dsetup.hpp810 constexpr std::size_t countof(T const (&)[N]) in countof() function
815 # define GLM_COUNTOF(arr) glm::countof(arr)
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp136 unsigned countof(T (&rgt)[N]) { in countof() function