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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMathTable.h 14 @def NUM_ENTRIES
17 #define NUM_ENTRIES 1024
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 79 #define NUM_ENTRIES 50
90 union tile_address tile_addrs[NUM_ENTRIES];
91 struct softpipe_cached_tile *entries[NUM_ENTRIES];
  /toolchain/binutils/binutils-2.25/bfd/
peicode.h 727 #ifndef NUM_ENTRIES
728 #define NUM_ENTRIES(a) (sizeof (a) / sizeof (a)[0])
940 for (i = NUM_ENTRIES (jtab); i--;)
    [all...]

Completed in 1282 milliseconds