HomeSort by relevance Sort by last modified time
    Searched defs:ARRAY_LEN (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/test/
util.h 18 #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0]))
  /ndk/sources/android/support/tests/minitest/
minitest.h 502 #define ARRAY_LEN(x) (sizeof(x) / sizeof((x)[0]))

Completed in 213 milliseconds