Home
last modified time | relevance | path

Searched refs:tce (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_cdnr.c1082 struct tce_stats tce, *usp; in cdnrcmd_get_stats() local
1105 (void)memset(&tce, 0, sizeof(tce)); in cdnrcmd_get_stats()
1106 tce.tce_handle = cb->cb_handle; in cdnrcmd_get_stats()
1107 tce.tce_type = cb->cb_type; in cdnrcmd_get_stats()
1111 tce.tce_cnts[0] = tbm->in_cnt; in cdnrcmd_get_stats()
1112 tce.tce_cnts[1] = tbm->out_cnt; in cdnrcmd_get_stats()
1116 tce.tce_cnts[0] = tcm->green_cnt; in cdnrcmd_get_stats()
1117 tce.tce_cnts[1] = tcm->yellow_cnt; in cdnrcmd_get_stats()
1118 tce in cdnrcmd_get_stats()
[all...]
/netbsd-src/external/gpl2/dtc/dist/
H A DTODO6 * generating reserve entries from tce, rtas etc. properties
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp71 case tce: return "tce"; in getArchTypeName()
309 .Case("tce", tce) in getArchTypeForLLVMName()
446 .Case("tce", Triple::tce) in parseArch()
735 case Triple::tce: in getDefaultFormat()
1301 case llvm::Triple::tce: in getArchPointerBitWidth()
1386 case Triple::tce: in get32BitArchVariant()
1431 case Triple::tce: in get64BitArchVariant()
1534 case Triple::tcele: T.setArch(Triple::tce); break; in getBigEndianArchVariant()
1567 case Triple::tce: T.setArch(Triple::tcele); break; in getLittleEndianArchVariant()
/netbsd-src/share/man/tools/
H A Dpgcnt46 cet | cte | ect | etc | tce | tec)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h79 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp480 case llvm::Triple::tce: in AllocateTarget()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1896 tree tce = build_expr (ce->e1); in d_build_call() local
1897 saved_args = compound_expr (saved_args, tce); in d_build_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2186 tree tce = build_expr (ce->e1); in d_build_call() local
2187 saved_args = compound_expr (saved_args, tce); in d_build_call()
/netbsd-src/sys/dev/pci/
H A Dmpiireg.h685 struct mpii_fw_tce tce; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp208 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce && in initialize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp488 if (Target.getArch() == llvm::Triple::tce || in computeTargetTriple()
5335 case llvm::Triple::tce: in getToolChain()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19912459 (Idea from pierre@la.tce.com (Pierre Willard).)
2509 (Fix from pierre@la.tce.com (Pierre Willard).)
H A DChangeLog-19923970 lines, use wrap_here. Reported by Pierre Willard (pierre@la.tce.com).
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19912459 (Idea from pierre@la.tce.com (Pierre Willard).)
2509 (Fix from pierre@la.tce.com (Pierre Willard).)
H A DChangeLog-19923970 lines, use wrap_here. Reported by Pierre Willard (pierre@la.tce.com).
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp11134 case llvm::Triple::tce: in getTargetCodeGenInfo()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-91973665 Doc note from pierre@phi.la.tce.com (Pierre Willard):
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-91973665 Doc note from pierre@phi.la.tce.com (Pierre Willard):
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES11064 [Steve Henson, pointed out by Yost William <YostW@tce.com>]