| /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/gcc/dist/gcc/ |
| 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);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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);
|
| /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.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/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/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/gdb.old/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...] |
| ada-lang.c | 913 int num_chars = obstack_object_size (storage) / sizeof (T); 915 for (int i = 0; i < num_chars; ++i) 1097 int num_chars = obstack_object_size (&storage) / sizeof (uint32_t); 1098 for (int i = 0; i < num_chars; ++i) 1118 num_chars * sizeof (uint32_t), 909 int num_chars = obstack_object_size (storage) \/ sizeof (T); local 1093 int num_chars = obstack_object_size (&storage) \/ sizeof (uint32_t); local
|
| /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...] |
| ada-lang.c | 918 int num_chars = obstack_object_size (storage) / sizeof (T); 920 for (int i = 0; i < num_chars; ++i) 1102 int num_chars = obstack_object_size (&storage) / sizeof (uint32_t); 1103 for (int i = 0; i < num_chars; ++i) 1123 num_chars * sizeof (uint32_t), 914 int num_chars = obstack_object_size (storage) \/ sizeof (T); local 1098 int num_chars = obstack_object_size (&storage) \/ sizeof (uint32_t); local
|
| /src/external/mit/libuv/dist/src/win/ |
| fs.c | 1249 static const size_t num_chars = 62; local 1274 *cp++ = tempchars[v % num_chars]; 1275 v /= num_chars;
|