Home
last modified time | relevance | path

Searched +defs:py +defs:unit (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.cpp325 int py = (w + d + h) - (x + y + z + 1); in writeImage() local
356 int py = (w + d + h) - (x + y + z + 1); in writeImage() local
433 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTa… in writeFloat()
440 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValue… in writeInteger()
517 …ueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSample… in writeValueInfo()
/external/toybox/toys/pending/
Dfdisk.c770 unsigned long unit = (disp_unit_cyl && (g_heads * g_sectors))? g_heads * g_sectors : 1; in ask_value() local
1223 struct partition *px, *py, temp, *pj, *pjj, tmp; in fix_order() local