/external/smack/src/org/xbill/DNS/ |
D | DLVRecord.java | 25 private int footprint; field in DLVRecord 45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg, in DLVRecord() argument 49 this.footprint = checkU16("footprint", footprint); in DLVRecord() 57 footprint = in.readU16(); in rrFromWire() 65 footprint = st.getUInt16(); in rdataFromString() 77 sb.append(footprint); in rrToString() 120 return footprint; in getFootprint() 125 out.writeU16(footprint); in rrToWire()
|
D | DSRecord.java | 38 private int footprint; field in DSRecord 58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg, in DSRecord() argument 62 this.footprint = checkU16("footprint", footprint); in DSRecord() 82 footprint = in.readU16(); in rrFromWire() 90 footprint = st.getUInt16(); in rdataFromString() 102 sb.append(footprint); in rrToString() 145 return footprint; in getFootprint() 150 out.writeU16(footprint); in rrToWire()
|
D | SIGBase.java | 23 protected int footprint; field in SIGBase 32 long origttl, Date expire, Date timeSigned, int footprint, Name signer, in SIGBase() argument 46 this.footprint = checkU16("footprint", footprint); in SIGBase() 59 footprint = in.readU16(); in rrFromWire() 78 footprint = st.getUInt16(); in rdataFromString() 101 sb.append (footprint); in rrToString() 160 return footprint; in getFootprint() 188 out.writeU16(footprint); in rrToWire()
|
D | KEYBase.java | 22 protected int footprint = -1; field in KEYBase 108 if (footprint >= 0) in getFootprint() 109 return footprint; in getFootprint() 135 footprint = (foot & 0xFFFF); in getFootprint() 136 return footprint; in getFootprint()
|
D | SIGRecord.java | 43 Date expire, Date timeSigned, int footprint, Name signer, in SIGRecord() argument 47 timeSigned, footprint, signer, signature); in SIGRecord()
|
D | RRSIGRecord.java | 43 Date expire, Date timeSigned, int footprint, Name signer, in RRSIGRecord() argument 47 timeSigned, footprint, signer, signature); in RRSIGRecord()
|
/external/libffi/src/ |
D | dlmalloc.c | 2024 size_t footprint; member 2813 assert(total <= m->footprint); in do_check_malloc_state() 2814 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 2847 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 2849 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 2869 fp = m->footprint; in internal_malloc_stats() 3169 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() 3170 m->max_footprint = m->footprint; in mmap_alloc() 3205 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize() 3206 m->max_footprint = m->footprint; in mmap_resize() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 2034 size_t footprint; member 2823 assert(total <= m->footprint); in do_check_malloc_state() 2824 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 2857 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 2859 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 2879 fp = m->footprint; in internal_malloc_stats() 3181 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() 3182 m->max_footprint = m->footprint; in mmap_alloc() 3217 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize() 3218 m->max_footprint = m->footprint; in mmap_resize() [all …]
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.c | 2460 size_t footprint; member 3325 assert(total <= m->footprint); in do_check_malloc_state() 3326 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 3360 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 3362 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 3383 fp = m->footprint; in internal_malloc_stats() 3683 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() 3684 m->max_footprint = m->footprint; in mmap_alloc() 3718 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize() 3719 m->max_footprint = m->footprint; in mmap_resize() [all …]
|
/external/stlport/doc/ |
D | README.windows | 32 memory footprint of some internal STLport objects making it incompatible
|
/external/chromium_org/ui/surface/ |
D | accelerated_surface_transformer_win.hlsl | 56 // alignment factor |align| that effectively specifies the footprint of the 58 // footprint size doesn't align perfectly with the actual input size.
|
/external/llvm/ |
D | Makefile | 235 show-footprint:
|
D | Makefile.rules | 2049 check-footprint:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
|
/external/chromium/third_party/libevent/ |
D | ChangeLog | 142 …class to which we just need to store a pointer; this reduces the memory footprint of these structu…
|
/external/chromium_org/third_party/libevent/ |
D | ChangeLog | 142 …class to which we just need to store a pointer; this reduces the memory footprint of these structu…
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 447 Decrease memory footprint
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
D | debugging.rst | 42 memory footprint. You can also see the rendering rate displayed as frames per
|
/external/libphonenumber/java/ |
D | release_notes.txt | 327 - Refactored AreaCodeMap to minimize binary and memory footprint by using 2 different strategies.
|
/external/llvm/projects/sample/ |
D | Makefile.llvm.rules | 1953 check-footprint:
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 32 Should reduce memory footprint. 1126 overall ANTLR exec time. Memory footprint seems to be about 50%
|
/external/chromium_org/third_party/libxml/src/ |
D | NEWS | 767 - performance: hack done with Arjan van de Ven to reduce ELF footprint
|
/external/chromium_org/build/ |
D | common.gypi | 268 # removed completely in release builds, to minimize binary footprint.
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 55 Dnsmasq has a small footprint and normally doesn't allocate
|
/external/srtp/doc/ |
D | rfc3711.txt | 210 * a small footprint (i.e., small code size and data memory for
|