Searched refs:has_s (Results 1 – 2 of 2) sorted by relevance
243 has_s = "_S" in format_id259 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"
961 bool has_s = false; in checkFormatSpecifiers() local985 if (has_s) { in checkFormatSpecifiers()989 has_s = true; in checkFormatSpecifiers()