Searched refs:SIGNED (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 151 enum { SIGNED, UNSIGNED, FLOAT } type; enumerator 165 case SIGNED: in oidvalue_get_float() 181 ov->type = SIGNED; in oidvalue_set_signed() 209 case SIGNED: in oidvalue_print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrArithmetic.td | 581 class MxDiMuOp_DD<string MN, bits<4> CMD, bit SIGNED = false, 587 !if(SIGNED, 0b111, 0b011), 593 class MxDiMuOp_DD_Long<string MN, SDNode NODE, bits<10> CMD, bit SIGNED = false> 602 !if(SIGNED, 0b1, 0b0), 610 class MxDiMuOp_DI<string MN, bits<4> CMD, bit SIGNED = false, 619 !if(SIGNED, 0b111, 0b011), ImmEnc.EA), 627 def "S"#NAME#"d32d16" : MxDiMuOp_DD<MN#"s", CMD, /*SIGNED*/true, MxDRD32, MxDRD16>; 628 def "U"#NAME#"d32d16" : MxDiMuOp_DD<MN#"u", CMD, /*SIGNED*/false, MxDRD32, MxDRD16>; 630 def "S"#NAME#"d32i16" : MxDiMuOp_DI<MN#"s", CMD, /*SIGNED*/true, MxDRD32, Mxi16imm>; 631 def "U"#NAME#"d32i16" : MxDiMuOp_DI<MN#"u", CMD, /*SIGNED*/false, MxDRD32, Mxi16imm>; [all …]
|
/freebsd/libexec/atrun/ |
H A D | LEGAL | 2 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/usr.bin/at/ |
H A D | LEGAL | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/contrib/tcp_wrappers/ |
H A D | DISCLAIMER | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | SIGNATURE | 14 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gentoo | 21 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE-----
|
H A D | jpeg | 210 >>>101 beshort&0xf 0x3 \b16-SIGNED 213 >>>101 beshort&0xf 0x6 \b32-SIGNED
|
H A D | pgp | 15 #>15 string SIGNED\040MESSAGE- signed message 39 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE- PGP signed message
|
H A D | images | 2623 >>101 ubeshort&0xf 0x3 \b16-SIGNED 2626 >>101 ubeshort&0xf 0x6 \b32-SIGNED
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-format-options.pod | 110 PKCS #7 SIGNED DATA
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | README.txt | 57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
|
/freebsd/lib/libusb/ |
H A D | libusb20_desc.h | 125 LIBUSB20_ME_IS_##un##SIGNED , \
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 55 - Renumber AD-SIGNED-TICKET since it was stolen from US
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4239 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument 4240 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()
|