/external/skia/src/core/ |
SkRecord.cpp | 28 // When we go over that limit, they're allocated on the heap (and the inline space is wasted).
|
SkPictureRecord.h | 95 * allocation overhead but could lead to more wasted space (the tail
|
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
fifo.h | 37 size_t mFudgeFactor; // mFrameCountP2 - mFrameCount, the number of "wasted" frames after 38 // the end of mBuffer. Only the indices are wasted, not any memory.
|
/system/media/audio_utils/include/audio_utils/ |
fifo.h | 37 size_t mFudgeFactor; // mFrameCountP2 - mFrameCount, the number of "wasted" frames after 38 // the end of mBuffer. Only the indices are wasted, not any memory.
|
/external/llvm/lib/Support/ |
Allocator.cpp | 26 << "Bytes wasted: " << (TotalMemory - BytesAllocated)
|
/hardware/intel/common/libwsbm/src/ |
wsbm_mm.c | 223 unsigned wasted; local 231 wasted = 0; 240 wasted += alignment - tmp; 243 if (entry->size >= size + wasted) {
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.h | 84 unsigned pad0:29; /* wasted space */ 86 unsigned pad2; /* wasted space */ 87 unsigned pad3; /* wasted space */
|
/external/autotest/client/profilers/powertop/src/ |
README | 14 power is wasted.
|
/frameworks/base/libs/hwui/utils/ |
LinearAllocator.h | 109 * Dump memory usage statistics to the log (allocated and wasted space) 115 * wasted)
|
LinearAllocator.cpp | 38 // The maximum amount of wasted space we can have per page
|
/external/replicaisland/res/values/ |
rokudou.xml | 15 You are an amazing machine. Your talents are wasted on a washed-up researcher like Kabocha. You should join my team.
|
/frameworks/base/libs/hwui/ |
TreeInfo.h | 85 // as this being otherwise wasted work as all the animators will be
|
/frameworks/webview/chromium/plat_support/ |
graphics_utils.cpp | 68 // (This also avoids significant wasted time in calling
|
/libcore/luni/src/main/java/java/net/ |
AddressCache.java | 32 * This should be a power of two to avoid wasted space in our custom map.
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.cpp | 84 // "wasted" here (as opposed to if we did synchronization with an event)
|
/external/icu/icu4c/source/tools/makeconv/ |
genmbcs.h | 66 * with a low density of SBCS mappings, which would result in more wasted
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
SynthProxy.java | 38 // Such a huge filter gain is justified by how much energy in the low frequencies is "wasted" at
|
/external/v8/src/heap/ |
gc-tracer.h | 250 // Total amount of space either wasted or contained in one of free lists 254 // Total amount of space either wasted or contained in one of free lists
|
/external/clang/include/clang/AST/ |
DeclContextInternals.h | 204 // other using directives, so all this logic is wasted for them.
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.hpp | 83 // of a little wasted storage.
|
/external/freetype/src/base/ |
ftgloadr.c | 62 /* re-implement it in one way or the other, which wasted code and */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftgloadr.c | 62 /* re-implement it in one way or the other, which wasted code and */
|
/external/pdfium/third_party/freetype/src/base/ |
ftgloadr.c | 62 /* re-implement it in one way or the other, which wasted code and */
|
/external/llvm/include/llvm/CodeGen/ |
CallingConvLower.h | 226 // ByValRegs may also contain information about wasted registers. 227 // In function shown above, r3 would be wasted according to AAPCS rules. 247 // parameters. It was wasted due to stack alignment rules.
|
/art/runtime/base/ |
bit_vector.cc | 360 // TODO: collect stats on space wasted because of resize.
|