Home
last modified time | relevance | path

Searched refs:tds (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/cmake/modules/
DLLVMProcessSources.cmake23 file(GLOB tds *.td)
24 if( tds )
25 source_group("TableGen descriptions" FILES ${tds})
26 set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON)
27 list(APPEND ${srcs} ${tds})
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMProcessSources.cmake22 file(GLOB tds *.td)
23 if( tds )
24 source_group("TableGen descriptions" FILES ${tds})
25 set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON)
26 list(APPEND ${srcs} ${tds})
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DLLVMProcessSources.cmake23 file(GLOB tds *.td)
24 if( tds )
25 source_group("TableGen descriptions" FILES ${tds})
26 set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON)
27 list(APPEND ${srcs} ${tds})
/external/clang/cmake/modules/
DAddClang.cmake65 file( GLOB_RECURSE tds
68 source_group("TableGen descriptions" FILES ${tds})
69 set_source_files_properties(${tds}} PROPERTIES HEADER_FILE_ONLY ON)
71 if(headers OR tds)
72 set(srcs ${headers} ${tds})
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c333 unsigned tds = NVC0_TILE_SHIFT_Z(mt->level[l].tile_mode); in nvc0_mt_zslice_offset() local
343 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; in nvc0_mt_zslice_offset()
345 return (z & (1 << (tds - 1))) * stride_2d + (z >> tds) * stride_3d; in nvc0_mt_zslice_offset()
/external/llvm/test/Transforms/IndVarSimplify/
Duglygep.ll11 @tds = external global double** ; <double***> [#uses=1]
30 %tmp = load double**, double*** @tds, align 8 ; <double**> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Duglygep.ll11 @tds = external global double** ; <double***> [#uses=1]
30 %tmp = load double*** @tds, align 8 ; <double**> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Duglygep.ll11 @tds = external global double** ; <double***> [#uses=1]
32 %tmp = load double**, double*** @tds, align 8 ; <double**> [#uses=1]
/external/u-boot/drivers/usb/host/
Dehci-hcd.c1176 struct qTD *tds; member
1277 result->tds = memalign(USB_DMA_MINALIGN, in _ehci_create_int_queue()
1279 if (!result->tds) { in _ehci_create_int_queue()
1284 memset(result->tds, 0, sizeof(struct qTD) * queuesize); in _ehci_create_int_queue()
1290 struct qTD *td = result->tds + i; in _ehci_create_int_queue()
1345 flush_dcache_range((unsigned long)result->tds, in _ehci_create_int_queue()
1346 ALIGN_END_ADDR(struct qTD, result->tds, in _ehci_create_int_queue()
1375 if (result->tds) in _ehci_create_int_queue()
1376 free(result->tds); in _ehci_create_int_queue()
1400 cur_td = &queue->tds[queue->current - queue->first]; in _ehci_poll_int_queue()
[all …]
Dohci.h370 td_t tds[NUM_TD] __aligned(TD_ALIGNMENT);
Dohci-hcd.c227 if (ohci_dev->tds[i].usb_dev == NULL) in td_alloc()
229 td = &ohci_dev->tds[i]; in td_alloc()
/external/jsoncpp/devtools/
Dbatchbuild.py203 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/
Dnv50_miptree.c449 unsigned tds = NV50_TILE_SHIFT_Z(mt->level[l].tile_mode); in nv50_mt_zslice_offset() local
459 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; in nv50_mt_zslice_offset()
461 return (z & ((1 << tds) - 1)) * stride_2d + (z >> tds) * stride_3d; in nv50_mt_zslice_offset()
/external/freetype/builds/compiler/
Dbcc-dev.mk83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
Dbcc.mk83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
/external/clang/test/Modules/
DExtDebugInfo.cpp47 TypedefStruct tds; variable
DExtDebugInfo.m28 TypedefStruct tds;
/external/zlib/src/win32/
DMakefile.bor108 -del *.tds
/external/clang/test/SemaCXX/
Dattr-deprecated.cpp257 TDS tds; // expected-warning {{'TDS' is deprecated}} variable
/external/zlib/src/contrib/pascal/
Dzlibd32.mak96 -del *.tds
/external/zlib/src/contrib/delphi/
Dzlibd32.mak96 -del *.tds
/external/libpng/scripts/
Dmakefile.bc32155 -del *.tds
/external/epid-sdk/
Dconfigure1987 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
2055 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
2164 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/external/fdlibm/
Dconfigure1637 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1726 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1776 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
/external/ltp/utils/ffsb-6.0-rc2/
Dconfigure2740 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) …
2765 … *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2870 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) …
2925 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;

123