HomeSort by relevance Sort by last modified time
    Searched full:wasted (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /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.
main.sgml 773 wasted which could have been spent running the idle function).
  /external/dropbear/libtommath/
bn_mp_exptmod.c 21 * embedded in the normal function but that wasted alot of stack space
  /external/tcpdump/
rx.h 90 /* I wasted a day figuring that out! */
  /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
  /dalvik/vm/alloc/
HeapBitmap.c 184 //TODO: may be the same size, in which case this is wasted work
  /external/chromium/third_party/icu/source/tools/makeconv/
genmbcs.h 66 * with a low density of SBCS mappings, which would result in more wasted
  /external/icu4c/tools/makeconv/
genmbcs.h 66 * with a low density of SBCS mappings, which would result in more wasted
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 36 // 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 647 int wasted = value.length - count; local
648 if (wasted >= 256
649 || (wasted >= INITIAL_CAPACITY && wasted >= (count >> 1))) {
  /libcore/luni/src/main/java/java/net/
AddressCache.java 31 * This should be a power of two to avoid wasted space in our custom map.
  /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/freetype/src/base/
ftgloadr.c 61 /* re-implement it in one way or the other, which wasted code and */
  /external/e2fsprogs/intl/
relocatable.c 134 /* Don't worry about wasted memory here - this function is usually only
  /external/webkit/JavaScriptCore/wtf/
TCPackedCache.h 34 // with little if any wasted space. The types of the key and value
  /external/v8/src/
spaces.cc 778 // allocated and wasted bytes during GC.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c 27 * 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
  /packages/apps/Email/src/com/android/exchange/adapter/
Parser.java 103 // value was requested as a String or an int (to avoid wasted effort in parsing)
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 191 * most slots won't be used, but it is still not wasted because
204 * otherwise wasted expansion can be avoided.
  /external/chromium/net/tools/flip_server/
epoll_server.cc 40 // memory alignment (up to 7 wasted bytes for each bool). The extra level of
  /external/grub/stage2/
fs.h 84 * undue wasted disk space, the last data block of a small file may be
  /external/iproute2/doc/
ss.sgml 521 without <tt/tcp_diag/ is wasted inside kernel with completely
  /external/openssl/crypto/engine/
eng_dyn.c 184 * wasted their time. The alternative involves creating everything inside the

Completed in 701 milliseconds

1 2 3 4 5