Home
last modified time | relevance | path

Searched refs:footprint (Results 1 – 25 of 100) sorted by relevance

1234

/external/caliper/caliper/src/test/java/com/google/caliper/memory/
DObjectGraphMeasurerTest.java42 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneEnumField); in testEnum() local
43 assertEquals(new Footprint(1, 1, 0, NO_PRIMITIVES), footprint); in testEnum()
52 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneClassField); in testClass() local
53 assertEquals(new ObjectGraphMeasurer.Footprint(1, 1, 0, NO_PRIMITIVES), footprint); in testClass()
61 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneObjectField); in testObject() local
62 assertEquals(new ObjectGraphMeasurer.Footprint(2, 1, 0, NO_PRIMITIVES), footprint); in testObject()
73 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(withCycle); in testCycle() local
74 assertEquals(new ObjectGraphMeasurer.Footprint(2, 2, 0, NO_PRIMITIVES), footprint); in testCycle()
84 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(multiplePathsToObject); in testMultiplePathsToObject() local
85 assertEquals(new ObjectGraphMeasurer.Footprint(2, 3, 0, NO_PRIMITIVES), footprint); in testMultiplePathsToObject()
[all …]
/external/walt/hardware/kicad/
DWALTsm.net20 (footprint Housings_DIP:DIP-28_W15.24mm)
27 (footprint walt_footprints:BPW34_DIP2)
33 (footprint walt_footprints:R_0603_pad07mm_long)
39 (footprint walt_footprints:R_0603_pad07mm_long)
45 (footprint walt_footprints:R_0603_pad07mm_long)
51 (footprint walt_footprints:R_0603_pad07mm_long)
57 (footprint Housings_DFN_QFN:QFN-16-1EP_4x4mm_Pitch0.65mm)
63 (footprint TO_SOT_Packages_SMD:SOT-23-5)
69 (footprint walt_footprints:R_0603_pad07mm_long)
75 (footprint walt_footprints:BPW34_DIP2)
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResizeArea.pbtxt39 Each output pixel is computed by first transforming the pixel's footprint into
40 the input tensor and then averaging the pixels that intersect the footprint. An
42 area that intersects the footprint. This is the same as OpenCV's INTER_AREA.
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineDataCopyGeneration.cpp139 Optional<int64_t> footprint = in runOnBlock() local
142 return (footprint.hasValue() && in runOnBlock()
143 static_cast<uint64_t>(footprint.getValue()) > in runOnBlock()
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c623 int footprint; in lws_fts_search() local
660 footprint = sizeof(*fp) + fplen + 1; in lws_fts_search()
663 footprint += 2 * sizeof(uint32_t) * tot; in lws_fts_search()
667 footprint += sizeof(void *) * tot; in lws_fts_search()
670 fp = lwsac_use(&ftsp->results_head, footprint, 0); in lws_fts_search()
679 fp->matches_length = footprint - sizeof(*fp) - (fplen + 1); in lws_fts_search()
/external/pigweed/
DMETADATA5 "reliable development on small-footprint MMU-less 32-bit microcontrollers."
/external/dlmalloc/
Dmalloc.c2592 size_t footprint; member
3493 assert(total <= m->footprint); in do_check_malloc_state()
3494 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
3528 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
3530 nm.usmblks = m->footprint; in internal_mallinfo()
3532 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
3554 fp = m->footprint; in internal_malloc_stats()
3845 size_t fp = m->footprint + mmsize; in mmap_alloc()
3846 if (fp <= m->footprint || fp > m->footprint_limit) in mmap_alloc()
3863 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
[all …]
/external/angle/build_overrides/
Dglslang.gni9 # initialization and reduces binary footprint.
/external/parameter-framework/asio-1.10.6/
DREADME.parameter-framework1 This version of ASIO has been minified for lower disk footprint for Android
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2086 size_t footprint; member
2880 assert(total <= m->footprint); in do_check_malloc_state()
2881 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
2914 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
2916 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2936 fp = m->footprint; in internal_malloc_stats()
3236 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3237 m->max_footprint = m->footprint; in mmap_alloc()
3272 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3273 m->max_footprint = m->footprint; in mmap_resize()
[all …]
/external/libffi/src/
Ddlmalloc.c2086 size_t footprint; member
2880 assert(total <= m->footprint); in do_check_malloc_state()
2881 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
2914 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
2916 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2936 fp = m->footprint; in internal_malloc_stats()
3236 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3237 m->max_footprint = m->footprint; in mmap_alloc()
3272 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3273 m->max_footprint = m->footprint; in mmap_resize()
[all …]
/external/parameter-framework/support/android/asio/
Dasio_shrinker.sh126 This version of ASIO has been minified for lower disk footprint for Android
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Darchitecture.md24 * *Reduce mobile footprint.* Eliminate the TensorFlow runtime by ahead-of-time
27 footprint for mobile inference by several orders of magnitude.
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dindex.md29 be accessed, avoiding per-object memory allocation. The code footprint of
/external/perfetto/protos/perfetto/config/profiling/
Dperf_event_config.proto74 // footprint exceeds this value.
93 // processes, and require the memory footprint to be reset periodically.
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/
Doverview.md34 <li>Resource efficient: The model has a small memory footprint on the device.</li>
/external/perfetto/protos/perfetto/trace/ps/
Dprocess_stats.proto70 // Private, shared and swap footprint of the process as measured by
/external/pigweed/pw_string/
Ddocs.rst41 ``std::ostringstream``, but with a small footprint.
/external/freetype/src/pcf/
DREADME13 memory footprint.
/external/libwebsockets/READMEs/
DREADME.lws_dll.md116 - `lws_dll` is simpler and has a smaller footprint (two pointers per entry vs
/external/swiftshader/third_party/subzero/
DDESIGN.rst141 Memory footprint
146 completes, and therefore the memory footprint grows without bound. Large
153 Subzero should maintain a stable memory footprint throughout translation. It's
155 practical limit on a single function's size, but the footprint should be
1328 Translator memory footprint
1331 It's hard to draw firm conclusions about memory footprint, since the footprint
1335 That said, we looked at the memory footprint over time as Subzero translated
1350 reach 2*N+1, and so the memory footprint rises in proportion to the number of
1354 translation. As a result, for N=32, Subzero's memory footprint peaks at about
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst141 Memory footprint
146 completes, and therefore the memory footprint grows without bound. Large
153 Subzero should maintain a stable memory footprint throughout translation. It's
155 practical limit on a single function's size, but the footprint should be
1328 Translator memory footprint
1331 It's hard to draw firm conclusions about memory footprint, since the footprint
1335 That said, we looked at the memory footprint over time as Subzero translated
1350 reach 2*N+1, and so the memory footprint rises in proportion to the number of
1354 translation. As a result, for N=32, Subzero's memory footprint peaks at about
/external/jemalloc_new/
DTUNING.md30 with large memory footprint and frequent allocation / deallocation
/external/arm-trusted-firmware/docs/about/
Dfeatures.rst87 shared across images to reduce memory footprint. The romlib image is stored
/external/tensorflow/tensorflow/lite/g3doc/performance/
Ddelegates.md115 ### Latency & memory footprint
120 inference latency, initialization overhead, memory footprint, etc. This tool

1234