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

123

/macosx-10.10.1/top-100.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.10.1/xnu-2782.1.97/osfmk/corecrypto/ccdbrg/src/
H A Dccdrbg_nisthmac.c115 size_t vsize; member in struct:ccdrbg_nisthmac_state
123 cc_print(label, state->vsize, state->v);
172 cchmac_update(di, ctx, state->vsize, state->v);
180 cchmac(di, state->keysize, state->key, state->vsize, state->v, state->v);
189 cchmac_update(di, ctx, state->vsize, state->v);
197 cchmac(di, state->keysize, state->key, state->vsize, state->v, state->v);
235 CC_MEMSET(state->v, 0x01, state->vsize);
263 state->vsize = di->output_size; // TODO: state_size? or output_size
367 cchmac(di, state->keysize, state->key, state->vsize, state->v, state->v);
368 state->bytesLeft = di->output_size;//di->output_size; state->vsize
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dvtstat.c16 ppnum_t vsize; member in struct:vtd_space_stats
46 printf("vsize 0x%x\n", stats->vsize);
/macosx-10.10.1/ICU-531.30/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.10.1/IOPCIFamily-239.1.2/
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.10.1/postfix-255/postfix/src/util/
H A Ddict_cdb.c246 unsigned ksize, vsize; local
261 vsize = strlen(value);
268 vsize++;
284 r = cdb_make_put(&dict_cdbm->cdbm, name, ksize, value, vsize, r);
299 if (cdb_make_add(&dict_cdbm->cdbm, name, ksize, value, vsize) < 0)
/macosx-10.10.1/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.10.1/adv_cmds-158/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.10.1/bash-94.1.2/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.10.1/top-100.1.2/
H A Dlibtop.h125 uint64_t vsize; member in struct:__anon13942
204 uint64_t vsize; member in struct:libtop_psamp_s
H A Dtop.c174 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.c745 mach_vm_size_t vsize = 0; local
772 vsize += size;
793 tsamp.fw_vsize += vsize;
1006 mach_vm_size_t vsize = 0; local
1015 vsize += libtop_piter->psamp.vsize;
1021 tsamp.vsize = vsize;
1279 tsamp.vsize = 0;
1997 pinfo->psamp.p_vsize = pinfo->psamp.vsize;
[all...]
H A Dmemstats.c72 /*vsize*/
79 psamp->vsize, psamp->p_vsize, 0ULL)) {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dinit.c175 int vsize; member in struct:match
766 void sh_setmatch(Shell_t *shp,const char *v, int vsize, int nmatch, regoff_t match[],int index) argument
831 for(n=mp->first+(mp->v-v),vsize=0,i=0; i < 2*nmatch; i++)
833 if(match[i]>=0 && (match[i] - n) > vsize)
834 vsize = match[i] -n;
837 if((i+vsize) >= mp->vsize)
839 if(mp->vsize)
840 mp->match = (int*)realloc(mp->match,i+vsize+1);
842 mp->match = (int*)malloc(i+vsize
[all...]
/macosx-10.10.1/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.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py920 print hdr_format.format('pid', 'command', '#ents', 'wired', 'vsize', 'rsize', 'NEW RSIZE', 'max rsize', 'internal', 'external', 'reusable', 'compressed', 'compressed', 'compressed', '')
922 entry_format = "{p.p_pid: >10d} {p.p_comm: <20s} {m.hdr.nentries: >6d} {s.wired_count: >10d} {vsize: >10d} {s.resident_count: >10d} {s.new_resident_count: >10d} {s.resident_max: >10d} {s.internal: >10d} {s.external: >10d} {s.reusable: >10d} {s.compressed: >10d} {s.compressed_peak: >10d} {s.compressed_lifetime: >10d} {s.error}"
954 print entry_format.format(p=proc, m=vmmap, vsize=(unsigned(vmmap.size) >> 12), t=task, s=vmstats)
2085 nonvolatile_total.vsize = 0
2107 print " all objects:{:<10d} [ virtual:{:<10d} resident:{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(nonvolatile_total.objects, nonvolatile_total.vsize, nonvolatile_total.rsize, nonvolatile_total.wsize, nonvolatile_total.csize)
2136 nonvolatile_total.vsize += object.vo_un1.vou_size/kern.globals.page_size
2155 volatile_total.vsize = 0
2174 print " all objects:{:<10d} [ virtual:{:<10d} resident:{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(volatile_total.objects, volatile_total.vsize, volatile_total.rsize, volatile_total.wsize, volatile_total.csize)
2240 volatile_total.vsize += object.vo_un1.vou_size/kern.globals.page_size
/macosx-10.10.1/gnutar-453/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.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c646 vm_size_t s, vsize; local
689 vsize = s;
731 while (vsize) {
737 vsize -= PAGE_SIZE;
/macosx-10.10.1/IOKitUser-1050.1.21/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.10.1/bash-94.1.2/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.10.1/emacs-93/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

Completed in 398 milliseconds

123