| /src/sys/altq/ |
| altq_cdnr.c | 1082 struct tce_stats tce, *usp; local 1105 (void)memset(&tce, 0, sizeof(tce)); 1106 tce.tce_handle = cb->cb_handle; 1107 tce.tce_type = cb->cb_type; 1111 tce.tce_cnts[0] = tbm->in_cnt; 1112 tce.tce_cnts[1] = tbm->out_cnt; 1116 tce.tce_cnts[0] = tcm->green_cnt; 1117 tce.tce_cnts[1] = tcm->yellow_cnt; 1118 tce.tce_cnts[2] = tcm->red_cnt [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 71 case tce: return "tce"; 309 .Case("tce", tce) 446 .Case("tce", Triple::tce) 735 case Triple::tce: 1301 case llvm::Triple::tce: 1386 case Triple::tce: 1431 case Triple::tce [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 79 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType 80 tcele, // TCE little endian (http://tce.cs.tut.fi/): tcele
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Targets.cpp | 36 #include "Targets/TCE.h" 480 case llvm::Triple::tce:
|
| /src/external/bsd/ppp/dist/pppd/ |
| eap.c | 451 struct t_confent *tce, mytce; local 558 tce = &mytce; 559 } else if ((tce = gettcid(id)) != NULL) { 581 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-codegen.cc | 2186 tree tce = build_expr (ce->e1); local 2187 saved_args = compound_expr (saved_args, tce);
|
| /src/sys/dev/pci/ |
| mpiireg.h | 685 struct mpii_fw_tce tce; member in struct:mpii_msg_fwupload_request
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| TargetLibraryInfo.cpp | 207 // iprintf and friends are only available on XCore, TCE, and Emscripten. 208 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce &&
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| Driver.cpp | 46 #include "ToolChains/TCE.h" 488 if (Target.getArch() == llvm::Triple::tce || 5335 case llvm::Triple::tce:
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| TargetInfo.cpp | 8197 // TCE ABI Implementation (see http://tce.cs.tut.fi). Uses mostly the defaults. 11134 case llvm::Triple::tce:
|