Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 126) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/libiberty/
Dmd5.c72 ctx->total[0] = ctx->total[1] = 0; in md5_init_ctx()
110 ctx->total[0] += bytes; in md5_finish_ctx()
111 if (ctx->total[0] < bytes) in md5_finish_ctx()
112 ++ctx->total[1]; in md5_finish_ctx()
120 swap_bytes = SWAP (ctx->total[0] << 3); in md5_finish_ctx()
122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in md5_finish_ctx()
295 ctx->total[0] += len; in md5_process_block()
296 ctx->total[1] += ((len >> 31) >> 1) + (ctx->total[0] < len); in md5_process_block()
Dsha1.c66 ctx->total[0] = ctx->total[1] = 0; in sha1_init_ctx()
100 ctx->total[0] += bytes; in sha1_finish_ctx()
101 if (ctx->total[0] < bytes) in sha1_finish_ctx()
102 ++ctx->total[1]; in sha1_finish_ctx()
105 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in sha1_finish_ctx()
106 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3); in sha1_finish_ctx()
302 ctx->total[0] += len; in sha1_process_block()
303 ctx->total[1] += ((len >> 31) >> 1) + (ctx->total[0] < len); in sha1_process_block()
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dincr_comdat_test_2_v1.cc34 static int total = 0; in sum() local
35 total += k; in sum()
36 return total; in sum()
Dincr_comdat_test_2_v2.cc34 static int total = 0; in sum() local
35 total += k; in sum()
36 return total; in sum()
Dincr_comdat_test_2_v3.cc34 static int total = 0; in sum() local
35 total += k; in sum()
36 return total; in sum()
Dincr_comdat_test_1.cc43 static int total = 0; in sum() local
44 total += k; in sum()
45 return total; in sum()
/toolchain/binutils/binutils-2.25/binutils/
Dsize.c243 bfd_size_type total = total_textsize + total_datasize + total_bsssize; in main() local
251 (unsigned long) total, (unsigned long) total); in main()
462 bfd_size_type total; in print_berkeley_format() local
475 total = textsize + datasize + bsssize; in print_berkeley_format()
490 (unsigned long) total, (unsigned long) total); in print_berkeley_format()
/toolchain/binutils/binutils-2.25/gprof/
Dfsf_callg_bl.m3 the total amount of time spent in each function and its children.
15 % time This is the percentage of the `total' time that was spent
20 self This is the total amount of time spent in this function.
22 children This is the total amount of time propagated into this
45 function `/' the total number of times the function
67 this child `/' the total number of times the child
Dflat_bl.m2 % the percentage of the total running time of the
19 total the average number of milliseconds spent in this
Dbsd_callg_bl.m13 %time the percentage of the total time of the program
53 total* the number of times this function was called by
79 total* the number of times this child is called by all
Dgprof.texi159 can be expressed by the total time for the function divided
306 % cumulative self self total
344 you get for the functions in those modules is the total time spent in them;
821 children@dots{}) will be used to determine total-time and
921 The @dfn{flat profile} shows the total amount of time your program
936 % cumulative self self total
969 The program's total execution time was 0.06
998 This is the percentage of the total execution time your program spent
1002 This is the cumulative total number of seconds the computer spent
1011 This is the total number of times the function was called. If the
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dcpu-ia64-opc.c103 int i, bits = 0, total = 0; in ext_immu() local
109 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total; in ext_immu()
110 total += bits; in ext_immu()
188 int i, bits = 0, total = 0; in ext_imms_scaled() local
195 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total; in ext_imms_scaled()
196 total += bits; in ext_imms_scaled()
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1); in ext_imms_scaled()
Decofflink.c1526 unsigned long total; in ecoff_write_shuffle() local
1528 total = 0; in ecoff_write_shuffle()
1545 total += l->size; in ecoff_write_shuffle()
1548 if ((total & (swap->debug_align - 1)) != 0) in ecoff_write_shuffle()
1553 i = swap->debug_align - (total & (swap->debug_align - 1)); in ecoff_write_shuffle()
1609 unsigned long total; in bfd_ecoff_write_accumulated_debug() local
1617 total = 1; in bfd_ecoff_write_accumulated_debug()
1629 total += len + 1; in bfd_ecoff_write_accumulated_debug()
1632 if ((total & (swap->debug_align - 1)) != 0) in bfd_ecoff_write_accumulated_debug()
1637 i = swap->debug_align - (total & (swap->debug_align - 1)); in bfd_ecoff_write_accumulated_debug()
[all …]
Dihex.c725 size_t total; in ihex_write_record() local
748 total = 9 + count * 2 + 4; in ihex_write_record()
749 if (bfd_bwrite (buf, (bfd_size_type) total, abfd) != total) in ihex_write_record()
/toolchain/binutils/binutils-2.25/gas/
Dhash.c380 unsigned long total; in hash_print_statistics() local
391 total = 0; in hash_print_statistics()
402 ++total; in hash_print_statistics()
406 fprintf (f, "\t%g average chain length\n", (double) total / table->size); in hash_print_statistics()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dsec-7m.d12 # multiple of 4, and whose total length in linked output
/toolchain/binutils/binutils-2.25/include/
Dsha1.h89 sha1_uint32 total[2]; member
Dmd5.h92 md5_uint32 total[2]; member
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dh8500.sc25 /* Code and data 64k total */
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c438 int total; in build_hash_table()
446 total += hash_count[i]; in build_hash_table()
450 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
/toolchain/binutils/binutils-2.25/gprof/po/
Dpt_BR.po106 "%9lu N�mero total de execu��es de linha\n"
165 msgid "total"
166 msgstr "total"
501 msgid "total "
502 msgstr "total "
Dfr.po113 "%9lu Nombre total d'exécutions de lignes\n"
175 msgid "total"
176 msgstr "total"
541 msgid "total "
542 msgstr "total "
Des.po108 "%9lu Número total de ejecuciones de línea\n"
170 msgid "total"
171 msgstr "total"
536 msgid "total "
537 msgstr "total "
Did.po170 msgid "total"
171 msgstr "total"
536 msgid "total "
537 msgstr "total "
Dgprof.pot150 msgid "total"
493 msgid "total "

123456