Searched refs:footprint (Results 1 - 8 of 8) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DDLVRecord.java25 private int footprint; field in class:DLVRecord
39 * @param footprint The original KEY record's footprint (keyid).
45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg, argument
49 this.footprint = checkU16("footprint", footprint);
57 footprint = in.readU16();
65 footprint = st.getUInt16();
77 sb.append(footprint);
[all...]
H A DDSRecord.java38 private int footprint; field in class:DSRecord
52 * @param footprint The original KEY record's footprint (keyid).
58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg, argument
62 this.footprint = checkU16("footprint", footprint);
82 footprint = in.readU16();
90 footprint = st.getUInt16();
102 sb.append(footprint);
[all...]
H A DRRSIGRecord.java37 * @param footprint The footprint/key id of the signing key.
43 Date expire, Date timeSigned, int footprint, Name signer,
47 timeSigned, footprint, signer, signature);
42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, Date expire, Date timeSigned, int footprint, Name signer, byte [] signature) argument
H A DSIGRecord.java37 * @param footprint The footprint/key id of the signing key.
43 Date expire, Date timeSigned, int footprint, Name signer,
47 timeSigned, footprint, signer, signature);
42 SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, Date expire, Date timeSigned, int footprint, Name signer, byte [] signature) argument
H A DSIGBase.java23 protected int footprint; field in class:SIGBase
32 long origttl, Date expire, Date timeSigned, int footprint, Name signer,
46 this.footprint = checkU16("footprint", footprint);
59 footprint = in.readU16();
78 footprint = st.getUInt16();
101 sb.append (footprint);
157 /** Returns The footprint/key id of the signing key. */
160 return footprint;
31 SIGBase(Name name, int type, int dclass, long ttl, int covered, int alg, long origttl, Date expire, Date timeSigned, int footprint, Name signer, byte [] signature) argument
[all...]
H A DKEYBase.java22 protected int footprint = -1; field in class:KEYBase
104 * Returns the key's footprint (after computing it)
108 if (footprint >= 0)
109 return footprint;
135 footprint = (foot & 0xFFFF);
136 return footprint;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c817 value will be greater than current footprint if deallocated space
2034 size_t footprint; member in struct:malloc_state
2823 assert(total <= m->footprint);
2824 assert(m->footprint <= m->max_footprint);
2857 nm.hblkhd = m->footprint - sum;
2859 nm.uordblks = m->footprint - mfree;
2879 fp = m->footprint;
3181 if ((m->footprint += mmsize) > m->max_footprint)
3182 m->max_footprint = m->footprint;
3217 if ((m->footprint
[all...]
/external/llvm/
H A DMakefile245 show-footprint:

Completed in 453 milliseconds