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

  /external/u-boot/arch/arm/cpu/armv7/iproc-common/
armpll.c 11 #define NELEMS(x) (sizeof(x) / sizeof(x[0]))
46 for (i = 0; i < NELEMS(armpll_clk_tab); i++) {
  /frameworks/av/media/img_utils/include/img_utils/
DngUtils.h 33 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 228 #define NELEMS(X) (sizeof(X) / sizeof(X[0]))

Completed in 428 milliseconds