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

  /external/clang/test/Modules/
ExtDebugInfo.cpp 47 TypedefStruct tds; variable
  /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/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/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/u-boot/drivers/usb/host/
ehci-hcd.c 387 printf("unable to allocate TDs\n");
566 /* Wait for TDs to be processed. */
1176 struct qTD *tds; member in struct:int_queue
    [all...]

Completed in 512 milliseconds