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

1 2

  /external/e2fsprogs/misc/
e2freefrag.c 152 printf("Total blocks: %u\nFree blocks: %u (%0.1f%%)\n",
163 printf("Total chunks: %lu\nFree chunks: %lu (%0.1f%%)\n",
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 112 int nfree = 0; local
115 freelist[nfree++] = i;
119 XFreeColors(GFX_Display, dcmap, freelist, nfree, 0);
SDL_x11video.c 1415 int nfree = 0; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 695 for (uint32 nFree = nAcked; nFree > 0; ) {
697 if (nFree < m_slist.front().len) {
698 m_slist.front().len -= nFree;
699 nFree = 0;
704 nFree -= m_slist.front().len;
  /external/e2fsprogs/e2fsck/
mtrace.h 130 size_t nfree; /* Free fragments in a fragmented block. */ member in struct:__anon7211::__anon7212::__anon7213::__anon7214
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]
  /external/mksh/src/
main.c     [all...]
sh.h 1080 size_t nfree; /* free table entries */ member in struct:table
    [all...]
  /external/blktrace/btreplay/
btreplay.c 1153 int nfree = 0; local
1156 while (!is_send_done(tip) && ((nfree = tip->naios_free) == 0)) {
1166 return nfree;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 457 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 457 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 3507 size_t nfree = SIZE_T_ONE; \/* top always free *\/ local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3339 size_t nfree = SIZE_T_ONE; \/* top always free *\/ local
    [all...]
  /external/libffi/src/
dlmalloc.c 2826 size_t nfree = SIZE_T_ONE; \/* top always free *\/ local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2836 size_t nfree = SIZE_T_ONE; \/* top always free *\/ local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 1398 milliseconds

1 2