HomeSort by relevance Sort by last modified time
    Searched defs:RSS (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaCoroutine.cpp 250 ReadySuspendResumeResult RSS = buildCoawaitCalls(*this, Loc, E);
251 if (RSS.IsInvalid)
254 Expr *Res = new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1],
255 RSS.Results[2]);
317 ReadySuspendResumeResult RSS = buildCoawaitCalls(*this, Loc, E);
318 if (RSS.IsInvalid)
321 Expr *Res = new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1],
322 RSS.Results[2])
    [all...]
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 157 #define RSS "Rss:"
197 if (!strstr(line, RSS)) {
204 value = line + strlen(RSS);
206 printf("Unable to parse smaps entry for Rss\n");
  /tools/loganalysis/src/com/android/loganalysis/item/
ProcrankItem.java 43 public static final String RSS = "RSS";
58 public ProcrankValue(String processName, int vss, int rss, int pss, int uss) {
61 mRss = rss;
76 * @param rss The RSS in KB
80 public void addProcrankLine(int pid, String processName, int vss, int rss, int pss, int uss) {
81 mProcrankLines.put(pid, new ProcrankValue(processName, vss, rss, pss, uss));
114 * Get the RSS for a given PID.
190 line.put(RSS, procrankValue.mRss)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 274 int RSS = RevMap[SS][j];
275 const TargetRegisterClass *RC = LS->getIntervalRegClass(RSS);
287 if (!AllMemRefsCanBeUnfolded(RSS)) {
291 DEBUG(dbgs() << "Assigning fi#" << RSS << " to "
294 SlotMapping[RSS] = Reg;
295 SlotIsReg.set(RSS);

Completed in 82 milliseconds