HomeSort by: relevance | last modified time | path
    Searched refs:num_chars (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
lto-compress.h 32 const char *base, size_t num_chars);
39 const char *base, size_t num_chars);
lto-section-out.cc 48 /* Flush compressed stream data function, sends NUM_CHARS from CHARS
52 lto_append_data (const char *chars, unsigned int num_chars, void *opaque)
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);
lto-compress.cc 201 /* Append NUM_CHARS from address BASE to STREAM. */
205 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;
233 /* Append NUM_CHARS from address BASE to STREAM. */
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;
324 /* Append NUM_CHARS from address BASE to STREAM. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-compress.h 32 const char *base, size_t num_chars);
39 const char *base, size_t num_chars);
lto-section-out.cc 48 /* Flush compressed stream data function, sends NUM_CHARS from CHARS
52 lto_append_data (const char *chars, unsigned int num_chars, void *opaque)
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);
lto-compress.cc 201 /* Append NUM_CHARS from address BASE to STREAM. */
205 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;
233 /* Append NUM_CHARS from address BASE to STREAM. */
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;
324 /* Append NUM_CHARS from address BASE to STREAM. *
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bf_readbuff.c 221 int num = 0, num_chars, found_newline; local
238 for (num_chars = 0;
239 (num_chars < ctx->ibuf_len) && (num_chars < size);
240 num_chars++) {
241 *buf++ = p[num_chars];
242 if (p[num_chars] == '\n') {
244 num_chars++;
248 num += num_chars;
249 size -= num_chars;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bf_readbuff.c 221 int num = 0, num_chars, found_newline; local
238 for (num_chars = 0;
239 (num_chars < ctx->ibuf_len) && (num_chars < size);
240 num_chars++) {
241 *buf++ = p[num_chars];
242 if (p[num_chars] == '\n') {
244 num_chars++;
248 num += num_chars;
249 size -= num_chars;
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
strings.c 949 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 = num_print = 0
945 unsigned int num_chars = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
strings.c 949 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 = num_print = 0
945 unsigned int num_chars = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
stabs.c 56 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...]
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 56 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...]
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 56 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...]
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 56 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...]
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 65 int num_chars; member in struct:converted_character
2293 int num_chars;
2300 num_chars = iter.iterate (&result, &chars, &buf, &buflen);
2301 if (num_chars < 0)
2303 if (num_chars > 0)
2313 for (i = 0; i < num_chars; ++i)
2322 for (i = 0; i < num_chars; ++i)
2329 /* This handles the NUM_CHARS == 0 case as well. */
2361 tmp.num_chars
2363 if (tmp.num_chars > 0
2292 int num_chars; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 65 int num_chars; member in struct:converted_character
2219 int num_chars;
2226 num_chars = iter.iterate (&result, &chars, &buf, &buflen);
2227 if (num_chars < 0)
2229 if (num_chars > 0)
2239 for (i = 0; i < num_chars; ++i)
2248 for (i = 0; i < num_chars; ++i)
2255 /* This handles the NUM_CHARS == 0 case as well. */
2287 tmp.num_chars
2289 if (tmp.num_chars > 0
2218 int num_chars; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
ans.pl 154 my $num_chars = $udpsock->send($result);
155 print " Sent $num_chars bytes via UDP\n";
  /src/external/mit/libuv/dist/src/unix/
os390-syscalls.c 388 static const size_t num_chars = 62; local
417 *cp++ = tempchars[v % num_chars];
418 v /= num_chars;
  /src/external/gpl3/binutils/dist/gas/
expr.c 1654 sets NUM_CHARS to the number of characters in the operator.
1658 operatorf (int *num_chars)
1664 *num_chars = 1;
1690 *num_chars = input_line_pointer - name;
1708 *num_chars = input_line_pointer - start;
1733 *num_chars = 2;
1740 *num_chars = 2;
1755 *num_chars = 2;
1763 *num_chars = 2;
1767 *num_chars = 2
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
expr.c 1689 sets NUM_CHARS to the number of characters in the operator.
1693 operatorf (int *num_chars)
1699 *num_chars = 1;
1725 *num_chars = input_line_pointer - name;
1743 *num_chars = input_line_pointer - start;
1768 *num_chars = 2;
1775 *num_chars = 2;
1790 *num_chars = 2;
1798 *num_chars = 2;
1802 *num_chars = 2
    [all...]
  /src/external/gpl3/binutils/dist/include/
xtensa-isa.h 207 "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);
  /src/external/gpl3/binutils.old/dist/include/
xtensa-isa.h 207 "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);
  /src/external/gpl3/gdb/dist/include/
xtensa-isa.h 207 "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);
  /src/external/gpl3/gdb.old/dist/include/
xtensa-isa.h 207 "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);
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/
ans.pl 209 my $num_chars = $udpsock->send($result);
210 print " Sent $num_chars bytes via UDP\n";

Completed in 74 milliseconds

1 2