Searched refs:num_chars (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-compress.h32 const char *base, size_t num_chars);
39 const char *base, size_t num_chars);
H A Dlto-compress.c205 const char *base, size_t num_chars)
207 size_t required = stream->bytes + num_chars;
219 memcpy (stream->buffer + stream->bytes, base, num_chars);
220 stream->bytes += num_chars;
237 const char *base, size_t num_chars)
241 lto_append_to_compression_stream (stream, base, num_chars);
242 lto_stats.num_output_il_bytes += num_chars;
330 const char *base, size_t num_chars)
334 lto_append_to_compression_stream (stream, base, num_chars);
335 lto_stats.num_input_il_bytes += num_chars;
204 lto_append_to_compression_stream(struct lto_compression_stream *stream, const char *base, size_t num_chars) argument
236 lto_compress_block(struct lto_compression_stream *stream, const char *base, size_t num_chars) argument
329 lto_uncompress_block(struct lto_compression_stream *stream, const char *base, size_t num_chars) argument
[all...]
H A Dlto-section-out.c52 lto_append_data (const char *chars, unsigned int num_chars, void *opaque) argument
55 lang_hooks.lto.append_data (chars, num_chars, opaque);
132 unsigned int num_chars = block_size - sizeof (struct lto_char_ptr_base); local
136 this block; subtract from num_chars to obtain occupancy. */
139 num_chars -= obs->left_in_block;
142 lto_compress_block (compression_stream, base, num_chars);
144 lang_hooks.lto.append_data (base, num_chars, block);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-compress.h32 const char *base, size_t num_chars);
39 const char *base, size_t num_chars);
H A Dlto-section-out.cc52 lto_append_data (const char *chars, unsigned int num_chars, void *opaque) argument
55 lang_hooks.lto.append_data (chars, num_chars, opaque);
132 unsigned int num_chars = block_size - sizeof (struct lto_char_ptr_base); local
136 this block; subtract from num_chars to obtain occupancy. */
139 num_chars -= obs->left_in_block;
142 lto_compress_block (compression_stream, base, num_chars);
144 lang_hooks.lto.append_data (base, num_chars, block);
H A Dlto-compress.cc205 const char *base, size_t num_chars)
207 size_t required = stream->bytes + num_chars;
219 memcpy (stream->buffer + stream->bytes, base, num_chars);
220 stream->bytes += num_chars;
237 const char *base, size_t num_chars)
241 lto_append_to_compression_stream (stream, base, num_chars);
242 lto_stats.num_output_il_bytes += num_chars;
328 const char *base, size_t num_chars)
332 lto_append_to_compression_stream (stream, base, num_chars);
333 lto_stats.num_input_il_bytes += num_chars;
204 lto_append_to_compression_stream(struct lto_compression_stream *stream, const char *base, size_t num_chars) argument
236 lto_compress_block(struct lto_compression_stream *stream, const char *base, size_t num_chars) argument
327 lto_uncompress_block(struct lto_compression_stream *stream, const char *base, size_t num_chars) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbf_readbuff.c221 int num = 0, num_chars, found_newline; local
235 for (num_chars = 0;
236 (num_chars < ctx->ibuf_len) && (num_chars < size);
237 num_chars++) {
238 *buf++ = p[num_chars];
239 if (p[num_chars] == '\n') {
241 num_chars++;
245 num += num_chars;
246 size -= num_chars;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dstrings.c933 unsigned int num_chars = 0;
940 if (num_chars >= string_min)
949 num_chars = num_print = 0;
953 if (num_chars == 0)
959 num_chars ++;
966 num_chars = num_print = 0;
983 num_chars = num_print = 0;
992 num_chars = num_print = 0;
998 num_chars ++;
1013 num_chars
929 unsigned int num_chars = 0; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstrings.c949 unsigned int num_chars = 0;
956 if (num_chars >= string_min)
965 num_chars = num_print = 0;
969 if (num_chars == 0)
975 num_chars ++;
982 num_chars = num_print = 0;
999 num_chars = num_print = 0;
1008 num_chars = num_print = 0;
1014 num_chars ++;
1029 num_chars
945 unsigned int num_chars = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dstabs.c56 STABS characters; 'num_chars' which is the number of these charactes
64 bfd_vma num_chars; /* Number of STABS characters. */ member in struct:stab_link_includes_totals
297 bfd_vma num_chars;
308 sum_chars = num_chars = 0;
339 if (num_chars >= buf_len)
345 symb_rover = symb + num_chars;
349 num_chars ++;
362 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
373 && t->num_chars == num_chars
295 bfd_vma num_chars; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dstabs.c56 STABS characters; 'num_chars' which is the number of these charactes
64 bfd_vma num_chars; /* Number of STABS characters. */ member in struct:stab_link_includes_totals
297 bfd_vma num_chars;
308 sum_chars = num_chars = 0;
339 if (num_chars >= buf_len)
345 symb_rover = symb + num_chars;
349 num_chars ++;
362 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
373 && t->num_chars == num_chars
295 bfd_vma num_chars; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dstabs.c56 STABS characters; 'num_chars' which is the number of these charactes
64 bfd_vma num_chars; /* Number of STABS characters. */ member in struct:stab_link_includes_totals
297 bfd_vma num_chars;
308 sum_chars = num_chars = 0;
339 if (num_chars >= buf_len)
345 symb_rover = symb + num_chars;
349 num_chars ++;
362 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
373 && t->num_chars == num_chars
295 bfd_vma num_chars; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dstabs.c56 STABS characters; 'num_chars' which is the number of these charactes
64 bfd_vma num_chars; /* Number of STABS characters. */ member in struct:stab_link_includes_totals
324 bfd_vma num_chars; local
335 sum_chars = num_chars = 0;
366 if (num_chars >= buf_len)
372 symb_rover = symb + num_chars;
376 num_chars ++;
389 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
400 && t->num_chars == num_chars
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalprint.c59 int num_chars; member in struct:converted_character
2286 int num_chars;
2293 num_chars = iter.iterate (&result, &chars, &buf, &buflen);
2294 if (num_chars < 0)
2296 if (num_chars > 0)
2306 for (i = 0; i < num_chars; ++i)
2315 for (i = 0; i < num_chars; ++i)
2354 tmp.num_chars
2356 if (tmp.num_chars > 0)
2358 gdb_assert (tmp.num_chars < MAX_WCHAR
2285 int num_chars; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalprint.c64 int num_chars; member in struct:converted_character
2193 int num_chars;
2200 num_chars = iter.iterate (&result, &chars, &buf, &buflen);
2201 if (num_chars < 0)
2203 if (num_chars > 0)
2213 for (i = 0; i < num_chars; ++i)
2222 for (i = 0; i < num_chars; ++i)
2261 tmp.num_chars
2263 if (tmp.num_chars > 0)
2265 gdb_assert (tmp.num_chars < MAX_WCHAR
2192 int num_chars; local
[all...]
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.c388 static const size_t num_chars = 62; local
417 *cp++ = tempchars[v % num_chars];
418 v /= num_chars;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/resolver/ans3/
H A Dans.pl170 my $num_chars = $udpsock->send($result);
171 print " Sent $num_chars bytes via UDP\n";
/netbsd-current/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
H A Dans.pl154 my $num_chars = $udpsock->send($result);
155 print " Sent $num_chars bytes via UDP\n";
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dexpr.c1585 operatorf (int *num_chars)
1591 *num_chars = 1;
1617 *num_chars = input_line_pointer - name;
1635 *num_chars = input_line_pointer - start;
1660 *num_chars = 2;
1667 *num_chars = 2;
1682 *num_chars = 2;
1690 *num_chars = 2;
1694 *num_chars = 2;
1706 *num_chars
1578 operatorf(int *num_chars) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dexpr.c1613 operatorf (int *num_chars)
1619 *num_chars = 1;
1645 *num_chars = input_line_pointer - name;
1663 *num_chars = input_line_pointer - start;
1688 *num_chars = 2;
1695 *num_chars = 2;
1710 *num_chars = 2;
1718 *num_chars = 2;
1722 *num_chars = 2;
1734 *num_chars
1606 operatorf(int *num_chars) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dexpr.c1656 operatorf (int *num_chars)
1662 *num_chars = 1;
1688 *num_chars = input_line_pointer - name;
1706 *num_chars = input_line_pointer - start;
1731 *num_chars = 2;
1738 *num_chars = 2;
1753 *num_chars = 2;
1761 *num_chars = 2;
1765 *num_chars = 2;
1777 *num_chars
1649 operatorf(int *num_chars) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dxtensa-isa.h207 "num_chars" argument may be used to limit the number of bytes that
208 can be read or written. Otherwise, if "num_chars" is zero, the
213 unsigned char *cp, int num_chars);
217 const unsigned char *cp, int num_chars);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxtensa-isa.h207 "num_chars" argument may be used to limit the number of bytes that
208 can be read or written. Otherwise, if "num_chars" is zero, the
213 unsigned char *cp, int num_chars);
217 const unsigned char *cp, int num_chars);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxtensa-isa.h207 "num_chars" argument may be used to limit the number of bytes that
208 can be read or written. Otherwise, if "num_chars" is zero, the
213 unsigned char *cp, int num_chars);
217 const unsigned char *cp, int num_chars);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxtensa-isa.h207 "num_chars" argument may be used to limit the number of bytes that
208 can be read or written. Otherwise, if "num_chars" is zero, the
213 unsigned char *cp, int num_chars);
217 const unsigned char *cp, int num_chars);

Completed in 540 milliseconds

12