HomeSort by: relevance | last modified time | path
    Searched refs:DTB (Results 1 - 5 of 5) sorted by relevancy

  /src/share/mk/
bsd.dtb.mk 1 # $NetBSD: bsd.dtb.mk,v 1.7 2026/01/09 18:43:39 skrll Exp $
17 .PHONY: dtbinstall dtblist dtb
19 realall: dtb
45 DTBSCMD_${_d}:= ${MAKE} -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v ${_d:S/.dtb/-dtbs/}
53 .SUFFIXES: .dtb .dts .dtbo .dtso
55 .dts.dtb:
58 ${TOOL_DTC} ${DTSPATH:@v@-i ${v}@} -I dts -O dtb \
64 ${TOOL_DTC} ${DTSPATH:@v@-i ${v}@} -I dts -O dtb \
70 DTB= ${DTSBASE:.dts=.dtb} ${DTOVERLAYS:.dtso=.dtbo
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 2032 for (auto *DTB = (*DT)[NarrowUserBB]->getIDom();
2033 L->contains(DTB->getBlock());
2034 DTB = DTB->getIDom()) {
2035 auto *BB = DTB->getBlock();
  /src/external/gpl3/gdb.old/dist/sim/moxie/
interp.c 1332 load_dtb (sd, DTB);
  /src/external/gpl3/gdb/dist/sim/moxie/
interp.c 1332 load_dtb (sd, DTB);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 71 struct DTB {
82 struct DTB DerivedToBase;

Completed in 21 milliseconds