Home
last modified time | relevance | path

Searched refs:sequential (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py38 def enum_with_offset(offset, sequential, named): argument
39 enums = dict(((b, a + offset) for a, b in enumerate(sequential)), **named)
43 def enum(*sequential, **named): argument
44 return enum_with_offset(0, sequential, named)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c141 int sequential = 0; in main() local
148 sequential = 1; in main()
188 if (sequential) in main()
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Djcore,pit.txt8 there should be one region per cpu, indexed by the sequential,
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Djcore,aic.txt10 region per cpu, indexed by the sequential, zero-based hardware cpu
/f-stack/freebsd/contrib/device-tree/Bindings/net/can/
H A Dxilinx_can.txt21 sequential Rx mode).
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dssd1307fb.txt22 - solomon,com-seq: Display uses sequential COM pin configuration
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dapm-xgene-enet.txt22 - Must map to the first irq and irqs must be sequential
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt72 pressed, the driver will compare this biased voltage to sequential,
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Darm,pl172.txt79 - mpmc,page-mode-read-delay: Delay for asynchronous page mode sequential
/f-stack/freebsd/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt89 sequential N value, starting from 0).
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst170 filters with sequential lookup of each BF. However, being able to concurrently
263 sequential search of sub-tables.
H A Dlink_bonding_poll_mode_drv_lib.rst48 packets in sequential order from the first available slave device through
H A Dcompressdev.rst197 make multiple sequential enqueue_burst() calls for each of them
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md1333 Within same `Weight`, symbols keep natural sequential order.
1335 Then, starting from lowest `Weight`, prefix codes are distributed in sequential order.
1344 Sorted by weight and then natural sequential order,
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt207 bits of a byte are transmitted on a bit-sequential medium, since
H A Drfc1951.txt277 bits of a byte are transmitted on a bit-sequential medium,
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst457 sequential. There is a performance hit if the number of queues is not a power of 2.
H A Dmlx5.rst150 - A flow pattern with 2 sequential VLAN items is not supported.
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst189 * Enum types should be used in preference to macros #defining a set of (sequential) values.
/f-stack/tools/libxo/doc/
H A Dapi.rst627 XML encodes lists as set of sequential elements::