Home
last modified time | relevance | path

Searched refs:SIGNED (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c151 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 DM68kInstrArithmetic.td581 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 DLEGAL2 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd/usr.bin/at/
H A DLEGAL1 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd/contrib/tcp_wrappers/
H A DDISCLAIMER1 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DSIGNATURE14 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd/contrib/file/magic/Magdir/
H A Dgentoo21 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE-----
H A Djpeg210 >>>101 beshort&0xf 0x3 \b16-SIGNED
213 >>>101 beshort&0xf 0x6 \b32-SIGNED
H A Dpgp15 #>15 string SIGNED\040MESSAGE- signed message
39 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE- PGP signed message
H A Dimages2623 >>101 ubeshort&0xf 0x3 \b16-SIGNED
2626 >>101 ubeshort&0xf 0x6 \b32-SIGNED
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-format-options.pod110 PKCS #7 SIGNED DATA
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
/freebsd/lib/libusb/
H A Dlibusb20_desc.h125 LIBUSB20_ME_IS_##un##SIGNED , \
/freebsd/crypto/heimdal/
H A DNEWS55 - Renumber AD-SIGNED-TICKET since it was stolen from US
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4239 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument
4240 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()