Searched refs:total (Results 251 - 275 of 354) sorted by last modified time

<<1112131415

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_fn_imps.hpp74 const size_type total = local
76 _GLIBCXX_DEBUG_ASSERT(total >= 3);
90 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2589 % Numbers following @columnfractions are the percent of the total
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.cpp86 int total=0; local
108 total = atoi(s);
112 if (last->alignment != align || last->position != total)
127 int total=0; local
148 total = atoi(s);
160 last->position = total;
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y39 int total;
663 && (lp == 0 || lp->total > 1)
868 label_ptr->total = 2; // force use of disambiguator
947 : start(label_pool.length()), length(s.length()), count(0), total(1)
974 (*ptr)->total += 1;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp506 vunits total;
514 total += amount[i];
525 if (total <= gap) {
530 // gap < total
531 vunits v = scale(amount[i], gap, total);
535 total -= amount[i];
540 assert(total == V0);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c78 long total_count; /* total number of strings cached, including dups */
80 long total_size; /* total number of bytes cached, including dups */
81 long structure_size; /* total size of bcache, including infrastructure */
85 total number of hashes can be computed by adding TOTAL_COUNT to
306 print_percentage (int portion, int total)
308 if (total == 0)
311 printf_filtered ("%3d%%\n", portion * 100 / total);
301 print_percentage(int portion, int total) argument
H A Dremote.c4928 unsigned int total = 0;
4938 return total > 0 ? total : i;
4942 return total > 0 ? total : -1;
4952 total += i;
4955 return total;
4915 unsigned int total = 0; local
/freebsd-11-stable/contrib/gdb/include/
H A Dmd5.h84 md5_uint32 total[2]; member in struct:md5_ctx
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c548 ssize_t size, total, count; local
600 total = 0;
601 while ((count = read (file->fd, buf + total, size - total)) > 0)
603 total += count;
605 if (total == size)
620 if (regular && total != size && STAT_SIZE_RELIABLE (file->st))
625 buf, size, total, &file->st.st_size);
H A Dmacro.c812 unsigned int i, total; local
822 total = macro->count;
829 total += 2;
842 total += arg->count - 1;
847 total += arg->expanded_count - 1;
853 buff = _cpp_get_buff (pfile, total * sizeof (cpp_token *));
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c72 ctx->total[0] = ctx->total[1] = 0;
105 ctx->total[0] += bytes;
106 if (ctx->total[0] < bytes)
107 ++ctx->total[1];
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
115 (ctx->total[0] >> 29));
284 ctx->total[0] += len;
285 if (ctx->total[
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dmd5.h83 md5_uint32 total[2]; member in struct:md5_ctx
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Dbar.h40 unsigned total; member in struct:__anon1449
48 bar->total = count;
56 bar->total = count;
72 return ++bar->arrived == bar->total;
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dbar.c45 bar->total = count;
68 bar->total = count;
H A Dbar.h46 unsigned total; member in struct:__anon1451
60 return ++bar->arrived == bar->total;
/freebsd-11-stable/contrib/dialog/
H A Dformbox.c135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice) argument
140 for (n = 0; n < total; ++n) {
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex239 the same name, this approach can substantially reduce the total size
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c72 ctx->total[0] = ctx->total[1] = 0;
105 ctx->total[0] += bytes;
106 if (ctx->total[0] < bytes)
107 ++ctx->total[1];
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
115 (ctx->total[0] >> 29));
284 ctx->total[0] += len;
285 if (ctx->total[
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c6624 int total;
6637 total = section->sh_size / sizeof (Elf_External_Versym);
6655 SECTION_NAME (section), total);
6665 total * sizeof (short));
6666 edata = get_data (NULL, file, off, total, sizeof (short),
6674 data = cmalloc (total, sizeof (short));
6676 for (cnt = total; cnt --;)
6682 for (cnt = 0; cnt < total; cnt += 4)
6690 for (j = 0; (j < 4) && (cnt + j) < total; ++j)
7374 printf (_("\nHistogram for bucket list length (total o
6621 int total; local
6652 SECTION_NAME (section), total); local
[all...]
H A Dsize.c91 -t --totals Display the total sizes (Berkeley only)\n\
222 name of the section, and the total of the section sizes. */
246 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
254 (unsigned long) total, (unsigned long) total);
436 bfd_size_type total;
448 total = textsize + datasize + bsssize;
463 (unsigned long) total, (unsigned long) total);
244 bfd_size_type total = total_textsize + total_datasize + total_bsssize; local
432 bfd_size_type total; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h3436 bfd_vma total;
5099 if (t->total == val)
5109 t->total = val;
H A Dcoffcode.h3310 unsigned int total;
3312 total = 0;
3322 total += value;
3323 total = 0xffff & (total + (total >> 0x10));
3328 return (0xffff & (total + (total >> 0x10)));
3309 unsigned int total; local
H A Dcoffgen.c489 int total = 0; local
498 total += s->lineno_count;
499 return total;
531 ++total;
539 return total;
H A Dcpu-ia64-opc.c103 int i, bits = 0, total = 0; local
109 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total;
110 total += bits;
188 int i, bits = 0, total = 0; local
195 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total;
196 total += bits;
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1);
H A Decofflink.c1581 unsigned long total;
1583 total = 0;
1600 total += l->size;
1603 if ((total & (swap->debug_align - 1)) != 0)
1608 i = swap->debug_align - (total & (swap->debug_align - 1));
1665 unsigned long total;
1673 total = 1;
1685 total += len + 1;
1688 if ((total & (swap->debug_align - 1)) != 0)
1693 i = swap->debug_align - (total
1578 unsigned long total; local
1662 unsigned long total; local
2473 unsigned long total; local
2527 unsigned long total; local
[all...]

Completed in 424 milliseconds

<<1112131415