Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/prometheus_sysctl_exporter/
HDprometheus_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-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrArithmetic.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-head/usr.bin/at/
HDLEGAL1 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd-head/libexec/atrun/
HDLEGAL2 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd-head/contrib/tcp_wrappers/
HDDISCLAIMER1 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd-head/crypto/openssl/external/perl/Text-Template-1.56/
HDSIGNATURE14 -----BEGIN PGP SIGNED MESSAGE-----
/freebsd-head/contrib/file/magic/Magdir/
HDgentoo21 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE-----
HDjpeg225 >>>101 beshort&0xf 0x3 \b16-SIGNED
228 >>>101 beshort&0xf 0x6 \b32-SIGNED
HDpgp15 #>15 string SIGNED\040MESSAGE- signed message
39 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE- PGP signed message
HDimages2820 >>101 ubeshort&0xf 0x3 \b16-SIGNED
2823 >>101 ubeshort&0xf 0x6 \b32-SIGNED
/freebsd-head/crypto/openssl/doc/man1/
HDopenssl-format-options.pod110 PKCS #7 SIGNED DATA
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDREADME.txt57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
/freebsd-head/lib/libusb/
HDlibusb20_desc.h125 LIBUSB20_ME_IS_##un##SIGNED , \
/freebsd-head/crypto/heimdal/
HDNEWS55 - Renumber AD-SIGNED-TICKET since it was stolen from US
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp4239 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument
4240 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()