| /f-stack/dpdk/app/test/ |
| H A D | test.c | 228 total++; in unit_test_suite_runner() 237 if (!suite->unit_test_cases[total].enabled) { in unit_test_suite_runner() 239 total++; in unit_test_suite_runner() 246 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner() 269 if (suite->unit_test_cases[total].teardown) in unit_test_suite_runner() 270 suite->unit_test_cases[total].teardown(); in unit_test_suite_runner() 281 printf(" + TestCase [%2d] : %s %s\n", total, in unit_test_suite_runner() 282 suite->unit_test_cases[total].name, status); in unit_test_suite_runner() 284 total++; in unit_test_suite_runner() 296 printf(" + Tests Total : %2d\n", total); in unit_test_suite_runner() [all …]
|
| H A D | resource.c | 38 size_t total = 0; in resource_fwrite() local 40 while (total < goal) { in resource_fwrite() 41 size_t wlen = fwrite(r->begin + total, 1, goal - total, f); in resource_fwrite() 47 total += wlen; in resource_fwrite()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_meter.c | 182 struct vmtotal total; in vmtotal() local 197 bzero(&total, sizeof(total)); in vmtotal() 213 total.t_sw++; in vmtotal() 216 total.t_dw++; in vmtotal() 218 total.t_sl++; in vmtotal() 222 total.t_sw++; in vmtotal() 226 total.t_rq++; in vmtotal() 293 total11.t_rq = total.t_rq; in vmtotal() 294 total11.t_dw = total.t_dw; in vmtotal() 295 total11.t_pw = total.t_pw; in vmtotal() [all …]
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.c | 75 while (suite->unit_test_cases[total].testcase) { in unit_test_suite_runner() 76 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner() 82 if (suite->unit_test_cases[total].teardown) in unit_test_suite_runner() 83 suite->unit_test_cases[total].teardown(); in unit_test_suite_runner() 87 printf("TestCase [%2d] : %s passed\n", total, in unit_test_suite_runner() 88 suite->unit_test_cases[total].name); in unit_test_suite_runner() 92 suite->unit_test_cases[total].name); in unit_test_suite_runner() 95 printf("TestCase [%2d] : %s failed\n", total, in unit_test_suite_runner() 96 suite->unit_test_cases[total].name); in unit_test_suite_runner() 99 total++; in unit_test_suite_runner() [all …]
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_ev.c | 276 unsigned int total; in rhead_ev_qpoll() local 298 for (total = 0; total < batch; ++total) { in rhead_ev_qpoll() 322 total = index + 1; in rhead_ev_qpoll() 330 EFSYS_ASSERT(total != batch); in rhead_ev_qpoll() 341 count += total; in rhead_ev_qpoll() 343 } while (total == batch); in rhead_ev_qpoll() 422 unsigned int total; in rhead_ev_ew_qpoll() local 438 for (total = 0; total < batch; ++total) { in rhead_ev_ew_qpoll() 467 total = index + 1; in rhead_ev_ew_qpoll() 486 count += total; in rhead_ev_ew_qpoll() [all …]
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_ccm.c | 205 size_t copy_amt, total = 0; in AES_CCM_encrypt() local 251 while (total < nbytes) { in AES_CCM_encrypt() 256 copy_amt = MIN(nbytes - total, sizeof(staging_block)); in AES_CCM_encrypt() 257 bcopy(in+total, &staging_block, copy_amt); in AES_CCM_encrypt() 272 bcopy(&staging_block, out+total, copy_amt); in AES_CCM_encrypt() 273 total += copy_amt; in AES_CCM_encrypt() 314 size_t total = 0; in decrypt_loop() local 326 while (total < nbytes) { in decrypt_loop() 332 bcopy(in+total, &staging_block, copy_amt); in decrypt_loop() 356 bcopy(&staging_block, out+total, copy_amt); in decrypt_loop() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 134 { unsigned total = 0; in FSE_buildCTable_wksp() local 147 symbolTT[s].deltaFindState = total - 1; in FSE_buildCTable_wksp() 148 total ++; in FSE_buildCTable_wksp() 156 total += normalizedCounter[s]; in FSE_buildCTable_wksp() 359 U32 const lowThreshold = (U32)(total >> tableLog); in FSE_normalizeM2() 370 total -= count[s]; in FSE_normalizeM2() 376 total -= count[s]; in FSE_normalizeM2() 387 if ((total / ToDistribute) > lowOne) { in FSE_normalizeM2() 394 total -= count[s]; in FSE_normalizeM2() 411 if (total == 0) { in FSE_normalizeM2() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | sdallocx.c | 13 size_t nsz, sz, alignment, total; in TEST_BEGIN() local 24 total = 0; in TEST_BEGIN() 33 total += nsz; in TEST_BEGIN() 34 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
|
| H A D | posix_memalign.c | 75 size_t alignment, size, total; in TEST_BEGIN() local 87 total = 0; in TEST_BEGIN() 103 total += malloc_usable_size(ps[i]); in TEST_BEGIN() 104 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
|
| H A D | aligned_alloc.c | 83 size_t alignment, size, total; in TEST_BEGIN() local 94 total = 0; in TEST_BEGIN() 109 total += malloc_usable_size(ps[i]); in TEST_BEGIN() 110 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_cache.cpp | 42 total = (total + SK_DFLT_ALIGN_SIZE - 1) / SK_DFLT_ALIGN_SIZE * SK_DFLT_ALIGN_SIZE; in new_sk_buffer() 359 int32_t total = 0; in cache_udp_recv() local 388 total += rc; in cache_udp_recv() 391 return total; in cache_udp_recv() 401 int32_t total = 0; in cache_tcp_recv() local 429 return total; in cache_tcp_recv() 441 total += recvd_len; in cache_tcp_recv() 444 return total; in cache_tcp_recv() 449 return total; in cache_tcp_recv() 476 total += ret; in cache_tcp_send() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tda1997x.txt | 6 - RGB 8bit per color (24 bits total): R[11:4] B[11:4] G[11:4] 7 - YUV444 8bit per color (24 bits total): Y[11:4] Cr[11:4] Cb[11:4] 8 - YUV422 semi-planar 8bit per component (16 bits total): Y[11:4] CbCr[11:4] 9 - YUV422 semi-planar 10bit per component (20 bits total): Y[11:2] CbCr[11:2] 10 - YUV422 semi-planar 12bit per component (24 bits total): - Y[11:0] CbCr[11:0] 11 - YUV422 BT656 8bit per component (8 bits total): YCbCr[11:4] (2-cycles) 12 - YUV422 BT656 10bit per component (10 bits total): YCbCr[11:2] (2-cycles) 13 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles) 16 - RGB 12bit per color (36 bits total): R[11:0] B[11:0] G[11:0] 17 - YUV444 12bit per color (36 bits total): Y[11:0] Cb[11:0] Cr[11:0] [all …]
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_writev_chain.c | 111 size_t total, size; in ngx_output_chain_to_iovec() local 118 total = 0; in ngx_output_chain_to_iovec() 121 for ( /* void */ ; in && total < limit; in = in->next) { in ngx_output_chain_to_iovec() 152 if (size > limit - total) { in ngx_output_chain_to_iovec() 153 size = limit - total; in ngx_output_chain_to_iovec() 171 total += size; in ngx_output_chain_to_iovec() 175 vec->size = total; in ngx_output_chain_to_iovec()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.c | 229 off_t total, size, aligned, fprev; in ngx_chain_coalesce_file() local 233 total = 0; in ngx_chain_coalesce_file() 241 if (size > limit - total) { in ngx_chain_coalesce_file() 242 size = limit - total; in ngx_chain_coalesce_file() 251 total += size; in ngx_chain_coalesce_file() 255 total += size; in ngx_chain_coalesce_file() 261 && total < limit in ngx_chain_coalesce_file() 267 return total; in ngx_chain_coalesce_file()
|
| H A D | ngx_parse.c | 115 ngx_int_t value, total, scale; in ngx_parse_time() local 133 total = 0; in ngx_parse_time() 253 if (total > NGX_MAX_INT_T_VALUE - value) { in ngx_parse_time() 257 total += value; in ngx_parse_time() 278 if (total > NGX_MAX_INT_T_VALUE - value) { in ngx_parse_time() 282 return total + value; in ngx_parse_time()
|
| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 99 int n, pending, total; in drain_ring_locked() local 109 total = 0; in drain_ring_locked() 121 else if (total > 0) { in drain_ring_locked() 129 total += n; in drain_ring_locked() 141 ns.flags = state_to_flags(ns, total >= budget); in drain_ring_locked() 150 MPASS(total > 0); in drain_ring_locked() 173 int n, pending, total; in drain_ring_lockless() local 183 total = 0; in drain_ring_lockless() 200 else if (total > 0) { in drain_ring_lockless() 208 total += n; in drain_ring_lockless() [all …]
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_02.X.out | 5 …total>30</mbuf-total><distance units="miles">50</distance><location>Boston</location><memory units…
|
| H A D | test_02.XP.out | 33 <mbuf-total>30</mbuf-total> 37 <total units="kb">640</total> 39 <total units="kilobytes">640</total>
|
| H A D | test_02.JP.out | 28 "mbuf-total": 30, 32 "total": 640, 34 "total": 640,
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_property/ |
| H A D | zfs_written_property_001_pos.ksh | 62 typeset -l total=0 80 ((total = total + blocks)) 101 snap1_size=$total 102 ((snap2_size = total-50)) 103 ((snap3_size = total-100)) 109 ((expected_writtenat = total * mb_block)) 112 ((total = total - blocks))
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_bufring.c | 113 uint32_t old_windex, next_windex, windex, total; in vmbus_txbr_write() local 117 total = 0; in vmbus_txbr_write() 119 total += iov[i].iov_len; in vmbus_txbr_write() 120 total += sizeof(save_windex); in vmbus_txbr_write() 135 if (avail <= total) in vmbus_txbr_write() 138 next_windex = vmbus_br_idxinc(old_windex, total, ring_size); in vmbus_txbr_write()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tty.c | 352 size_t total = 0; in ngt_getc_inject() local 366 memcpy((char *)buf + total, mtod(m, char *), length); in ngt_getc_inject() 370 total += length; in ngt_getc_inject() 385 sc->outqlen -= total; in ngt_getc_inject() 389 return (total); in ngt_getc_inject() 412 size_t total = 0; in ngt_rint_bypass() local 430 length = min(M_TRAILINGSPACE(mb), len - total); in ngt_rint_bypass() 432 memcpy(mtod(m, char *), (const char *)buf + total, length); in ngt_rint_bypass() 434 total += length; in ngt_rint_bypass() 447 return (total); in ngt_rint_bypass()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | iq_chunk.h | 114 uint16_t total, index; in iq_dequeue_burst() local 120 total = 0; in iq_dequeue_burst() 126 ev[total++] = current->events[index++]; in iq_dequeue_burst() 128 if (unlikely(total == count)) in iq_dequeue_burst() 150 iq->count -= total; in iq_dequeue_burst() 152 return total; in iq_dequeue_burst()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectspace_004_pos.ksh | 70 total=$(df $PRJDIR | tail -n 1 | awk '{ print $2 }') 71 [[ $total -eq 102400 ]] || log_fail "expect '102400' resource, but got '$total'"
|
| /f-stack/freebsd/kern/ |
| H A D | subr_disk.c | 160 head->total = 0; in bioq_init() 177 head->total--; in bioq_remove() 196 head->total++; in bioq_insert_head() 205 head->total++; in bioq_insert_tail() 299 head->total++; in bioq_disksort()
|