Searched defs:is_signed (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/sys/ddb/
H A Ddb_access.c56 db_get_value(db_addr_t addr, int size, bool is_signed) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp159 bool is_signed = false; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h173 IsEnumerationType(lldb::opaque_compiler_type_t type, bool &is_signed) argument
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c527 bool is_signed, is_upper; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp316 const bool is_signed = false; local
376 const bool is_signed = true; local
388 const bool is_signed = false; local
400 const bool is_signed = false; local
110 DumpAPInt(Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp667 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
H A DABISysV_arm64.cpp146 bool is_signed = false; local
636 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp169 bool is_signed; local
198 bool is_signed; local
124 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
H A DABISysV_i386.cpp186 bool is_signed; local
397 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); local
143 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
H A DABISysV_x86_64.cpp304 bool is_signed; local
414 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
188 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
582 bool is_signed; local
690 bool is_signed; local
[all...]
H A DABIWindows_x86_64.cpp311 bool is_signed; local
422 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
204 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
555 bool is_signed; local
667 bool is_signed; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c72 svn_boolean_t is_signed; member in struct:packed_int_private_t
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1469 bool is_signed = false; local
1716 bool is_signed; local
[all...]
H A DABISysV_arm.cpp1472 bool is_signed = false; local
1861 bool is_signed; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp71 bool is_signed; local
/freebsd-13-stable/sys/dev/hid/
H A Dhid.c704 hid_get_data_sub(const uint8_t *buf, hid_size_t len, struct hid_location *loc, int is_signed) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp292 const bool is_signed = true; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp327 bool is_signed = false; local
376 void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { argument
464 const bool is_signed local
384 SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, bool is_signed) argument
530 const bool is_signed = false; // IR Type doesn't provide this info. local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp715 bool is_signed; local
H A DABISysV_mips64.cpp776 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
1031 bool is_signed; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp308 bool is_signed; local
595 bool is_signed = (type_flags & eTypeIsSigned) != 0; local
198 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp408 bool is_signed; local
516 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
295 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp720 boolean is_signed = false; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp1009 bool is_signed = encoding == eEncodingSint; local
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h572 #define is_signed(datatype) (((datatype)-1 / (datatype)2) == (datatype)0) macro
[all...]

Completed in 161 milliseconds

12