/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 588 Scalar &scalar, size_t size, in WriteScalarToMemory() 616 Scalar scalar(address); in WritePointerToMemory() local 716 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory()
|
H A D | IRInterpreter.cpp | 151 bool AssignToMatchType(lldb_private::Scalar &scalar, llvm::APInt value, in AssignToMatchType() 165 bool EvaluateValue(lldb_private::Scalar &scalar, const Value *value, in EvaluateValue() 221 bool AssignValue(const Value *value, lldb_private::Scalar scalar, in AssignValue()
|
/openbsd/regress/lib/libcrypto/curve25519/ |
H A D | x25519test.c | 93 uint8_t scalar[32] = {9}, point[32] = {9}, out[32]; in x25519_iterated_test() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 189 Scalar scalar((unsigned long long)value.first); in GetIndexAtIndex() local 192 Scalar scalar((unsigned int)value.first); in GetIndexAtIndex() local
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Value.cpp | 44 Value::Value(const Scalar &scalar) in Value() 578 Scalar scalar; in ResolveValue() local
|
H A D | ValueObjectChild.cpp | 188 Scalar scalar(m_value.GetScalar()); in UpdateValue() local
|
H A D | ValueObjectRegister.cpp | 299 bool ValueObjectRegister::ResolveValue(Scalar &scalar) { in ResolveValue()
|
H A D | ValueObject.cpp | 333 bool ValueObject::ResolveValue(Scalar &scalar) { in ResolveValue() 1102 Scalar scalar; in GetValueAsUnsigned() local 1120 Scalar scalar; in GetValueAsSigned() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 375 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 383 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() 409 static bool SetSizedFloat(Scalar &scalar, uint64_t raw_value, in SetSizedFloat()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 42 static constexpr LLT scalar(unsigned SizeInBits) { in scalar() function
|
/openbsd/lib/libcrypto/ec/ |
H A D | ecp_methods.c | 1011 ec_mul_ct(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_mul_ct() 1190 ec_mul_single_ct(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_mul_single_ct()
|
/openbsd/lib/libcrypto/mlkem/ |
H A D | mlkem1024.c | 103 typedef struct scalar { struct 106 } scalar; argument
|
H A D | mlkem768.c | 102 typedef struct scalar { struct 105 } scalar; argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 125 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
|
H A D | ABISysV_i386.cpp | 144 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
|
H A D | ABISysV_x86_64.cpp | 191 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
|
H A D | ABIWindows_x86_64.cpp | 206 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DebugMap.cpp | 182 StringRef ScalarTraits<Triple>::input(StringRef scalar, void *, Triple &value) { in input()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 433 Scalar scalar; in UnloadImage() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 965 Scalar scalar; in UnloadImage() local
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Process.cpp | 2071 Scalar scalar; in ReadUnsignedIntegerFromMemory() local 2082 Scalar scalar; in ReadSignedIntegerFromMemory() local 2090 Scalar scalar; in ReadPointerFromMemory() local 2099 Scalar scalar; in WritePointerToMemory() local 2207 size_t Process::WriteScalarToMemory(addr_t addr, const Scalar &scalar, in WriteScalarToMemory() 2226 bool is_signed, Scalar &scalar, in ReadScalarIntegerFromMemory()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-scalar-evolution.c | 573 set_scalar_evolution (tree scalar, tree chrec) in set_scalar_evolution() 603 get_scalar_evolution (tree scalar) in get_scalar_evolution()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 281 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CommandLine.rst | 1387 .. _scalar: target
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Scalar.cpp | 894 llvm::raw_ostream &lldb_private::operator<<(llvm::raw_ostream &os, const Scalar &scalar) { in operator <<()
|