Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/
HDclone.c402 struct snd_clone_entry *ce, *tce; in snd_clone_gc() local
429 TAILQ_FOREACH_REVERSE_SAFE(ce, &c->head, link_head, link, tce) { in snd_clone_gc()
613 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; in snd_clone_alloc() local
637 tce = NULL; /* Last "t"ry candidate */ in snd_clone_alloc()
695 else if (tce == NULL || timespeccmp(&ce->tsp, &tce->tsp, <)) in snd_clone_alloc()
696 tce = ce; in snd_clone_alloc()
721 if (tce != NULL) { in snd_clone_alloc()
722 ce = tce; in snd_clone_alloc()
755 } else if (tce != NULL) { in snd_clone_alloc()
756 ce = tce; in snd_clone_alloc()
/NextBSD/sys/net/altq/
HDaltq_cdnr.c1130 struct tce_stats tce, *usp; local
1153 bzero(&tce, sizeof(tce));
1154 tce.tce_handle = cb->cb_handle;
1155 tce.tce_type = cb->cb_type;
1159 tce.tce_cnts[0] = tbm->in_cnt;
1160 tce.tce_cnts[1] = tbm->out_cnt;
1164 tce.tce_cnts[0] = tcm->green_cnt;
1165 tce.tce_cnts[1] = tcm->yellow_cnt;
1166 tce.tce_cnts[2] = tcm->red_cnt;
1170 tce.tce_cnts[0] = tsw->green_cnt;
[all …]
/NextBSD/sys/powerpc/pseries/
HDplpar_iommu.c169 uint64_t tce; in phyp_iommu_map() local
193 tce = trunc_page(segs[i].ds_addr); in phyp_iommu_map()
194 tce |= 0x3; /* read/write */ in phyp_iommu_map()
197 alloced + j, tce + j); in phyp_iommu_map()
/NextBSD/contrib/dtc/
HDTODO6 * generating reserve entries from tce, rtas etc. properties
/NextBSD/contrib/llvm/lib/Support/
HDTriple.cpp45 case tce: return "tce"; in getArchTypeName()
244 .Case("tce", tce) in getArchTypeForLLVMName()
355 .Case("tce", Triple::tce) in parseArch()
1010 case llvm::Triple::tce: in getArchPointerBitWidth()
1088 case Triple::tce: in get32BitArchVariant()
1123 case Triple::tce: in get64BitArchVariant()
1211 case Triple::tce: in getBigEndianArchVariant()
1233 case Triple::tce: in getLittleEndianArchVariant()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDTriple.h70 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp106 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) { in initialize()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargets.cpp7273 case llvm::Triple::tce: in AllocateTarget()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp7200 case llvm::Triple::tce: in getTargetCodeGenInfo()
/NextBSD/contrib/binutils/ld/
HDChangeLog-91973665 Doc note from pierre@phi.la.tce.com (Pierre Willard):
/NextBSD/crypto/openssl/
HDCHANGES8098 [Steve Henson, pointed out by Yost William <YostW@tce.com>]