Searched refs:nbytes (Results 176 - 200 of 211) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ns32k.c1719 md_number_to_chars (buf, value, nbytes)
1722 int nbytes;
1724 number_to_chars_littleendian (buf, value, nbytes);
H A Dtc-h8300.c2214 md_number_to_chars (char *ptr, valueT use, int nbytes)
2216 number_to_chars_bigendian (ptr, use, nbytes);
2212 md_number_to_chars(char *ptr, valueT use, int nbytes) argument
H A Dtc-ia64.c1140 ia64_do_align (int nbytes) argument
1145 s_align_bytes (nbytes);
1150 ia64_cons_align (nbytes)
1151 int nbytes;
1157 s_align_bytes (nbytes);
10293 ia64_cons_fix_new (f, where, nbytes, exp)
10296 int nbytes;
10302 switch (nbytes)
10354 as_bad ("Unsupported fixup size %d", nbytes);
10366 fix = fix_new_exp (f, where, nbytes, ex
[all...]
H A Dtc-arm.c14148 s_arm_elf_cons (nbytes)
14149 int nbytes;
14164 md_cons_align (nbytes);
14181 if (size > nbytes)
14183 howto->name, nbytes);
14186 register char *p = frag_more ((int) nbytes);
14187 int offset = nbytes - size;
14194 emit_expr (&exp, (unsigned int) nbytes);
H A Dtc-hppa.c8295 pa_cons (nbytes)
8296 int nbytes;
8298 cons (nbytes);
H A Dtc-d30v.c132 static void d30v_number_to_chars PARAMS ((char *buf, long long value, int nbytes));
2009 char *buf; /* Return 'nbytes' of chars here. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c1946 mmix_asm_output_skip (stream, nbytes)
1948 int nbytes;
1950 fprintf (stream, "\tLOC @+%d\n", nbytes);
/openbsd-current/sys/net/
H A Dhfsc.c487 hfsc_pf_qstats(struct pf_queuespec *q, void *ubuf, int *nbytes) argument
498 if (*nbytes < sizeof(stats))
516 *nbytes = sizeof(stats);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c1780 int nbytes; local
1792 nbytes = FT_NUM_MEMBERS * sizeof (struct type *);
1794 obstack_alloc (&objfile->objfile_obstack, nbytes);
1795 memset ((char *) objfile->fundamental_types, 0, nbytes);
H A Dprocfs.c4366 int nbytes = 0; local
4386 nbytes = write (pi->as_fd, myaddr, len);
4391 nbytes = read (pi->as_fd, myaddr, len);
4393 if (nbytes < 0)
4395 nbytes = 0;
4398 return nbytes;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.c1986 int nbytes;
1996 nbytes = current_function_pretend_args_size;
2000 nbytes += (NPARM_REGS - number_of_regs_before_varargs) * UNITS_PER_WORD;
2002 infp->arg_size = nbytes;
1982 int nbytes; local
/openbsd-current/sys/dev/pci/
H A Dif_txpreg.h603 u_int32_t nbytes; member in struct:txp_fw_section_header
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ns32k.c1378 md_number_to_chars (char *buf, valueT value, int nbytes)
1380 number_to_chars_littleendian (buf, value, nbytes);
1371 md_number_to_chars(char *buf, valueT value, int nbytes) argument
H A Dtc-h8300.c2154 md_number_to_chars (char *ptr, valueT use, int nbytes)
2156 number_to_chars_bigendian (ptr, use, nbytes);
2152 md_number_to_chars(char *ptr, valueT use, int nbytes) argument
H A Dtc-ia64.c1186 ia64_do_align (int nbytes) argument
1191 s_align_bytes (nbytes);
1196 ia64_cons_align (nbytes)
1197 int nbytes;
1203 s_align_bytes (nbytes);
11158 ia64_cons_fix_new (f, where, nbytes, exp)
11161 int nbytes;
11167 switch (nbytes)
11219 as_bad ("Unsupported fixup size %d", nbytes);
11231 fix = fix_new_exp (f, where, nbytes, ex
[all...]
H A Dtc-xtensa.c1563 xtensa_elf_cons (int nbytes)
1598 else if (nbytes != (int) bfd_get_reloc_size (reloc_howto))
1600 reloc_howto->name, nbytes);
1603 char *p = frag_more ((int) nbytes);
1606 nbytes, &exp, 0, reloc);
1610 emit_expr (&exp, (unsigned int) nbytes);
1560 xtensa_elf_cons(int nbytes) argument
1597 reloc_howto->name, nbytes); local
H A Dtc-hppa.c8321 pa_cons (nbytes)
8322 int nbytes;
8324 cons (nbytes);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.c1138 if (size + cum->nbytes <= regpass * UNITS_PER_WORD
1139 && cum->nbytes / UNITS_PER_WORD <= 3)
1140 result = gen_rtx_REG (mode, cum->nbytes / UNITS_PER_WORD);
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h176 inline static SizeType getSizeType(unsigned nbytes);
189 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { argument
190 switch (nbytes) {
/openbsd-current/usr.bin/ssh/
H A Dpacket.c2770 sshpkt_msg_ignore(struct ssh *ssh, u_int nbytes) argument
2777 (r = sshpkt_put_u32(ssh, nbytes)) != 0)
2779 for (i = 0; i < nbytes; i++) {
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dmmix.c1765 mmix_asm_output_skip (FILE *stream, int nbytes) argument
1767 fprintf (stream, "\tLOC @+%d\n", nbytes);
/openbsd-current/gnu/usr.bin/perl/
H A Dutil.c524 Malloc_t Perl_malloc (MEM_SIZE nbytes) argument
529 return (Malloc_t)PerlMem_malloc(nbytes);
540 Malloc_t Perl_realloc (Malloc_t where, MEM_SIZE nbytes) argument
545 return (Malloc_t)PerlMem_realloc(where, nbytes);
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.c1106 if (size + cum->nbytes <= regpass * UNITS_PER_WORD
1107 && cum->nbytes / UNITS_PER_WORD <= 3)
1108 result = gen_rtx_REG (mode, cum->nbytes / UNITS_PER_WORD);
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp1784 int nbytes = 0; local
1791 ++nbytes;
1796 return nbytes;
1798 nbytes += n;
1803 return nbytes;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl3665 @@ -479,6 +479,13 @@ Malloc_t realloc _((Malloc_t where, MEM_SIZE nbytes));
3670 +Malloc_t safemalloc _((MEM_SIZE nbytes));
3672 +Malloc_t saferealloc _((Malloc_t where, MEM_SIZE nbytes));

Completed in 964 milliseconds

123456789