Searched refs:fcnt (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c205 int i, l, fcnt; local
240 fcnt = 0;
251 fcnt += 2;
262 fcnt += 2;
277 fcnt += 2;
294 fcnt += 2;
302 return (fcnt);
310 int fcnt; local
322 fcnt = create_iso_image(buff, buffsize, &used, NULL);
324 fns.names = (char **)malloc(sizeof(char *) * fcnt);
[all...]
/freebsd-13-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c545 int error, i, off, fcnt; local
562 fcnt = i - 2; /* The first two nodes are `.' and `..' */
578 if (fdp->fd_ofiles[fcnt].fde_file == NULL)
580 dp->d_namlen = sprintf(dp->d_name, "%d", fcnt);
601 fcnt++;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c1573 size_t fcnt; member in struct:RestrictStack
1595 if (NULL == (sp = *spp) || 0 == sp->fcnt) {
1599 sp->fcnt = getStackSheetSize(sp);
1602 sp->pres[--sp->fcnt] = ptr;
1614 if (NULL == (sp = *spp) || sp->fcnt >= getStackSheetSize(sp))
1617 *opp = sp->pres[sp->fcnt++];
1618 if (sp->fcnt >= getStackSheetSize(sp)) {
H A Drefclock_nmea.c1392 int fcnt; /* safeguard against runaway arglist */ local
1396 fcnt = 8;
1411 } while (fcnt-- && fidx >= 0);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi-defs.h1627 uint64_t fcnt : 7; /**< Number of words in the Instruction FIFO. */ member in struct:cvmx_npi_dma_highp_counts::cvmx_npi_dma_highp_counts_s
1631 uint64_t fcnt : 7;
1689 uint64_t fcnt : 7; /**< Number of words in the Instruction FIFO. */ member in struct:cvmx_npi_dma_lowp_counts::cvmx_npi_dma_lowp_counts_s
1693 uint64_t fcnt : 7;
3826 uint64_t fcnt : 6; /**< Number entries in the Instruction FIFO. */ member in struct:cvmx_npi_px_instr_cnts::cvmx_npi_px_instr_cnts_s
3830 uint64_t fcnt : 6;
3856 uint64_t fcnt : 5; /**< 16 - number entries in the D/I Pair FIFO. */ member in struct:cvmx_npi_px_pair_cnts::cvmx_npi_px_pair_cnts_s
3860 uint64_t fcnt : 5;
H A Dcvmx-dpi-defs.h535 uint64_t fcnt : 7; /**< Number of words in the Instruction FIFO locally member in struct:cvmx_dpi_dmax_counts::cvmx_dpi_dmax_counts_s
540 uint64_t fcnt : 7;
H A Dcvmx-npei-defs.h2371 uint64_t fcnt : 7; /**< Number of words in the Instruction FIFO. */ member in struct:cvmx_npei_dmax_counts::cvmx_npei_dmax_counts_s
2375 uint64_t fcnt : 7;
6190 uint64_t fcnt : 5; /**< Fifo count. */ member in struct:cvmx_npei_pktx_instr_fifo_rsize::cvmx_npei_pktx_instr_fifo_rsize_s
6194 uint64_t fcnt : 5;
H A Dcvmx-sli-defs.h4426 uint64_t fcnt : 5; /**< Fifo count. */ member in struct:cvmx_sli_pktx_instr_fifo_rsize::cvmx_sli_pktx_instr_fifo_rsize_s
4430 uint64_t fcnt : 5;
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c1979 int fcnt; local
2034 for (fcnt = frags, head = ring->head;
2053 if (fcnt == frags) {
2063 if (--fcnt > 0) {
2066 fcnt = frags;

Completed in 388 milliseconds