| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _constants.py | 38 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 D | randwritecomp.c | 141 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 D | jcore,pit.txt | 8 there should be one region per cpu, indexed by the sequential,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | jcore,aic.txt | 10 region per cpu, indexed by the sequential, zero-based hardware cpu
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/can/ |
| H A D | xilinx_can.txt | 21 sequential Rx mode).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | ssd1307fb.txt | 22 - solomon,com-seq: Display uses sequential COM pin configuration
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | apm-xgene-enet.txt | 22 - Must map to the first irq and irqs must be sequential
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs42l42.txt | 72 pressed, the driver will compare this biased voltage to sequential,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | arm,pl172.txt | 79 - mpmc,page-mode-read-delay: Delay for asynchronous page mode sequential
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-topology.txt | 89 sequential N value, starting from 0).
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 170 filters with sequential lookup of each BF. However, being able to concurrently 263 sequential search of sub-tables.
|
| H A D | link_bonding_poll_mode_drv_lib.rst | 48 packets in sequential order from the first available slave device through
|
| H A D | compressdev.rst | 197 make multiple sequential enqueue_burst() calls for each of them
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 1333 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 D | rfc1952.txt | 207 bits of a byte are transmitted on a bit-sequential medium, since
|
| H A D | rfc1951.txt | 277 bits of a byte are transmitted on a bit-sequential medium,
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | enic.rst | 457 sequential. There is a performance hit if the number of queues is not a power of 2.
|
| H A D | mlx5.rst | 150 - A flow pattern with 2 sequential VLAN items is not supported.
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 189 * Enum types should be used in preference to macros #defining a set of (sequential) values.
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 627 XML encodes lists as set of sequential elements::
|