| /src/usr.bin/m4/lib/ |
| ohash_entries.c | 25 return h->total - h->deleted;
|
| /src/external/bsd/zstd/dist/tests/ |
| loremOut.c | 29 unsigned long long total = 0; local 36 while (total < size) { 38 LOREM_genBlock(buff, genBlockSize, seed++, total == 0, 0); 40 total += generated; 41 assert(total <= size); 46 if (size - total < genBlockSize) 47 genBlockSize = (size_t)(size - total); 49 assert(total == size);
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-cost.cc | 58 int *total) 70 *total = 0; 80 *total = satisfies_constraint_Is20 (x) ? 0 : 4; 83 *total = satisfies_constraint_Iu15 (x) ? 0 : 4; 86 *total = satisfies_constraint_Iu05 (x) ? 0 : 4; 89 *total = satisfies_constraint_Is16 (x) ? 0 : 4; 91 *total = COSTS_N_INSNS (1); 98 *total = COSTS_N_INSNS (1); 102 *total = COSTS_N_INSNS (1); 119 *total = COSTS_N_INSNS (1) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-cost.cc | 58 int *total) 70 *total = 0; 80 *total = satisfies_constraint_Is20 (x) ? 0 : 4; 83 *total = satisfies_constraint_Iu15 (x) ? 0 : 4; 86 *total = satisfies_constraint_Iu05 (x) ? 0 : 4; 89 *total = satisfies_constraint_Is16 (x) ? 0 : 4; 91 *total = COSTS_N_INSNS (1); 98 *total = COSTS_N_INSNS (1); 102 *total = COSTS_N_INSNS (1); 119 *total = COSTS_N_INSNS (1) [all...] |
| /src/sys/arch/hpc/stand/libz/ |
| zalloc.c | 37 size_t total = items * size; local 39 opaque = malloc(total); 41 memset(opaque, 0, total);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb-hashtab.cc | 27 size_t total = size * count; local 28 void *ptr = obstack_alloc ((struct obstack *) data, total); 30 memset (ptr, 0, total);
|
| /src/games/canfield/cfscores/ |
| cfscores.c | 107 struct betinfo total; local 120 i = read(dbfd, &total, sizeof(total)); 123 if (i == 0 || total.hand == 0) { 129 if (total.worth >= 0) 134 printf("|Costs Total |\n"); 135 printf("| Hands %8ld |\n", total.hand); 136 printf("| Inspections %8ld |\n", total.inspection); 137 printf("| Games %8ld |\n", total.game); 138 printf("| Runs %8ld |\n", total.runs) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| read1.c | 113 ssize_t res, total; local 117 total = 0; 120 res = read2 (fd, (char *)buf + total, count - total); 124 iteration, fd, count - total, res, 131 total = -1; 135 if (total > 0 144 total = -1; 148 total += res; 149 if (total == count [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| read1.c | 113 ssize_t res, total; local 117 total = 0; 120 res = read2 (fd, (char *)buf + total, count - total); 124 iteration, fd, count - total, res, 131 total = -1; 135 if (total > 0 144 total = -1; 148 total += res; 149 if (total == count [all...] |
| /src/usr.bin/cksum/ |
| sum1.c | 53 off_t total; local 63 thecrc = total = 0; 65 for (total += nr, p = buf; nr--; ++p) { 74 *clen = total;
|
| sum2.c | 54 off_t total; local 67 total = 0; 69 for (total += nr, p = buf; nr--; ++p) 78 *clen = total;
|
| /src/external/gpl3/gcc/dist/libgomp/config/nvptx/ |
| bar.c | 38 /* Next time we'll be awaiting TOTAL threads again. */ 39 bar->awaited = bar->total; 43 if (bar->total > 1) 44 asm ("bar.sync 1, %0;" : : "r" (32 * bar->total)); 64 if (bar->total > 1) 65 asm ("bar.arrive 1, %0;" : : "r" (32 * bar->total)); 86 if (bar->total > 1) 87 run_tasks = __builtin_nvptx_bar_red_or (1, 32 * bar->total, true, 92 /* Next time we'll be awaiting TOTAL threads again. */ 93 bar->awaited = bar->total; [all...] |
| /src/sys/arch/ews4800mips/stand/common/ |
| inckern.c | 42 int err, i, n, total, nulldata; local 46 total = 0; 54 total = strtoul(optarg, 0, 0); 58 if ((optarg == 0) || (total != 0) || 74 fprintf(ofd, "%d];\n", total); 75 fprintf(ofd, "int kernel_binary_size = %d;\n", total); 84 total += n; 86 fprintf(ofd, "\n};\nint kernel_binary_size = %d;\n", total);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| full-write.c | 62 size_t total = 0; local 75 total += n_rw; 80 return total;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| average.c | 14 int total = 0, num_elements = 0, average = 0; local 15 total = sum(list, low, high); 18 average = total / num_elements;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| average.c | 14 int total = 0, num_elements = 0, average = 0; local 15 total = sum(list, low, high); 18 average = total / num_elements;
|
| /src/sbin/newfs_v7fs/ |
| newfs_v7fs.h | 41 off_t total; member in struct:progress_arg
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| anonpgpid.d | 18 * BYTES Total bytes during sample 68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1); 74 printa("%6d %-16s %1s %@d\n", @total);
|
| js_objcpu.d | 50 @total = sum(this->oncpu); 57 normalize(@total, 1000000); 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
| rb_objcpu.d | 50 @total = sum(this->oncpu); 57 normalize(@total, 1000000); 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
| /src/external/cddl/dtracetoolkit/dist/Mem/ |
| anonpgpid.d | 18 * BYTES Total bytes during sample 68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1); 74 printa("%6d %-16s %1s %@d\n", @total);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| fetch.c | 111 size_t total; local 123 total = 0; 126 char *newp = ber_memrealloc( p, total + bytes + 1 ); 133 AC_MEMCPY( &p[total], buffer, bytes ); 134 total += bytes; 139 if( total == 0 ) { 148 p[total] = '\0'; 150 *vlenp = total;
|
| /src/external/cddl/dtracetoolkit/dist/JavaScript/ |
| js_objcpu.d | 50 @total = sum(this->oncpu); 57 normalize(@total, 1000000); 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
| /src/external/cddl/dtracetoolkit/dist/Ruby/ |
| rb_objcpu.d | 50 @total = sum(this->oncpu); 57 normalize(@total, 1000000); 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
| /src/games/mille/ |
| mille.c | 103 if (!restore || (Player[PLAYER].total >= 5000 104 || Player[COMP].total >= 5000)) { 105 if (Player[COMP].total < Player[PLAYER].total) 107 else if (Player[COMP].total > Player[PLAYER].total) 109 Player[COMP].total = 0; 110 Player[PLAYER].total = 0; 131 } while (Player[COMP].total < 5000 132 && Player[PLAYER].total < 5000) [all...] |