HomeSort by relevance Sort by last modified time
    Searched refs:MCS (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.cpp 103 HexagonMCShuffler MCS(MCII, STI, MCB);
124 if (!MCS.reshuffleTo(MCB)) {
126 unsigned shuffleError = MCS.getError();
179 HexagonMCShuffler MCS(MCII, STI, Attempt); // copy packet to the shuffler
180 if (MCS.size() == 1) { // case of one duplex
182 MCS.copyTo(MCB);
186 doneShuffling = MCS.reshuffleTo(MCB);
187 shuffleError = MCS.getError();
194 HexagonMCShuffler MCS(MCII, STI, MCB);
195 doneShuffling = MCS.reshuffleTo(MCB); // shuffl
    [all...]
HexagonMCChecker.cpp 507 HexagonMCShuffler MCS(MCII, STI, MCB);
508 if (!MCS.check()) {
509 if (MCS.getError() == HexagonShuffler::SHUFFLE_ERROR_BRANCHES) {
511 errInfo.setShuffleError(MCS.getError());
  /hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h 176 /* Contains MCS related stats */
251 /*Tx MCS and data rate ralated stats */
358 u16 mcs; member in union:__anon52579
359 } MCS;
362 MCS RxMCS;
wifilogger_diag.cpp 1316 MCS mcs; local
1489 MCS *mcs = &info->aggr_stats.RxMCS; local
1546 MCS mcs; local
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 50 u16 MCS; // modulation and bandwidth
  /external/selinux/python/sepolicy/sepolicy/
manpage.py 984 .SH "MCS Constrained"
985 The SELinux process type %(type)s_t is an MCS (Multi Category Security) constrained type. Sometimes this separation is referred to as sVirt. These types are usually used for securing multi-tenant environments, such as virtualization, containers or separation of users. The tools used to launch MCS types, pick out a different MCS label for each process group.
987 For example one process might be launched with %(type)s_t:s0:c1,c2, and another process launched with %(type)s_t:s0:c3,c4. The SELinux kernel only allows these processes can only write to content with a matching MCS label, or a MCS Label of s0. A process running with the MCS level of s0:c1,c2 is not allowed to write to content with the MCS label of s0:c3,c4
    [all...]

Completed in 149 milliseconds