HomeSort by relevance Sort by last modified time
    Searched refs:tds (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/test/Modules/
ExtDebugInfo.cpp 47 TypedefStruct tds; variable
  /external/freetype/builds/compiler/
bcc-dev.mk 83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
bcc.mk 83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 333 unsigned tds = NVC0_TILE_SHIFT_Z(mt->level[l].tile_mode); local
343 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds;
345 return (z & (1 << (tds - 1))) * stride_2d + (z >> tds) * stride_3d;
  /external/jsoncpp/devtools/
batchbuild.py 203 tds = [ '<td>%s</td>\n' % cgi.escape( generator ) ]
222 tds.append( td )
223 tr_builds.append( '<tr>%s</tr>' % '\n'.join( tds ) )
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 449 unsigned tds = NV50_TILE_SHIFT_Z(mt->level[l].tile_mode); local
459 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds;
461 return (z & ((1 << tds) - 1)) * stride_2d + (z >> tds) * stride_3d;
  /external/zlib/src/contrib/delphi/
zlibd32.mak 96 -del *.tds
  /external/zlib/src/contrib/pascal/
zlibd32.mak 96 -del *.tds
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
zlibd32.mak 96 -del *.tds
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibd32.mak 96 -del *.tds
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 255 typedef struct TDS {
256 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated here}}
257 TDS tds; // expected-warning {{'TDS' is deprecated}} variable
258 struct TDS tds2; // no warning, attribute only applies to the typedef.
  /external/fdlibm/
configure     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /prebuilts/misc/windows/sdl2/test/
configure     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /toolchain/binutils/binutils-2.27/intl/
configure     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /external/fec/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/tcpdump/
configure     [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure     [all...]

Completed in 387 milliseconds

1 2 3