Searched refs:nbytes (Results 126 - 150 of 211) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.h515 struct cum_arg {int nbytes; };
524 ((CUM).nbytes = 0)
531 ((CUM).nbytes += ((MODE) != BLKmode \
510 struct cum_arg {int nbytes; }; member in struct:cum_arg
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.c4110 mmix_cons (int nbytes) argument
4121 && (lowest_text_loc & (nbytes - 1)) != 0)
4128 lowest_text_loc &= ~((bfd_vma) nbytes - 1);
4129 lowest_text_loc += (bfd_vma) nbytes;
4137 && (lowest_data_loc & (nbytes - 1)) != 0)
4144 lowest_data_loc &= ~((bfd_vma) nbytes - 1);
4145 lowest_data_loc += (bfd_vma) nbytes;
4154 last_alignment = nbytes == 2 ? 1 : (nbytes == 4 ? 2 : 3);
4181 emit_expr (&exp, (unsigned int) nbytes);
[all...]
H A Dtc-mcore.c271 mcore_cons (int nbytes) argument
274 mcore_pool_count (cons, nbytes);
276 cons (nbytes);
2176 md_number_to_chars (char * ptr, valueT use, int nbytes)
2179 switch (nbytes)
2188 switch (nbytes)
2174 md_number_to_chars(char * ptr, valueT use, int nbytes) argument
H A Dtc-ia64.h108 extern void ia64_cons_fix_new PARAMS ((fragS *f, int where, int nbytes,
H A Dtc-sh.c792 sh_elf_cons (register int nbytes)
813 md_cons_align (nbytes);
819 emit_expr (&exp, (unsigned int) nbytes);
3601 sh_cons_align (int nbytes)
3614 while ((nbytes & 1) == 0)
3617 nbytes >>= 1;
4174 md_number_to_chars (char *ptr, valueT use, int nbytes)
4182 number_to_chars_littleendian (ptr, use, nbytes);
4184 number_to_chars_bigendian (ptr, use, nbytes);
791 sh_elf_cons(register int nbytes) argument
3597 sh_cons_align(int nbytes) argument
4170 md_number_to_chars(char *ptr, valueT use, int nbytes) argument
/openbsd-current/sys/net/
H A Dfq_codel.c799 fqcodel_pf_qstats(struct pf_queuespec *qs, void *ubuf, int *nbytes) argument
811 if (*nbytes < sizeof(stats))
845 *nbytes = sizeof(stats);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c195 cum->nbytes = (cum->nbytes + align - 1) &~(align - 1);
197 if (cum->nbytes > 4 * UNITS_PER_WORD)
201 && cum->nbytes + size > 4 * UNITS_PER_WORD)
204 switch (cum->nbytes / UNITS_PER_WORD)
252 cum->nbytes = (cum->nbytes + align - 1) &~(align - 1);
254 if (cum->nbytes > 4 * UNITS_PER_WORD)
257 if (cum->nbytes + size <= 4 * UNITS_PER_WORD)
261 && cum->nbytes
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dclient.c693 int nbytes;
717 nbytes = recv (sb->socket, data, size, 0);
718 if (nbytes < 0)
720 if (nbytes == 0)
731 need -= nbytes;
732 size -= nbytes;
733 data += nbytes;
734 *got += nbytes;
766 int nbytes;
768 nbytes
688 int nbytes; local
761 int nbytes; local
3408 static int nbytes; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.h104 extern void ia64_cons_fix_new PARAMS ((fragS *f, int where, int nbytes,
H A Dtc-sh.c790 sh_elf_cons (register int nbytes)
811 md_cons_align (nbytes);
817 emit_expr (&exp, (unsigned int) nbytes);
3400 sh_cons_align (int nbytes)
3413 while ((nbytes & 1) == 0)
3416 nbytes >>= 1;
3955 md_number_to_chars (char *ptr, valueT use, int nbytes)
3963 number_to_chars_littleendian (ptr, use, nbytes);
3965 number_to_chars_bigendian (ptr, use, nbytes);
789 sh_elf_cons(register int nbytes) argument
3396 sh_cons_align(int nbytes) argument
3951 md_number_to_chars(char *ptr, valueT use, int nbytes) argument
H A Dtc-frv.c1524 frv_pic_ptr (nbytes)
1525 int nbytes;
1530 if (nbytes != 4)
1544 md_cons_align (nbytes);
/openbsd-current/lib/libkvm/
H A Dkvm.c86 _kvm_pread(kvm_t *kd, int fd, void *buf, size_t nbytes, off_t offset) argument
91 rval = pread(fd, buf, nbytes, offset);
102 _kvm_pwrite(kvm_t *kd, int fd, const void *buf, size_t nbytes, off_t offset) argument
107 rval = pwrite(fd, buf, nbytes, offset);
/openbsd-current/usr.bin/cvs/
H A Dfile.c402 int nbytes; local
479 while ((nbytes = getdents(cf->fd, buf, bufsize)) > 0) {
480 ebuf = buf + nbytes;
566 if (nbytes == -1)
/openbsd-current/lib/libz/
H A Dzutil.h101 void *_Cdecl farmalloc( unsigned long nbytes );
/openbsd-current/sys/lib/libz/
H A Dzutil.h115 void *_Cdecl farmalloc( unsigned long nbytes );
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h103 void *_Cdecl farmalloc( unsigned long nbytes );
/openbsd-current/sbin/pfctl/
H A Dpfctl_queue.c140 pqs.nbytes = sizeof(qstats.data);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dwrite.c889 int len, nbytes; local
910 nbytes = get_733( (char *) pnt+20);
912 if((ce_index & (SECTOR_SIZE - 1)) + nbytes >=
928 pnt + pnt[2], nbytes);
929 ce_index += nbytes;
/openbsd-current/sys/arch/sparc64/dev/
H A Dvdsk.c1007 psize_t nbytes; local
1071 nbytes = MIN(len, PAGE_SIZE - (pa & PAGE_MASK));
1075 sc->sc_vd->vd_desc[desc].cookie[ncookies].size = nbytes;
1078 va += nbytes;
1079 len -= nbytes;
/openbsd-current/sys/dev/pci/
H A Dcz.c472 int i, j, nconfigs, nblocks, nbytes; local
519 nbytes = letoh32(zfb->zfb_size);
522 for (j = 0; j < nbytes; j++, cp++) {
544 nbytes = letoh32(zfb->zfb_size);
547 for (j = 0; j < nbytes; j += 4, lp++) {
H A Dif_txp.c402 (((u_int8_t *)secthead) + letoh32(secthead->nbytes) +
467 if (sect->nbytes == 0)
478 rseg += letoh32(sect->nbytes);
485 if (txp_dma_malloc(sc, letoh32(sect->nbytes), &dma, 0)) {
491 letoh32(sect->nbytes));
498 m.m_len = letoh32(sect->nbytes);
501 csum = in_cksum(&m, letoh32(sect->nbytes));
512 WRITE_REG(sc, TXP_H2A_1, letoh32(sect->nbytes));
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmach-o.c386 bfd_vma nbytes = seg->filesize;
389 while (nbytes > 0)
391 bfd_vma thisread = nbytes;
404 nbytes -= thisread;
1446 bfd_vma nbytes = seg->filesize; local
1449 while (nbytes > 0)
1451 bfd_vma thisread = nbytes;
1464 nbytes -= thisread;
/openbsd-current/usr.bin/mg/
H A Dfileio.c182 ffgetline(FILE *ffp, char *buf, int nbuf, int *nbytes) argument
197 *nbytes = i;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibbfd.h753 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
755 file_ptr nbytes);
/openbsd-current/gnu/gcc/gcc/
H A Dtree-vectorizer.c1553 int nbytes = GET_MODE_SIZE (inner_mode);
1557 if (nbytes == 0 || nbytes >= UNITS_PER_SIMD_WORD)
1562 nunits = UNITS_PER_SIMD_WORD / nbytes;
1552 int nbytes = GET_MODE_SIZE (inner_mode); local

Completed in 344 milliseconds

123456789