Searched refs:usize (Results 1 – 10 of 10) sorted by relevance
/openbsd/bin/ed/ |
H A D | undo.c | 40 static int usize = 0; /* stack size variable */ variable 50 if (u_p < usize || in push_undo_stack() 51 (t = reallocarray(ustack, (usize += USIZE), sizeof(undo_t))) != NULL) { in push_undo_stack() 64 usize = 0; in push_undo_stack()
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/Unicode/ |
H A D | Unicode.xs | 140 STRLEN usize = (size > 0 ? size : 1); /* protect against rogue size<=0 */ variable 218 resultbuflen = 1 + ulen/usize * UTF8_MAXLEN; 221 resultbuflen = ulen/usize + UTF8_MAXLEN + 1; 319 STRLEN remaining = (e - s)/usize + 1; /* +1 to avoid the leak */ 385 const STRLEN usize = (size > 0 ? size : 1); variable 420 SvGROW(result, ((ulen+1) * usize));
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_ioctl.c | 1026 unsigned int usize, asize; local 1054 usize = asize = IOCPARM_LEN(cmd); 1062 usize = asize = IOCPARM_LEN(cmd); 1079 if (asize > usize) { 1081 memcpy(adata, data, usize); 1094 if (asize > usize) { 1095 memcpy(data, adata, usize);
|
/openbsd/gnu/gcc/gcc/ |
H A D | local-alloc.c | 1851 int usize, ssize; in combine_regs() local 1885 usize = hard_regno_nregs[ureg][GET_MODE (usedreg)]; in combine_regs() 1887 usize = ((GET_MODE_SIZE (GET_MODE (usedreg)) in combine_regs() 1929 || (offset > 0 && usize + offset > ssize) in combine_regs() 1930 || (offset < 0 && usize + offset < ssize) in combine_regs() 1933 || (ssize > usize && ureg >= FIRST_PSEUDO_REGISTER in combine_regs() 1934 && usize < qty[reg_qty[ureg]].size) in combine_regs() 2036 if (usize < ssize) in combine_regs()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | local-alloc.c | 1794 int usize, ssize; local 1828 usize = HARD_REGNO_NREGS (ureg, GET_MODE (usedreg)); 1830 usize = ((GET_MODE_SIZE (GET_MODE (usedreg)) 1872 || (offset > 0 && usize + offset > ssize) 1873 || (offset < 0 && usize + offset < ssize) 1876 || (ssize > usize && ureg >= FIRST_PSEUDO_REGISTER 1877 && usize < qty[reg_qty[ureg]].size) 1977 if (usize < ssize)
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 3241 unsigned int usize, asize; in kfd_ioctl() local 3254 usize = asize = _IOC_SIZE(cmd); in kfd_ioctl() 3315 if (asize > usize) in kfd_ioctl() 3316 memset(kdata + usize, 0, asize - usize); in kfd_ioctl() 3320 if (copy_from_user(kdata, (void __user *)arg, usize) != 0) { in kfd_ioctl() 3325 memset(kdata, 0, usize); in kfd_ioctl() 3331 if (copy_to_user((void __user *)arg, kdata, usize) != 0) in kfd_ioctl()
|
/openbsd/sys/dev/ic/ |
H A D | malo.c | 1740 size_t usize; in malo_load_bootimg() local 1744 if ((error = loadfirmware(name, &ucode, &usize)) != 0) { in malo_load_bootimg() 1757 malo_mem_write2(sc, 0xbefa, usize); in malo_load_bootimg() 1761 ucode, usize); in malo_load_bootimg() 1780 free(ucode, M_DEVBUF, usize); in malo_load_bootimg() 1783 free(ucode, M_DEVBUF, usize); in malo_load_bootimg()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | client.c | 1752 size_t usize; local 1785 usize = size; 1787 while (nread < usize) 1789 toread = usize - nread; 1794 if (nread == usize)
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-tic54x.texi | 645 @itemx [@var{usize}] .endstruct 648 zero, and the @var{usize} is set to the maximum of all defined elements.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-tic54x.texi | 645 @itemx [@var{usize}] .endstruct 648 zero, and the @var{usize} is set to the maximum of all defined elements.
|