Home
last modified time | relevance | path

Searched refs:has_s (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dgen_angle_format_table.py243 has_s = "_S" in format_id
259 return "Byte" if has_s else "UnsignedByte"
263 return "Int1010102" if has_s else "UnsignedInt1010102"
265 return "Int2101010" if has_s else "UnsignedInt2101010"
268 return "Short" if has_s else "UnsignedShort"
271 return "Int" if has_s else "UnsignedInt"
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc961 bool has_s = false; in checkFormatSpecifiers() local
985 if (has_s) { in checkFormatSpecifiers()
989 has_s = true; in checkFormatSpecifiers()