HomeSort by relevance Sort by last modified time
    Searched refs:countof (Results 1 - 6 of 6) sorted by null

  /system/nvram/core/tests/
fake_storage.cpp 22 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
97 for (size_t i = 0; i < countof(g_spaces); ++i) {
115 for (size_t i = 0; i < countof(g_spaces); ++i) {
160 for (size_t i = 0; i < countof(g_spaces); ++i) {
  /system/nvram/client/
nvram_client.c 25 #define countof(array) (sizeof(array) / sizeof((array)[0])) macro
53 for (size_t i = 0; i < countof(kStatusStringTable); ++i) {
78 for (size_t i = 0; i < countof(kControlNameTable); ++i) {
91 for (size_t i = 0; i < countof(kControlNameTable); ++i) {
373 for (size_t i = 0; i < countof(kCommandHandlers); ++i) {
381 for (size_t i = 0; i < countof(kCommandHandlers); ++i) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 102 countof(const T (&)[N])
111 countof(const T * const begin, const T * const end) function in namespace:__anon111769
    [all...]
  /external/libcxx/src/
locale.cpp 102 countof(const T (&)[N])
111 countof(const T * const begin, const T * const end) function in namespace:__anon23071
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
locale.cpp 99 countof(const T (&)[N])
108 countof(const T * const begin, const T * const end) function in namespace:__anon112157
    [all...]
  /external/valgrind/perf/
tinycc.c 2626 #define countof macro
    [all...]

Completed in 1993 milliseconds