HomeSort by relevance Sort by last modified time
    Searched refs:inuse (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 65 inuse := int64(s1.StackInuse) - int64(s0.StackInuse)
66 t.Logf("Inuse %vMB for stack mem", inuse>>20)
67 if inuse > 4<<20 {
68 t.Fatalf("Stack inuse: want %v, got %v", 4<<20, inuse)
extern.go 96 scvg#: inuse: # idle: # sys: # released: # consumed: # (MB)
99 inuse: # MB used or partially used spans
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 519 inuse = PyDialog(db, "FilesInUse",
524 inuse.text("Title", 15, 6, 200, 15, 0x30003,
526 inuse.text("Description", 20, 23, 280, 20, 0x30003,
528 inuse.text("Text", 20, 55, 330, 50, 3,
530 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
532 c=inuse.back("Exit", "Ignore", name="Exit")
534 c=inuse.next("Ignore", "Retry", name="Ignore")
536 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /external/android-clat/
config.c 228 int inuse = connect(s, (struct sockaddr *) &sin, sizeof(sin)) == 0 && local
234 return !inuse;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 270 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse);
297 int inuse);
714 blk_t num, int inuse),
716 blk_t num, int inuse));
736 int inuse),
739 int inuse));
742 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
744 int inuse, int isdir);
745 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse);
746 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse);
    [all...]
gen_bitmap64.c 185 double inuse; local
209 inuse = (double) now.tv_sec + \
211 inuse -= (double) stats->created.tv_sec + \
239 stats->mark_back, mark_back_perc, inuse);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.c 206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
lapi.c 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
  /external/curl/lib/
conncache.c 362 fprintf(stderr, " [%p %d]", (void *)conn, conn->inuse);
url.c     [all...]
  /external/skia/third_party/lua/src/
ldo.c 206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
lapi.c 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
  /external/syslinux/com32/lua/src/
ldo.c 206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
lapi.c 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 726 inuse=""
728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
730 inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed 's/^.*\.//'`
732 inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\.//'`
775 if [ "X$inuse" = "X" ]; then
778 if echo "$inuse" | grep -w $try > /dev/null; then
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 181 Bool* inuse; member in struct:__anon35261
194 h->inuse = LibVEX_Alloc_inline(h->size * sizeof(Bool));
208 if (h->inuse[i] && h->key[i] == key) {
227 if (h->inuse[i] && h->key[i] == key) {
240 if (!h->inuse[i]) continue;
248 h->inuse = inuse2;
255 h->inuse[h->used] = True;
600 if (!h->inuse[j])
609 h->inuse[j] = False;
692 env->inuse[j] = False
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 96 scvg#: inuse: # idle: # sys: # released: # consumed: # (MB)
99 inuse: # MB used or partially used spans
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.c 438 unsigned int inuse; local
444 inuse = ( !! ( inusecheck & 0x02 ) );
446 return ( inuse || ( check != send_check ) );
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 682 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 676 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 824 int inuse; member in struct:omx_vdpp::nativebuffer
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 678 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/msm8998/videopp/inc/
omx_vdpp.h 824 int inuse; member in struct:omx_vdpp::nativebuffer
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]

Completed in 1032 milliseconds

12 3