/external/bluetooth/glib/docs/reference/glib/tmpl/ |
allocators.sgml | 40 Larger blocks mean less calls to g_malloc(), but some memory may be wasted.
|
string_chunks.sgml | 17 memory is wasted in memory allocation overheads.
|
/external/dropbear/libtommath/ |
bn_mp_exptmod.c | 21 * embedded in the normal function but that wasted alot of stack space
|
/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.
|
/external/tcpdump/ |
rx.h | 90 /* I wasted a day figuring that out! */
|
/external/oprofile/events/ppc64/cell-be/ |
events | 275 event:0xfeb0 counters:0,1,2,3 um:PPU_0_cycles minimum:10000 name:rag0_xio_e_wasted : Even XIO token wasted by RAG 0; valid only when Unused Enable (UE) = 1 in TKM_CR register. 276 event:0xfeb1 counters:0,1,2,3 um:PPU_0_cycles minimum:10000 name:rag0_xio_o_wasted : Odd XIO token wasted by RAG 0; valid only when Unused Enable (UE) = 1 in TKM_CR register. 277 event:0xfeb2 counters:0,1,2,3 um:PPU_0_cycles minimum:10000 name:rag0_bank_e_wasted : Even bank token wasted by RAG 0; valid only when Unused Enable (UE) = 1 in TKM_CR register. 278 event:0xfeb3 counters:0,1,2,3 um:PPU_0_cycles minimum:10000 name:rag0_bank_o_wasted : Odd bank token wasted by RAG 0; valid only when Unused Enable (UE) = 1 in TKM_CR register. 279 event:0xfebc counters:0,1,2,3 um:PPU_0_cycles minimum:10000 name:ragu_xio_e_wasted : Even XIO token wasted by RAG U. 280 event:0xfebd counters:0,1,2,3 um:PPU_0_cycles minimum:10000 name:ragu_xio_o_wasted : Odd XIO token wasted by RAG U [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
encodetable.h | 114 // If it is too large, then some space will be wasted on vector elements 115 // that are not used. If it is too small, then some time will be wasted
|
/external/icu4c/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
|
/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 639 int wasted = value.length - count; local 640 if (wasted >= 256 641 || (wasted >= INITIAL_CAPACITY && wasted >= (count >> 1))) {
|
/libcore/luni/src/main/java/java/net/ |
AddressCache.java | 28 * This should be a power of two to avoid wasted space in our custom map.
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
DrawingAreaImpl.cpp | 537 // We do this by computing the percentage of "wasted space" in the bounds. If that wasted space
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
servermd.h | 66 * trade-off. Padding to 0 bytes means that there is no wasted space 70 * be suitable for a 68010-class machine, but at the expense of wasted
|
/external/clang/include/clang/AST/ |
DeclContextInternals.h | 163 // other using directives, so all this logic is wasted for them.
|
/external/freetype/src/base/ |
ftgloadr.c | 61 /* re-implement it in one way or the other, which wasted code and */
|
/external/llvm/include/llvm/Support/ |
Allocator.h | 120 /// that we can compute how much space was wasted.
|
/external/llvm/lib/Support/ |
Allocator.cpp | 158 << "Bytes wasted: " << (TotalMemory - BytesAllocated)
|
/external/e2fsprogs/intl/ |
relocatable.c | 134 /* Don't worry about wasted memory here - this function is usually only
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TCPackedCache.h | 34 // with little if any wasted space. The types of the key and value
|
/frameworks/base/core/java/android/database/sqlite/ |
DatabaseConnectionPool.java | 130 // pre-compiled on more than one database connection. potential wasted memory.)
|
/external/v8/src/ |
spaces.cc | 954 // allocated and wasted bytes during GC. [all...] |
/external/skia/gm/ |
gmmain.cpp | 191 // (logically a noop for rasters, if wasted time), and thus collapse the
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_event.c | 27 * wasted could be limited (adding code complexity) by sharing copies, keeping
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_event.c | 26 * wasted could be limited (adding code complexity) by sharing copies, keeping
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
s_tns_frame_info.h | 25 Description: Modified to eliminate triple-nested structure, which wasted
|