Searched refs:total (Results 1 - 25 of 479) sorted by last modified time

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dca.c252 int total=0; local
1186 total++;
1211 total++;
1232 total++;
1252 total++;
1278 BIO_printf(bio_err,"\n%d out of %d certificate requests certified, commit? [y/n]",total_done,total);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dencode.c135 unsigned int total=0; local
157 total=j+1;
167 total+=j+1;
172 *outl=total;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1161 size_t total; local
1164 total = buf->offset + buf->len;
1165 assert(total < sizeof buf->buf);
1166 n = SSL_read(ssl, buf->buf + total, (sizeof buf->buf) - total);
1225 size_t total; local
1228 total = buf->offset + buf->len;
1229 assert(total < sizeof buf->buf);
1230 n = read(fd, buf->buf + total, (sizeof buf->buf) - total);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dcbc.pl312 $total=16+4;
313 $total+=4 if ($p1 > 0);
314 $total+=4 if ($p2 > 0);
315 $total+=4 if ($p3 > 0);
316 &add("esp",$total);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-armv4-large.pl226 bne .Lloop @ [+18], total 1307
/netbsd-6-1-5-RELEASE/usr.sbin/ndp/
H A Dndp.c1502 sec2str(time_t total) argument
1511 days = total / 3600 / 24;
1512 hours = (total / 3600) % 24;
1513 mins = (total / 60) % 60;
1514 secs = total % 60;
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_km.c833 vmem_size_t total; local
839 total = vmem_size(kmem_arena, VMEM_ALLOC|VMEM_FREE);
842 return (free < (total / 10));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.c723 vax_rtx_costs (rtx x, int code, int outer_code, int *total,
740 *total = 0;
745 *total = ((unsigned HOST_WIDE_INT) ~INTVAL (x) <= 077) ? 1 : 2;
754 *total = 1;
762 *total = 3;
767 *total = vax_float_literal (x) ? 5 : 8;
769 *total = ((CONST_DOUBLE_HIGH (x) == 0
778 *total = 2;
782 *total = 3;
789 *total
719 vax_rtx_costs(rtx x, int code, int outer_code, int *total, bool speed ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/vax/
H A Dvax.c652 vax_rtx_costs (rtx x, int code, int outer_code, int *total)
668 *total = 0;
673 *total = ((unsigned HOST_WIDE_INT) ~INTVAL (x) <= 077) ? 1 : 2;
682 *total = 1;
690 *total = 3;
695 *total = vax_float_literal (x) ? 5 : 8;
697 *total = ((CONST_DOUBLE_HIGH (x) == 0
706 *total = 2;
710 *total = 3;
717 *total
648 vax_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dpmap.c3113 u_int cleanlist_idx, total, cnt; local
3135 total = 0;
3250 total += cleanlist_idx;
3279 if (total <= PMAP_REMOVE_CLEAN_LIST_SIZE)
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_rndq.c149 .last_time = 0, .last_delta = 0, .last_delta2 = 0, .total = 0,
528 rs->total = 0;
718 rs->total += entropy;
876 source->total += sample->entropy;
H A Dsubr_vmem.c1720 vmem_size_t total = 0; local
1831 total += sz;
1843 total -= r->sz;
1849 printf("total=%" PRIu64 "\n", (uint64_t)total);
1851 fprintf(stderr, "total=%" PRIu64 ", nalloc=%d, nfree=%d\n",
1852 (uint64_t)total, nalloc, nfree);
H A Dtty.c1610 int total; local
1614 total = tp->t_rawq.c_cc + tp->t_canq.c_cc;
1623 if (total >= TTYHOG / 2 &&
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsearch.c183 size_t total = size; local
196 sep = memchr (motif, '\n', total);
201 total -= (len + 1);
205 len = total;
206 total = 0;
221 } while (sep && total != 0);
259 size_t total = size; local
280 sep = memchr (motif, '\n', total);
285 total -= (len + 1);
289 len = total;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dmem.c143 size_t total; member in struct:isc__mem
544 if (ctx->quota != 0U && ctx->total + increment > ctx->quota)
571 ctx->total += increment;
669 if (ctx->quota != 0U && ctx->total + size > ctx->quota) {
678 ctx->total += size;
755 INSIST(size <= ctx->total);
757 ctx->total -= size;
835 ctx->total += size;
942 ctx->total = 0;
2338 isc_uint64_t total; member in struct:summarystat
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dciss.c138 int error, i, total, rseg, maxfer; local
221 total = sc->ccblen * sc->maxcmd;
222 if ((error = bus_dmamem_alloc(sc->sc_dmat, total, PAGE_SIZE, 0,
228 if ((error = bus_dmamem_map(sc->sc_dmat, sc->cmdseg, rseg, total,
233 memset(sc->ccbs, 0, total);
235 if ((error = bus_dmamap_create(sc->sc_dmat, total, 1,
236 total, 0, BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW, &sc->cmdmap))) {
242 if ((error = bus_dmamap_load(sc->sc_dmat, sc->cmdmap, sc->ccbs, total,
255 for (i = 0; total > 0 && i < sc->maxcmd; i++, total
737 int total, rv; local
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmsg.md.fr85 {BIOS # cylindres t�tes secteurs nb total de secteurs GB
105 { BIOS # cylindres t�tes secteurs nb total de secteurs GB
H A Dmsg.md.en85 {BIOS # cylinders heads sectors total sectors GB
105 { BIOS # cylinders heads sectors total sectors GB
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dif.c164 uint64_t total = 0; local
184 total = 0;
211 total = ifd->ifi_ibytes + ifd->ifi_obytes +
216 total += 0; // XXX-elad ifnet.if_timer;
218 total += 0; // XXX-elad ifnet.if_snd.ifq_drops;
219 if (total == 0)
228 if (qflag && total == 0)
575 "total", " ", "total", " ");
578 "total", " ", "tota
697 struct iftot *ip, *total; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c25666 ix86_rtx_costs (rtx x, int code, int outer_code_i, int *total, bool speed)
25679 *total = 3;
25681 *total = 2;
25687 *total = 1;
25689 *total = 0;
25694 *total = 0;
25699 *total = 1;
25702 *total = 2;
25708 *total = (COSTS_N_INSNS (1)
25720 *total
25628 ix86_rtx_costs(rtx x, int code, int outer_code_i, int *total, bool speed) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Drnd.h84 uint32_t total; /* entropy from this source */ member in struct:__anon9595
123 uint32_t total; /* entropy from this source */ member in struct:krndsource
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_netbsdkintf.c257 * 64K for the old parity, and 64K for the new parity, for a total
1618 progressInfo.total = 100;
1620 progressInfo.total =
1624 progressInfo.remaining = progressInfo.total -
1650 progressInfo.total = raidPtr->Layout.numStripe;
1653 progressInfo.remaining = progressInfo.total -
1658 progressInfo.total = 100;
1681 progressInfo.total = raidPtr->Layout.numStripe;
1684 progressInfo.remaining = progressInfo.total -
1689 progressInfo.total
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_msgif.c216 int total = 0; local
221 total++;
223 DPRINTF(("puffs waitqueue at %p dumped, %d total\n", q, total));
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_bufs.c454 int total; local
466 total = PAGE_SIZE << page_order;
477 DRM_DEBUG("total: %d\n", total);
488 (agp_offset + total * count <=
515 buf->total = alignment;
577 int total; local
599 total = PAGE_SIZE << page_order;
659 offset + size <= total && entry->buf_count < count;
663 buf->total
736 int total; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm231 my $total = 0;

Completed in 433 milliseconds

1234567891011>>