Home
last modified time | relevance | path

Searched defs:TILE (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dconfigure.ac182 AC_DEFINE([TILE], 1, [Define for the Tile architecture]) definition
/external/libffi/
Dconfigure.ac337 AM_CONDITIONAL(TILE, test x$TARGET = xTILE) condition
/external/skqp/bench/
DInterpBench.cpp16 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16) macro
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac338 AM_CONDITIONAL(TILE, test x$TARGET = xTILE) condition
/external/skia/bench/
DInterpBench.cpp16 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16) macro