Searched refs:vsize (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/top-89.1.2/tests/
H A Doverfill-stats.sh2 sudo ./build/Release/top -stats pid,command,cpu,time,th,wq,ports,mreg,rprvt,rshrd,rsize,vsize,vprvt,pgrp,ppid,state,uid,faults,cow,msgsent,msgrecv,sysbsd,sysmach,csw,pageins,user,pid
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dvtstat.c16 ppnum_t vsize; member in struct:vtd_space_stats
46 printf("vsize 0x%x\n", stats->vsize);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocid.cpp259 int32_t vsize = 0; local
289 vsize = (int32_t)uprv_strlen(newVariant);
290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
292 vsize--;
296 if( vsize > 0 )
298 size += vsize;
302 if ( vsize > 0 )
340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
351 if ( vsize !
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dvtd.c495 ppnum_t vsize; member in struct:vtd_space_stats
530 ppnum_t vsize; member in struct:vtd_space
580 vtassert((start + size) < bf->vsize);
603 vtassert(start < bf->vsize);
619 vtassert((start + size) < bf->vsize);
674 vtassert((start + size) <= bf->vsize);
763 vtd_space_t * space_create(uint32_t cachelinesize, uint32_t treebits, ppnum_t vsize,
880 uint32_t treebits, ppnum_t vsize, uint32_t buddybits, ppnum_t rsize)
890 vtassert(vsize >= (1U << buddybits));
891 vtassert(vsize > rsiz
879 space_create(uint32_t cachelinesize, uint32_t treebits, ppnum_t vsize, uint32_t buddybits, ppnum_t rsize) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_cdb.c237 unsigned ksize, vsize; local
252 vsize = strlen(value);
259 vsize++;
275 r = cdb_make_put(&dict_cdbm->cdbm, name, ksize, value, vsize, r);
290 if (cdb_make_add(&dict_cdbm->cdbm, name, ksize, value, vsize) < 0)
/macosx-10.9.5/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp356 int vsize = p[1]; local
361 if (vsize < 0) {
362 vpos += vsize;
363 vsize = -vsize;
367 printf("\033*c%da%db0P", hsize, vsize);
/macosx-10.9.5/adv_cmds-153/ps/
H A Dextern.h95 void vsize(KINFO *, VARENT *);
H A Dkeyword.c195 {"vsize", "", "vsz"},
196 {"vsz", "VSZ", NULL, 0, vsize, NULL, 8},
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dset.c359 int vsize, i, vptr, *ip, exported; local
362 for (vsize = i = 0; o_options[i].name; i++)
370 vsize += strlen (o_options[i].name) + 1;
376 vsize += strlen (o_options[i].name) + 1;
381 value = (char *)xmalloc (vsize + 1);
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.h125 uint64_t vsize; member in struct:__anon14157
204 uint64_t vsize; member in struct:libtop_psamp_s
H A Dtop.c152 case STATISTIC_VSIZE: return COMP(a_a->vsize, a_b->vsize);
H A Dglobalstats.c471 char vsize[6]; local
475 vsize_result = top_init_uinteger(tsamp->vsize, false);
478 if(top_humanize_uinteger(vsize, sizeof(vsize), vsize_result))
486 "%s vsize, "
487 "%s framework vsize, "
490 vsize,
H A Dlibtop.c740 mach_vm_size_t vsize = 0; local
767 vsize += size;
788 tsamp.fw_vsize += vsize;
1001 mach_vm_size_t vsize = 0; local
1010 vsize += libtop_piter->psamp.vsize;
1016 tsamp.vsize = vsize;
1274 tsamp.vsize = 0;
1924 pinfo->psamp.p_vsize = pinfo->psamp.vsize;
[all...]
H A Dmemstats.c72 /*vsize*/
79 psamp->vsize, psamp->p_vsize, 0ULL)) {
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dinit.c170 int vsize; member in struct:match
753 void sh_setmatch(const char *v, int vsize, int nmatch, int match[]) argument
760 for(n=match[0],vsize=0,i=0; i < 2*nmatch; i++)
762 if(mp->match[i]>=0 && (mp->match[i] -= n) > vsize)
763 vsize = mp->match[i];
766 if(vsize >= mp->vsize)
768 if(mp->vsize)
769 mp->val = (char*)realloc(mp->val,vsize+1);
771 mp->val = (char*)malloc(vsize
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grolbp/
H A Dlbp.h131 lbpruleabs(int x, int y, int hsize, int vsize) argument
135 lbpmoveabs(x+hsize,y+vsize);
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dxheader.c678 char const *value, size_t vsize)
680 size_t len = strlen (keyword) + vsize + 3; /* ' ' + '=' + '\n' */
698 x_obstack_grow (xhdr, value, vsize);
674 xheader_print_n(struct xheader *xhdr, char const *keyword, char const *value, size_t vsize) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c631 vm_size_t s, vsize; local
674 vsize = s;
716 while (vsize) {
722 vsize -= PAGE_SIZE;
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIODisplayLib.c2487 UInt32 vsize; local
2496 vsize = ((desc->verticalSizeHigh & 0xf0) << 4) | desc->verticalSize;
2497 vsize = 2 * (vsize + 1);
2498 spec.height = vsize;
2502 spec.width = (vsize * 16) / 10;
2505 spec.width = (vsize * 16) / 9;
2509 spec.width = (vsize * 4) / 3;
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex105 \pagewidth=\hsize \pageheight=\vsize
2318 % Double the \vsize as well. (We don't need a separate register here,
2319 % since nobody clobbers \vsize.)
2320 \vsize = 2\vsize
2324 \def\enddoublecolumns{\eject \endgroup \pagegoal=\vsize \unvbox\partialpage}
2334 \dimen@=\vsize \advance\dimen@ by-2\ht\partialpage \global\pagegoal=\dimen@
4209 \global\vsize=7.5in
4217 \global\pageheight=\vsize
4231 \global\vsize
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex105 \vsize 10in
116 \vsize 7.95in
H A Dcs-dired-ref.tex95 \vsize 10in
106 \vsize 9.2in
H A Ddired-ref.tex87 \vsize 10in
98 \vsize 9.2in
H A Dfr-drdref.tex87 \vsize 10in
98 \vsize 10in
H A Dsk-dired-ref.tex96 \vsize 10in
107 \vsize 9.2in

Completed in 227 milliseconds

123