Searched refs:total (Results 226 - 250 of 311) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c256 int total = 0; local
1079 total++;
1103 total++;
1123 total++;
1142 total++;
1169 total_done, total);
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c150 unsigned long memtotal; /* total memory in bytes */
155 unsigned long long swaptotal; /* total swap space in bytes */
197 " total: used: free: shared: buffers: cached:\n"
510 uintmax_t total, used; local
519 total = (uintmax_t)xsw.xsw_nblks * PAGE_SIZE / 1024;
527 devname, total, used);
/freebsd-9.3-release/sys/dev/drm/
H A Dr600_blit.c1754 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
1844 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
1922 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
H A Dmga_dma.c1104 &buf->total, sizeof(buf->total)))
H A Dsavage_bci.c1017 &buf->total, sizeof(buf->total)))
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dentropy.c569 source->total = 0;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c317 /* For every got, this is it's total number of words. */
2162 int total = alpha_elf_tdata (a)->total_got_size;
2166 if (total + alpha_elf_tdata (b)->total_got_size <= MAX_GOT_SIZE)
2170 if ((total += alpha_elf_tdata (b)->local_got_size) > MAX_GOT_SIZE)
2206 total += alpha_got_entry_size (be->reloc_type);
2207 if (total > MAX_GOT_SIZE)
2222 int total = alpha_elf_tdata (a)->total_got_size;
2228 total += e;
2291 total += alpha_got_entry_size (be->reloc_type);
2301 alpha_elf_tdata (a)->total_got_size = total;
2154 int total = alpha_elf_tdata (a)->total_got_size; local
2214 int total = alpha_elf_tdata (a)->total_got_size; local
[all...]
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;
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
H A Dmodsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c4273 size_t total;
4282 total = 2;
4283 while (got = recv (sock, buf + total, sizeof buf - total, 0))
4288 total += got;
4289 if (strrchr (buf + total - got, '\n'))
4292 buf[total] = '\0';
4293 if (buf[total - 1] == '\n')
4294 buf[total - 1] = '\0';
4255 size_t total; local
/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.h404 unsigned long totsec; /* total seconds elapsed */
405 unsigned long cursec; /* total seconds elapsed */
409 ct_gstat_t total; /* total statistics data */ member in struct:_ct_chan_t
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_uathreg.h33 uint32_t total; member in struct:uath_fwblock
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.c252 xfs_extlen_t total, /* total blocks needed by transaction */
518 dargs.total = mp->m_dirblkfsbs;
2770 args.total = ap->total;
2827 args.total = args.minlen = ap->minlen;
2830 args.total = ap->total;
2939 args.total = ap->minlen;
3468 args.total
3560 xfs_bmap_local_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fsblock_t *firstblock, xfs_extlen_t total, int *logflagsp, int whichfork) argument
4705 xfs_bmapi( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fileoff_t bno, xfs_filblks_t len, int flags, xfs_fsblock_t *firstblock, xfs_extlen_t total, xfs_bmbt_irec_t *mval, int *nmap, xfs_bmap_free_t *flist, xfs_extdelta_t *delta) argument
[all...]
H A Dxfs_dir2_node.c756 int oldsum; /* old total leaf count */
960 else if (error == ENOSPC && args->total == 0)
1007 } else if (error != ENOSPC || args->total != 0)
1340 if (args->total == 0) {
1517 if (args->justcheck || args->total == 0) {
H A Dxfs_dir_leaf.c360 args.total = iargs->total;
679 args.total = iargs->total;
908 args->total == 0 ?
1134 * Figure the total bytes to be added to the destination leaf.
1164 * Figure the total bytes to be added to the destination leaf.
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dentropy.c570 source->total = 0;
/freebsd-9.3-release/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-9.3-release/lib/libelf/
H A Dlibelf_convert.m4711 * Argument `count' denotes the total number of bytes to be converted.
/freebsd-9.3-release/sys/netgraph/
H A Dng_base.c385 int total; \
388 for (total = 0, n = (m); n != NULL; n = n->m_next) { \
389 total += n->m_len; \
394 if ((m)->m_pkthdr.len != total) { \
396 __func__, (m)->m_pkthdr.len, total); \
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c4754 ia64_rtx_costs (rtx x, int code, int outer_code, int *total)
4762 *total = CONST_OK_FOR_J (INTVAL (x)) ? 0 : COSTS_N_INSNS (1);
4766 *total = 0;
4768 *total = 1;
4770 *total = COSTS_N_INSNS (1);
4774 *total = 0;
4776 *total = COSTS_N_INSNS (1);
4781 *total = COSTS_N_INSNS (1);
4787 *total = COSTS_N_INSNS (3);
4797 *total
4744 ia64_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
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-9.3-release/lib/libfetch/
H A Dhttp.c139 size_t total; member in struct:httpio
173 io->total += io->chunksize;
179 (unsigned long)io->total);
/freebsd-9.3-release/sys/dev/cy/
H A Dcy.c1953 u_long total; local
1963 total = com->error_counts[errnum] += delta;
1964 log(LOG_ERR, "cy%d: %u more %s%s (total %lu)\n",
1966 delta == 1 ? "" : "s", total);
2197 printf("total cyclom service probes:\t%d\n", cy_svrr_probes);

Completed in 284 milliseconds

1234567891011>>