Home
last modified time | relevance | path

Searched refs:TAG_INTEGER (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-data.h133 #define TAG_INTEGER 0x00000003L /* Tagged or indirect integer */ macro
181 #define INDIRECT_BM ( EXBIT(STG_GLOBAL|TAG_INTEGER) | \
182 EXBIT(STG_LOCAL|TAG_INTEGER) | \
210 #define isRational(w) (tag(w) == TAG_INTEGER)
218 ((tag(w) == TAG_INTEGER) && !isMPQNum(w)) )
292 #define isTaggedInt(w) (tagex(w) == (TAG_INTEGER|STG_INLINE))
293 #define isBignum(w) (tagex(w) == (TAG_INTEGER|STG_GLOBAL) && \
356 #define consInt(n) (((word)(n)<<LMASK_BITS) | TAG_INTEGER)
357 #define consUInt(n) (((word)(n)<<LMASK_BITS) | TAG_INTEGER)
H A Dpl-gmp.c250 m = mkIndHdr(wsz+1, TAG_INTEGER); in globalMPZ()
266 *at = consPtr(p, TAG_INTEGER|STG_GLOBAL); in globalMPZ()
280 assert(p[0] == mkIndHdr(wsz+1, TAG_INTEGER)); in globalMPZ()
282 *at = consPtr(p, TAG_INTEGER|STG_GLOBAL); in globalMPZ()
304 m = mkIndHdr(num_wsz+den_wsz+2, TAG_INTEGER); in globalMPQ()
320 *at = consPtr(p, TAG_INTEGER|STG_GLOBAL); in globalMPQ()
343 *at = consPtr(p, TAG_INTEGER|STG_GLOBAL); in globalMPQ()
599 *r = consPtr(p, TAG_INTEGER|STG_GLOBAL); in loadMPZFromCharp()
600 m = mkIndHdr(wsize+1, TAG_INTEGER); in loadMPZFromCharp()
632 *r = consPtr(p, TAG_INTEGER|STG_GLOBAL); in loadMPQFromCharp()
[all …]
H A Dpl-arith.h129 { if ( tagex(w) == (TAG_INTEGER|STG_GLOBAL) ) in isMPQNum__LD()
144 { if ( tagex(w) == (TAG_INTEGER|STG_GLOBAL) ) in isMPZNum__LD()
H A Dpl-variant.c265 case TAG_INTEGER: in isomorphic()
372 case TAG_INTEGER: in variant()
448 case TAG_INTEGER: in is_variant_ptr()
H A Dpl-vmi.c391 c = consPtr(p, TAG_INTEGER|STG_GLOBAL);
396 *p = mkIndHdr(WORDS_PER_INT64, TAG_INTEGER);
431 c = consPtr(p, TAG_INTEGER|STG_GLOBAL);
435 *p = mkIndHdr(WORDS_PER_INT64, TAG_INTEGER);
867 *ARGP++ = consPtr(p, TAG_INTEGER|STG_GLOBAL);
868 *p++ = mkIndHdr(WORDS_PER_INT64, TAG_INTEGER);
870 *p++ = mkIndHdr(WORDS_PER_INT64, TAG_INTEGER);
887 *ARGP++ = consPtr(p, TAG_INTEGER|STG_GLOBAL);
3288 { case TAG_INTEGER:
5616 c = consPtr(p, TAG_INTEGER|STG_GLOBAL);
[all …]
/dports/java/cryptix-jce/src/cryptix.jce.provider.asn/
H A DAsnInteger.java30 super(AsnObject.TAG_INTEGER); in AsnInteger()
39 super(AsnObject.TAG_INTEGER); in AsnInteger()
H A DAsnObject.java24 TAG_INTEGER = 0x02, field in AsnObject
H A DAsnInputStream.java57 case AsnObject.TAG_INTEGER: return new AsnInteger(this); in read()
/dports/security/gnupg/gnupg-2.3.3/sm/
H A Dminip12.c772 if (ti.tag != TAG_INTEGER || ti.length != 1 || *p != 0) in parse_bag_encrypted_data()
907 if (ti.class || ti.tag != TAG_INTEGER || !ti.length ) in parse_bag_encrypted_data()
1092 || ti.class || ti.tag != TAG_INTEGER) in parse_bag_encrypted_data()
1678 if (ti.tag != TAG_INTEGER || ti.length != 1 || *p != 3) in p12_parse()
1958 *p++ = TAG_INTEGER; in create_final()
2134 *p++ = TAG_INTEGER; in build_rsa_key_sequence()
2150 *p++ = TAG_INTEGER; in build_rsa_key_sequence()
2164 p = store_tag_length (p, TAG_INTEGER, n); in build_rsa_key_sequence()
2293 tlv_builder_add_ptr (tb, 0, TAG_INTEGER, "\0", 1); in build_ecc_key_sequence()
2300 tlv_builder_add_ptr (tb, 0, TAG_INTEGER, "\x01", 1); in build_ecc_key_sequence()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/yasna-0.4.0/src/writer/
H A Dmod.rs20 use super::tags::{TAG_BOOLEAN,TAG_INTEGER,TAG_OCTETSTRING};
352 self.write_integer(TAG_INTEGER, val); in write_i64()
361 self.write_identifier(TAG_INTEGER, PCBit::Primitive); in write_u64()
433 self.write_identifier(TAG_INTEGER, PCBit::Primitive); in write_bigint()
501 self.write_identifier(TAG_INTEGER, PCBit::Primitive); in write_biguint()
/dports/security/beecrypt/beecrypt-4.2.1/c++/provider/
H A DSHA1withDSASignature.cxx34 const byte TAG_INTEGER = 0x02; variable
166 data[0] = TAG_INTEGER; in asn1_der_encode()
184 if (data[0] != TAG_INTEGER) in asn1_der_decode()
/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dbackend-support.c234 if (!(class == CLASS_UNIVERSAL && tag == TAG_INTEGER in be_is_x509_blob()
242 if (!(class == CLASS_UNIVERSAL && tag == TAG_INTEGER && !cons)) in be_is_x509_blob()
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dtlv.h34 TAG_INTEGER = 2, enumerator
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dtlv.h45 TAG_INTEGER = 2, enumerator
/dports/biology/ncbi-toolkit/ncbi/asnlib/
H A Dasntypes.h107 #define TAG_INTEGER 2 macro
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gcrypt/
H A Dasn1.c52 TAG_INTEGER = 2, enumerator
222 if((ret != 0) || (ti.tag != TAG_INTEGER) || ti.class || ti.cons || ti.ndef) in xmlSecGCryptAsn1ParseIntegerSequence()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_asn1.h35 #define TAG_INTEGER 0x02 /* 2: Integer */ macro
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c564 #define TAG_INTEGER 0x21 macro
606 { TAG_INTEGER, "integer" },
805 case TAG_INTEGER : in add_integer_tree()
855 while (name_length == 0 && (tag == TAG_INTEGER || tag == TAG_RANGEOFINTEGER)); in add_integer_tree()
956 case TAG_INTEGER: in add_integer_value()
1165 while (name_length == 0 && (tag == TAG_RANGEOFINTEGER || tag == TAG_INTEGER)); in add_octetstring_tree()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c564 #define TAG_INTEGER 0x21 macro
606 { TAG_INTEGER, "integer" },
805 case TAG_INTEGER : in add_integer_tree()
855 while (name_length == 0 && (tag == TAG_INTEGER || tag == TAG_RANGEOFINTEGER)); in add_integer_tree()
956 case TAG_INTEGER: in add_integer_value()
1165 while (name_length == 0 && (tag == TAG_RANGEOFINTEGER || tag == TAG_INTEGER)); in add_octetstring_tree()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c564 #define TAG_INTEGER 0x21
606 { TAG_INTEGER, "integer" },
805 case TAG_INTEGER :
855 while (name_length == 0 && (tag == TAG_INTEGER || tag == TAG_RANGEOFINTEGER));
956 case TAG_INTEGER:
1165 while (name_length == 0 && (tag == TAG_RANGEOFINTEGER || tag == TAG_INTEGER));
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c564 #define TAG_INTEGER 0x21 macro
606 { TAG_INTEGER, "integer" },
805 case TAG_INTEGER : in add_integer_tree()
855 while (name_length == 0 && (tag == TAG_INTEGER || tag == TAG_RANGEOFINTEGER)); in add_integer_tree()
956 case TAG_INTEGER: in add_integer_value()
1165 while (name_length == 0 && (tag == TAG_RANGEOFINTEGER || tag == TAG_INTEGER)); in add_octetstring_tree()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dcp/
H A Ddcpdecrypt.cpp534 || tag_inf.tag != TAG_INTEGER || tag_inf.class_ || tag_inf.cons || tag_inf.ndef ) in readDER()
544 || tag_inf.tag != TAG_INTEGER || tag_inf.class_ || tag_inf.cons || tag_inf.ndef ) in readDER()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dastr.c329 case TAG_INTEGER: s = "INTEGER"; break; in asn1_stringify_tag()
368 case TAG_INTEGER: in asn1_stringify_sector()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/yasna-0.4.0/src/reader/
H A Dmod.rs24 use super::tags::{TAG_EOC,TAG_BOOLEAN,TAG_INTEGER,TAG_OCTETSTRING};
529 self.read_integer(TAG_INTEGER) in read_i64()
538 self.read_general(TAG_INTEGER, |contents| { in read_u64()
677 self.read_general(TAG_INTEGER, |contents| { in read_bigint()
725 self.read_general(TAG_INTEGER, |contents| { in read_biguint()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/yasna-0.4.0/src/tags/
H A Dmod.rs26 pub const TAG_INTEGER : Tag = Tag { const

12