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

  /frameworks/native/cmds/flatland/
Flatland.h 26 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 150 #ifndef NELEMS
156 #define NELEMS(array) (sizeof(array) / sizeof(array[0]))
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 38 #define NELEMS(x) (sizeof(x) / sizeof((x)[0]))
105 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
121 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));

Completed in 882 milliseconds