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

  /external/libvorbis/test/
util.h 18 #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0]))
  /external/harfbuzz/src/
harfbuzz-impl.h 68 #define ARRAY_LEN(Array) ((int)(sizeof (Array) / sizeof (Array)[0]))
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 72 #define ARRAY_LEN(Array) ((int)(sizeof (Array) / sizeof (Array)[0]))

Completed in 79 milliseconds