HomeSort by: relevance | last modified time | path
    Searched defs:VSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ps/
ps.h 47 TIMEVAL, CPUTIME, PCPU, VSIZE, PROCFLAG, PROCACFLAG,
ps.c 747 case VSIZE:
760 #undef VSIZE
  /src/external/gpl3/binutils/dist/gprofng/src/
ipc.cc 65 #define VSIZE(v) ((long long) ((v) ? (v)->size() : 0))
272 ipc_log (" Vector<bool> %s size=%lld\n", str2s (s), VSIZE (v));
285 ipc_log (" Vector<String> %s size=%lld\n", str2s (s), VSIZE (v));
301 ipc_log (" Vector<void *> %s size=%lld\n", str2s (s), VSIZE (v));
403 ipc_log (" returned = %lld msgs\n", VSIZE (res));
551 ipc_log (" groups.size = %lld\n", VSIZE (groups));
561 ipc_log (" arg = %d, exps = %lld\n", arg1, VSIZE (arg2));
570 ipc_log (" expIds = %lld\n", VSIZE (arg));
578 ipc_log (" expIds = %lld\n", VSIZE (arg));
586 ipc_log (" expIds = %lld\n", VSIZE (arg))
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipc.cc 65 #define VSIZE(v) ((long long) ((v) ? (v)->size() : 0))
272 ipc_log (" Vector<bool> %s size=%lld\n", str2s (s), VSIZE (v));
285 ipc_log (" Vector<String> %s size=%lld\n", str2s (s), VSIZE (v));
301 ipc_log (" Vector<void *> %s size=%lld\n", str2s (s), VSIZE (v));
403 ipc_log (" returned = %lld msgs\n", VSIZE (res));
551 ipc_log (" groups.size = %lld\n", VSIZE (groups));
561 ipc_log (" arg = %d, exps = %lld\n", arg1, VSIZE (arg2));
570 ipc_log (" expIds = %lld\n", VSIZE (arg));
578 ipc_log (" expIds = %lld\n", VSIZE (arg));
586 ipc_log (" expIds = %lld\n", VSIZE (arg))
    [all...]

Completed in 24 milliseconds