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

1234567891011>>

/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1111 int len, want, got, total; local
1116 total = usbd_xfer_frame_len(xfer, frame_no);
1119 while (total > 0) {
1151 len = total;
1160 total -= len;
/freebsd-11-stable/contrib/gcclibs/libcpp/
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/gcc/config/rs6000/
H A Drs6000.c110 HOST_WIDE_INT total_size; /* total bytes allocated for stack */
8156 SIZE is the total number of builtins.
18795 rs6000_rtx_costs (rtx x, int code, int outer_code, int *total)
18846 *total = 0;
18859 *total = COSTS_N_INSNS (1);
18872 *total = 0;
18881 *total = COSTS_N_INSNS (1);
18894 *total = optimize_size ? COSTS_N_INSNS (1) + 1 : COSTS_N_INSNS (2);
18898 *total = 0;
18908 *total
18749 rs6000_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dr128_cce.c896 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
897 sizeof(buf->total)))
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c153 * by the ratio of ticks to the tick total. NHALF priorities at the start
159 * PRI_TICKS: Compute a priority in PRI_RANGE from the ticks count and total.
672 int cpu, i, hload, lload, load, total, rnd; local
674 total = 0;
741 total += load;
771 return (total);
1710 * the total history exceeds the maximum. We keep a sliding history of
2751 * Return the total system load.
2757 int total; local
2760 total
[all...]
H A Duipc_usrreq.c147 * stream sockets, although the total for sender and receiver is actually
2345 int i, total; local
2387 for (total = 0, head = heads; *head != NULL; head++)
2394 unref[total++] = f;
2396 KASSERT(total <= unp_unreachable,
2407 for (i = 0; i < total; i++) {
2419 for (i = 0; i < total; i++)
2421 unp_recycled += total;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h291 if (uint32_t total = Sources[i]->GetNumExternalSelectors())
292 return total;
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c459 size_t total = data->count + data->rrsig_count; local
463 for(i=0; i<total; i++) {
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c17822 ix86_rtx_costs (rtx x, int code, int outer_code, int *total)
17833 *total = 3;
17835 *total = 2;
17841 *total = 1;
17843 *total = 0;
17848 *total = 0;
17853 *total = 1;
17856 *total = 2;
17862 *total = (COSTS_N_INSNS (1)
17874 *total
17791 ix86_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtarget.h558 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total);
H A Drtlanal.c3261 int total;
3273 total = COSTS_N_INSNS (5);
3279 total = COSTS_N_INSNS (7);
3283 total = 0;
3286 total = COSTS_N_INSNS (1);
3295 total = 0;
3304 if (targetm.rtx_costs (x, code, outer_code, &total))
3305 return total;
3310 which is already in total. */
3315 total
3238 int total; local
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dcpddk.h171 unsigned long totsec; /* total seconds elapsed */
176 cp_gstat_t total; /* total statistics data */ member in struct:_cp_chan_t
183 unsigned long e3tsec; /* total seconds coounter */
185 unsigned long e3tcv; /* E3 total cv errors */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c117 strm->total_in = strm->total_out = state->total = 0;
541 When returning, a "goto inf_leave" is used to update the total counters,
1107 state->total += out;
1130 if (hold != (state->total & 0xffffffffUL)) {
1155 Return from inflate(), updating the total counts and the check value.
1171 state->total += out;
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl233 b .Lloop @ [+6] total 3212 cycles
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1848 int i, total; local
1852 total = fdt_num_mem_rsv(fdtp);
1853 if (total > 0) {
1856 for (i = 0; i < total; i++) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c770 static UInt32 Range_GetThreshold(void *pp, UInt32 total) argument
773 return (p->Code - p->Low) / (p->Range /= total);
1001 static void RangeEnc_Encode(CPpmd7z_RangeEnc *p, UInt32 start, UInt32 size, UInt32 total) argument
1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_ioc32.c385 int total; /**< Buffer size */ member in struct:drm_buf_pub32
429 list32[i].total = list[i].total;
/freebsd-11-stable/sbin/sunlabel/
H A Dsunlabel.c706 uintmax_t total; local
715 total = sl->sl_ncylinders * sl->sl_ntracks *
722 n = total - nsectors;
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c928 unsigned total = 0; local
932 total += p->pool->npages_free;
934 return total;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c857 int i, total, cnt = 0; local
962 total = ctx.num_clients * ctx.num_tests;
963 while (cnt < total) {
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh433 total=$(wc -l /COPYRIGHT | sed 's/[^0-9]//g')
437 # match the total line count and as long as they don't match each other.
441 atf_check -o not-inline:"${total}" cat xpositive.count
442 atf_check -o not-inline:"${total}" cat xnegative.count
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c65 int16_t base_tai; /* total leaps before first entry */
606 int total,
625 || !leapsec_raw(pt, &tt64, total, FALSE) )
630 pt->lsig.taiof = (int16_t)total;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dstring_table.c351 apr_size_t total = 0;
359 /* total number of chars to store,
370 total += table_size;
375 return 200 + total / 2;
348 apr_size_t total = 0; local
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c948 arena: current total non-mmapped bytes allocated from system
953 hblkhd: total bytes held in mmapped regions
954 usmblks: the maximum total allocated space. This will be greater
955 than current total if trimming has occurred.
956 fsmblks: total bytes held in fastbin blocks
957 uordblks: current total allocated space (normal or mmapped)
958 fordblks: total free space
1887 Beware of lots of tricks that minimize the total bookkeeping space
2518 unsigned long total = 0; local
2549 total
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c661 size_t count=0, rrsig_count=0, len=0, i, total; local
680 total = count + rrsig_count;
681 len += sizeof(*data) + total*(sizeof(size_t) + sizeof(time_t) +
693 data->rr_data = (uint8_t**)&(data->rr_len[total]);
694 data->rr_ttl = (time_t*)&(data->rr_data[total]);
695 nextrdata = (uint8_t*)&(data->rr_ttl[total]);
711 for(i=0; i<total; i++) {

Completed in 319 milliseconds

1234567891011>>