| /freebsd-14.2/contrib/gdtoa/ |
| H A D | strtorx.c | 58 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k; in ULtox() 60 ULtox(UShort *L, ULong *bits, Long exp, int k) 76 L[_4] = (UShort)bits[0]; 77 L[_3] = (UShort)(bits[0] >> 16); 78 L[_2] = (UShort)bits[1]; 79 L[_1] = (UShort)(bits[1] >> 16); 84 L[_4] = (UShort)bits[0]; 85 L[_3] = (UShort)(bits[0] >> 16); 86 L[_2] = (UShort)bits[1]; 87 L[_1] = (UShort)((bits[1] >> 16) | (3 << 14)); [all …]
|
| H A D | strtopx.c | 65 UShort *L = (UShort*)V; 87 L[_4] = (UShort)bits[0]; 88 L[_3] = (UShort)(bits[0] >> 16); 89 L[_2] = (UShort)bits[1]; 90 L[_1] = (UShort)(bits[1] >> 16);
|
| H A D | strtoIx.c | 45 UShort *L = (UShort *)a, *M = (UShort *)b;
|
| H A D | g_xfmt.c | 64 UShort *L; 77 L = (UShort *)V;
|
| H A D | gdtoa.h | 44 #ifndef UShort 45 typedef unsigned short UShort; typedef
|
| H A D | gdtoaimp.h | 603 extern void ULtox ANSI((UShort*, ULong*, Long, int));
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_entry.c | 434 ptr->num_Booleans = UShort(BOOLCOUNT + ext_bool_count); in _nc_read_termtype() 435 ptr->num_Numbers = UShort(NUMCOUNT + ext_num_count); in _nc_read_termtype() 436 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype() 454 if ((ptr->ext_Booleans = UShort(ext_bool_count)) != 0) { in _nc_read_termtype() 464 if ((ptr->ext_Numbers = UShort(ext_num_count)) != 0) { in _nc_read_termtype() 495 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
|
| H A D | alloc_ttype.c | 140 to->ext_Booleans = UShort(ext_Booleans); in realign_data() 158 to->ext_Numbers = UShort(ext_Numbers); in realign_data() 176 to->ext_Strings = UShort(ext_Strings); in realign_data()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>; 447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>; 454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>; 484 foreach Type = [Char, UChar, Short, UShort, 511 UShort, Int, UInt, Long, ULong] in { 513 UShort, Int, UInt, Long, ULong] in { 855 …def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>], Attr.Pu… 869 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, AS>]>; 1217 [Short, UShort], [UShort, UShort], 1231 [Short, UShort], [UShort, UShort], [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Value.h | 81 X(unsigned short, UShort) \
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 386 case BuiltinType::UShort: in matchesType() 433 case BuiltinType::UShort: in matchesType() 496 case BuiltinType::UShort: in matchesType()
|
| H A D | ScanfFormatString.cpp | 477 case BuiltinType::UShort: in fixType()
|
| H A D | ItaniumMangle.cpp | 3120 if (mangleSubstitution(BuiltinType::UShort)) in mangleType() 3123 addSubstitution(BuiltinType::UShort); in mangleType() 3163 case BuiltinType::UShort: in mangleType() 3774 case BuiltinType::UShort: in mangleNeonVectorType() 3788 case BuiltinType::UShort: EltName = "uint16_t"; break; in mangleNeonVectorType() 3835 case BuiltinType::UShort: in mangleAArch64VectorBase() 3874 case BuiltinType::UShort: in mangleAArch64NeonVectorType() 3947 case BuiltinType::UShort: in mangleAArch64FixedSveVectorType() 4021 case BuiltinType::UShort: in mangleRISCVFixedRVVVectorType()
|
| H A D | NSAPI.cpp | 404 case BuiltinType::UShort: in getNSNumberFactoryMethodKind()
|
| H A D | TypeLoc.cpp | 353 case BuiltinType::UShort: in getWrittenTypeSpec()
|
| H A D | PrintfFormatString.cpp | 832 case BuiltinType::UShort: in fixType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 159 unsigned short UShort(unsigned short fail_value = 0) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 41 case BuiltinType::UShort: in TypeIdxFromBuiltin()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 133 case BuiltinType::UShort: in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 357 case BuiltinType::UShort: in ConvertType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 491 return m_scalar.UShort(fail_value); in GetAsUInt16()
|
| H A D | Scalar.cpp | 315 unsigned short Scalar::UShort(unsigned short fail_value) const { in UShort() function in Scalar
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 490 case BuiltinType::UShort: in appendBuiltinType()
|
| H A D | AArch64.cpp | 215 case BuiltinType::UShort: in coerceIllegalVector()
|