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

  /frameworks/native/cmds/flatland/
Flatland.h 26 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /frameworks/av/media/img_utils/include/img_utils/
DngUtils.h 33 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-dis.c 28 #define NELEMS(a) ((int) (sizeof (a) / sizeof (a[0])))
147 for (j = 0; j < NELEMS (idesc->operands) && idesc->operands[j]; ++j)
ia64-gen.c 68 #define NELEMS(a) (sizeof (a) / sizeof ((a)[0]))
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 228 #define NELEMS(X) (sizeof(X) / sizeof(X[0]))
  /frameworks/native/cmds/lshal/
test.cpp 34 #define NELEMS(array) static_cast<int>(sizeof(array) / sizeof(array[0]))
  /toolchain/binutils/binutils-2.27/bfd/
cpu-ia64-opc.c 32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0])))
86 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
105 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
170 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
191 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
elfxx-ia64.c 63 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0])))
207 for (i = 0; i < NELEMS (ia64_howto_table); ++i)
214 if (i >= NELEMS (ia64_howto_table))
elf32-tilepro.c 934 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0])))
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 44 #define NELEMS(x) (sizeof(ArraySizeHelper(x)))
121 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
129 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.c 59 #define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0])))
    [all...]

Completed in 416 milliseconds