Searched refs:total (Results 76 - 100 of 479) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dbar.c42 bar->total = count;
66 bar->total = count;
175 count = bar->total - 1;
/netbsd-6-1-5-RELEASE/games/mille/
H A Dend.c83 pp->total += tot;
135 pp->total += tot;
149 pp->total -= Last_tot[i];
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dm-regex.c125 size_t total = pattern_size; local
146 sep = memchr (motif, '\n', total);
151 total -= (len + 1);
155 len = total;
156 total = 0;
168 } while (sep && total != 0);
211 size_t total = pattern_size; local
232 sep = memchr (motif, '\n', total);
237 total -= (len + 1);
241 len = total;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.c5118 int total;
5134 total = 0;
5135 avr_rtx_costs (x, code, outer, &total, speed);
5136 return total;
5145 avr_rtx_costs (rtx x, int codearg, int outer_code ATTRIBUTE_UNUSED, int *total,
5157 *total = 0;
5164 *total = COSTS_N_INSNS (GET_MODE_SIZE (mode));
5172 *total = COSTS_N_INSNS (1);
5176 *total = COSTS_N_INSNS (3);
5180 *total
5116 int total; local
5143 avr_rtx_costs(rtx x, int codearg, int outer_code ATTRIBUTE_UNUSED, int *total, bool speed) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/avr/
H A Davr.c4910 int total;
4926 total = 0;
4927 avr_rtx_costs (x, code, outer, &total);
4928 return total;
4937 avr_rtx_costs (rtx x, int code, int outer_code, int *total)
4947 *total = 0;
4954 *total = COSTS_N_INSNS (GET_MODE_SIZE (mode));
4962 *total = COSTS_N_INSNS (1);
4966 *total = COSTS_N_INSNS (3);
4970 *total
4908 int total; local
4935 avr_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinflate.h87 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.h87 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dpvresize.c25 unsigned total; member in struct:pvresize_params
179 params->total++;
210 params.total = 0;
216 "not resized", params.done, params.total - params.done);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dmd5.h87 md5_uint32 total[2]; member in struct:md5_ctx
H A Dsha1.h84 sha1_uint32 total[2]; member in struct:sha1_ctx
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dmd5.h87 md5_uint32 total[2]; member in struct:md5_ctx
H A Dsha1.h84 sha1_uint32 total[2]; member in struct:sha1_ctx
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinflate.h85 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dmd5.h81 md5_uint32 total[2]; member in struct:md5_ctx
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Drndpseudo_50.c55 r50->total = r->total;
70 r50_32->total = r->total;
/netbsd-6-1-5-RELEASE/sbin/fsck_v7fs/
H A Dfsck_v7fs.h51 off_t total; member in struct:progress_arg
/netbsd-6-1-5-RELEASE/games/dab/
H A Dgamescreen.h68 virtual void total(size_t l, const PLAYER& p) = 0; // Post total score
H A Dttyscrn.h57 void total(size_t s, const PLAYER& p);
65 offstotal = 3, // total y offset from top of the board
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dmd5.h87 md5_uint32 total[2]; member in struct:md5_ctx
H A Dsha1.h84 sha1_uint32 total[2]; member in struct:sha1_ctx
/netbsd-6-1-5-RELEASE/usr.bin/m4/lib/
H A Dohash_init.c40 h->total = h->deleted = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dsec-7m.d12 # multiple of 4, and whose total length in linked output
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dfile_http.cpp364 size_t cnt, total = 0; local
367 cnt = recv(h, buf + total, size - total, 0);
368 total += cnt;
370 size, total, cnt));
371 } while (total < size && cnt > 0);
373 DPRINTFN(1,(TEXT("total read %d byte\n"), total));
374 return total;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c2442 xtensa_rtx_costs (rtx x, int code, int outer_code, int *total)
2452 *total = 4;
2460 *total = 0;
2467 *total = 0;
2474 *total = 0;
2487 *total = 5;
2489 *total = COSTS_N_INSNS (2);
2491 *total = 6;
2498 *total = COSTS_N_INSNS (2);
2500 *total
2440 xtensa_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/vmstat/
H A Dvmstat.c673 (void)printf(" total-v active-v active-r");
681 struct vmtotal total; local
691 (void)memset(&total, 0, sizeof(total));
693 size = sizeof(total);
695 &total, &size, NULL, 0) == -1) {
697 (void)memset(&total, 0, sizeof(total));
700 (void)printf("%2d ", total.t_rq);
701 (void)printf("%2d ", total
727 struct vmtotal total; local
1066 double pcnt, total; local
1347 long total, inuse, this_total, this_inuse; local
[all...]

Completed in 414 milliseconds

1234567891011>>