taglinefilesource code
sz39arch/i386/boot/compressed/xtract.cint i,c,id, sz;
sz59arch/i386/boot/compressed/xtract.csz = N_SYMOFF(*ex) - GCC_HEADER + 4;  /* +4 to get the same result than tools/build */
sz61arch/i386/boot/compressed/xtract.cfprintf(stderr, "System size is %d\n", sz);
sz63arch/i386/boot/compressed/xtract.cwhile (sz)
sz67arch/i386/boot/compressed/xtract.cl = sz;
sz81arch/i386/boot/compressed/xtract.csz -= l;
sz89arch/i386/boot/tools/build.cint i,c,id, sz;
sz205arch/i386/boot/tools/build.csz = N_SYMOFF(*ex) - GCC_HEADER + 4;
sz206arch/i386/boot/tools/build.csys_size = (sz + 15) / 16;
sz209arch/i386/boot/tools/build.cwhile (sz > 0) {
sz212arch/i386/boot/tools/build.cl = sz;
sz224arch/i386/boot/tools/build.csz -= l;
sz445drivers/char/vt.cint sz;
sz452drivers/char/vt.csz = sizeof(a->kb_string) - 1; /* sz should have been
sz457drivers/char/vt.cfor ( ; *p && sz; p++, sz--)
sz468drivers/char/vt.cint j, k, sz;
sz489drivers/char/vt.csz = sizeof(a->kb_string);   /* sz should have been
sz491drivers/char/vt.cfor (p = a->kb_string; get_fs_byte(p) && sz; p++,sz--)
sz493drivers/char/vt.cif (!sz)
sz506drivers/char/vt.csz = 256;
sz507drivers/char/vt.cwhile (sz < funcbufsize - funcbufleft + delta)
sz508drivers/char/vt.csz <<= 1;
sz509drivers/char/vt.cfnw = (char *) kmalloc(sz, GFP_KERNEL);
sz530drivers/char/vt.cfuncbufleft = funcbufleft - delta + sz - funcbufsize;
sz531drivers/char/vt.cfuncbufsize = sz;
sz58drivers/sound/dmabuf.cunsigned        sr, nc, sz, bsz;
sz65drivers/sound/dmabuf.csz = dsp_dev->ioctl (dev, SOUND_PCM_READ_BITS, 0, 1);
sz67drivers/sound/dmabuf.cif (sr < 1 || nc < 1 || sz < 1)
sz70drivers/sound/dmabuf.cdev, sr, nc, sz);
sz73drivers/sound/dmabuf.csz = 8;
sz76drivers/sound/dmabuf.csz /= 8;      /* #bits -> #bytes */
sz78drivers/sound/dmabuf.csz = sr * nc * sz;
sz87drivers/sound/dmabuf.cwhile (bsz > sz)
sz67include/asm-sparc/openprom.hchar*   (*v2_dumb_mem_alloc)(char*  va, unsigned sz);
sz68include/asm-sparc/openprom.hvoid  (*v2_dumb_mem_free)(char*  va, unsigned sz);
sz71include/asm-sparc/openprom.hchar*   (*v2_dumb_mmap)(char*  virta, int asi, unsigned prot, unsigned sz);
sz167mm/kmalloc.cint order,tries,i,sz;
sz232mm/kmalloc.csz = BLOCKSIZE(order); /* sz is the size of the blocks we're dealing with */
sz249mm/kmalloc.cprintk ("Got page %08x to use for %d byte mallocs....",(long)page,sz);
sz257mm/kmalloc.cp->bh_next = BH ( ((long)p)+sz);