/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 290 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal() 302 nonloc::ConcreteInt makeIntVal(const llvm::APSInt& integer) { in makeIntVal() 306 loc::ConcreteInt makeIntLocVal(const llvm::APSInt &integer) { in makeIntLocVal() 310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal() 314 DefinedSVal makeIntVal(uint64_t integer, QualType type) { in makeIntVal() 321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal() 325 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth() 389 loc::ConcreteInt makeLoc(const llvm::APSInt &integer) { in makeLoc()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_tagging.c | 281 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) in evtag_marshal_int() 293 ev_uint64_t integer) in evtag_marshal_int64() 588 ev_uint32_t integer; in evtag_unmarshal_timeval() local
|
/freebsd/contrib/libevent/ |
H A D | event_tagging.c | 281 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) in evtag_marshal_int() 293 ev_uint64_t integer) in evtag_marshal_int64() 588 ev_uint32_t integer; in evtag_unmarshal_timeval() local
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_insformat.h | 102 uint32_t integer; member
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.c | 156 uint32_t integer, i; in eepromSwap() local
|
H A D | ah_eeprom_v14.c | 194 uint32_t integer, i, j; in eepromSwap() local
|
H A D | ah_eeprom_v4k.c | 150 uint32_t integer, i; in eepromSwap() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 154 void Visit(IntegerNode &integer, Node *&) override { in Visit()
|
/freebsd/sys/dev/iicbus/sensor/ |
H A D | max6690.c | 330 uint8_t integer = 0; in max6690_sensor_read() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 120 UnsignedInteger *integer = GetAsUnsignedInteger(); global() variable 125 SignedInteger *integer = GetAsSignedInteger(); global() variable
|
/freebsd/contrib/expat/tests/ |
H A D | misc_tests.c | 125 int integer; in START_TEST() member
|
/freebsd/bin/expr/ |
H A D | expr.y | 30 integer, numeric_string, string enumerator
|
/freebsd/contrib/wpa/src/tls/ |
H A D | asn1.c | 433 int asn1_get_integer(const u8 *buf, size_t len, int *integer, const u8 **next) in asn1_get_integer()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 286 uint64_t integer = de.getULEB128(cursor); in compatibility() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 75 #define integer int64_t macro
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pkinit.c | 104 BN_to_integer(krb5_context context, const BIGNUM *bn, heim_integer *integer) in BN_to_integer() 2111 const char *name, heim_integer *integer) in parse_integer()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 675 int64_t integer = valobj.GetValueAsSigned(0, &success); in DumpValueWithLLVMFormat() local 680 uint64_t integer = valobj.GetValueAsUnsigned(0, &success); in DumpValueWithLLVMFormat() local
|
H A D | ValueObject.cpp | 3239 llvm::APSInt integer(type_byte_size * CHAR_BIT, !type.IsSigned()); in CastToBasicType() local 3337 llvm::APSInt integer(byte_size * CHAR_BIT, !type.IsSigned()); in CastToEnumType() local
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.h | 75 int32_t integer; /* also integer32 */ member
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 648 APInt integer; in SetValueFromCString() local
|
/freebsd/crypto/heimdal/kdc/ |
H A D | pkinit.c | 904 BN_to_integer(krb5_context context, const BIGNUM *bn, heim_integer *integer) in BN_to_integer()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_plcr.c | 228 uint64_t integer, fraction; in CalcRates() local
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 1005 int integer; LDAP_message2entry() local
|
/freebsd/contrib/tcpdump/ |
H A D | print-snmp.c | 349 int32_t integer; member
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h.in | 480 ASN1_INTEGER *integer; member
|