| /f-stack/tools/libutil/ |
| H A D | expand_number.c | 45 uint64_t number; in expand_number() local 57 number = umaxval; in expand_number() 80 *num = number; in expand_number() 88 if ((number << shift) >> shift != number) { in expand_number() 93 *num = number << shift; in expand_number()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_all_001_pos.ksh | 52 typeset -i number=0 87 while (( id < number )); do 106 while (( id < number )); do 126 number=1 133 poolname="${TESTPOOL}-$number" 137 "$TESTDIR.$number" 139 (( number = number + 1 ))
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 157 uint8_t number; in parse_range() local 174 *min = number; in parse_range() 185 number == 0) in parse_range() 188 *inc = number; in parse_range() 199 number < *min) in parse_range() 202 *max = number; in parse_range() 221 uint32_t number; in parse_list() local 242 temp_min = number; in parse_list() 243 temp_max = number; in parse_list() 265 temp_min = number; in parse_list() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | cdns,xtensa-pic.txt | 6 - #interrupt-cells: The number of cells to define the interrupts. 8 When it's 1, the first cell is the internal IRQ number. 9 When it's 2, the first cell is the IRQ number, and the second cell 19 /* one cell: internal irq number, 20 * two cells: second cell == 0: internal irq number 21 * second cell == 1: external irq number
|
| H A D | hisilicon,mbigen-v2.txt | 8 To reduce the wired interrupt number connected to GIC, 32 - num-pins: the total number of pins implemented in this Mbigen 35 - #interrupt-cells : Specifies the number of cells needed to encode an 38 The 1st cell is hardware pin number of the interrupt.This number is local to 39 each mbigen chip and in the range from 0 to the maximum interrupts number
|
| H A D | cdns,xtensa-mx.txt | 12 /* one cell: internal irq number, 13 * two cells: second cell == 0: internal irq number 14 * second cell == 1: external irq number
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 86 zfs_refcount_destroy_many(zfs_refcount_t *rc, uint64_t number) in zfs_refcount_destroy_many() argument 90 ASSERT3U(rc->rc_count, ==, number); in zfs_refcount_destroy_many() 133 ref->ref_number = number; in zfs_refcount_add_many() 139 rc->rc_count += number; in zfs_refcount_add_many() 153 zfs_refcount_remove_many(zfs_refcount_t *rc, uint64_t number, in zfs_refcount_remove_many() argument 160 ASSERT3U(rc->rc_count, >=, number); in zfs_refcount_remove_many() 163 rc->rc_count -= number; in zfs_refcount_remove_many() 171 if (ref->ref_holder == holder && ref->ref_number == number) { in zfs_refcount_remove_many() 190 rc->rc_count -= number; in zfs_refcount_remove_many() 239 zfs_refcount_transfer_ownership_many(zfs_refcount_t *rc, uint64_t number, in zfs_refcount_transfer_ownership_many() argument [all …]
|
| /f-stack/tools/libxo/tests/xo/saved/ |
| H A D | xo_01.T.out | 1 Item one is number 001, color: red 2 Item two is number 002, color: blue 3 Item three is number 003, color: green 4 Item four is number 004, color: yellow
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | twlxxxx-usb.txt | 6 interrupt number is the otg interrupt number that raises ID interrupts when 7 the controller has to act as host and the second interrupt number is the 8 usb interrupt number that raises VBUS interrupts when the controller has to 26 interrupt number is the otg interrupt number that raises ID interrupts 27 and VBUS interrupts. The second interrupt number is optional.
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 17 The application has a number of command line options: 93 Set the number of flows to produce. 215 the free running expected sequence number per flow. 344 Q and P is a function of the number of workers, the number of producers and 347 The user can choose the number of workers, the number of producers and number of 358 to get the number of events processed in one second. 460 and P ports, where Q and P is a function of the number of workers and number of 564 where Q and P is a function of the number of workers, the number of producers 567 The user can choose the number of workers and number of stages through the 571 The number of producers depends on the number of ethernet devices detected and [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | reorder_lib.rst | 10 sequence number. 19 At a given time, the reorder buffer contains mbufs whose sequence number are 21 sequence number and the number of entries that the buffer was configured to hold. 23 number of 350, the sequence window has low and high limits of 350 and 550 27 and late mbufs depending on the sequence number of the inserted mbuf: 29 * valid: the sequence number is inside the window. 30 * late: the sequence number is outside the window and less than the low limit. 31 * early: the sequence number is outside the window and greater than the high 48 (incrementing the minimum sequence number) so that the mbuf becomes a valid one. 57 sequence number, and we need to insert an early mbuf with 565 sequence number. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpic.txt | 85 <1st-cell> interrupt-number 108 The interrupt-number cell contains 111 interrupt-number is derived from the 121 The interrupt-number cell contains 122 the SoC device interrupt number for 125 interrupt number. 129 The interrupt-number cell identifies 135 The interrupt-number cell identifies 163 * interrupt number of 27. As per the reference manual 170 * To compute the interrupt specifier interrupt number [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/panel/ |
| H A D | panel-timing.yaml | 78 description: typical number of pixels 83 description: min, typ, max number of pixels 91 description: typical number of pixels 96 description: min, typ, max number of pixels 104 description: typical number of pixels 117 description: typical number of lines 122 description: min, typ, max number of lines 130 description: typical number of lines 135 description: min, typ, max number of lines 143 description: typical number of lines [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | wlf,arizona.yaml | 27 A list of INn_MODE register values, where n is the number of input 31 to the number of input signals. If values less than the number of 48 value indicates a mono output. If present, the number of values 49 should be less than or equal to the number of outputs, if less values 63 are provided in dt-bindings/mfd/arizona.h. If present, the number 64 of values should be less than or equal to the number of inputs, 76 The maximum number of channels to be clocked on each AIF, useful for 79 be handled normally. If present, number of cells must be less than 80 or equal to the number of AIFs. If less than the number of AIFs, for
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | pci-iommu.txt | 5 ID (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and 6 Function number. 11 * Bits [15:8] are the Bus number. 12 * Bits [7:3] are the Device number. 13 * Bits [2:0] are the Function number. 38 The property is an arbitrary number of tuples of 123 * but the high bits of the bus number are flipped. 162 * Devices with bus number 0-127 are mastered via IOMMU 164 * Devices with bus number 128-255 are mastered via
|
| H A D | ralink,rt3883-pci.txt | 12 - #address-cells: specifies the number of cells needed to encode an 15 - #size-cells: specifies the number of cells used to represent the size 37 - #address-cells: specifies the number of cells needed to encode an 41 - #interrupt-cells: specifies the number of cells needed to encode an 52 - #address-cells: specifies the number of cells needed to encode an 55 - #size-cells: specifies the number of cells used to represent the size 58 - #interrupt-cells: specifies the number of cells needed to encode an 76 are used to refer to the correct bus number and device number.
|
| H A D | pci-msi.txt | 5 (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and 6 Function number. 11 * Bits [15:8] are the Bus number. 12 * Bits [7:3] are the Device number. 13 * Bits [2:0] are the Function number. 33 msi-specifier data. The property is an arbitrary number of tuples of 137 * the RID, but the high bit of the bus number is 167 * the RID, but the high bit of the bus number is 211 * RID, but the high bit of the bus number is negated.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-74x164.txt | 7 - reg : chip select number 9 - #gpio-cells : Should be two. The first cell is the pin number and 13 - registers-number: Number of daisy-chained shift registers 25 registers-number = <4>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | mxs-pwm.yaml | 24 fsl,pwm-number: 26 description: u32 value representing the number of PWM devices 32 - fsl,pwm-number 42 fsl,pwm-number = <8>;
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_refcount.h | 98 #define zfs_refcount_destroy_many(rc, number) ((rc)->rc_count = 0) 103 #define zfs_refcount_add_many(rc, number, holder) \ 104 atomic_add_64_nv(&(rc)->rc_count, number) 105 #define zfs_refcount_remove_many(rc, number, holder) \ 106 atomic_add_64_nv(&(rc)->rc_count, -number)
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 158 uint32_t number; in parse_range() local 173 number == 0) in parse_range() 176 *min = number; in parse_range() 187 number == 0) in parse_range() 190 *inc = number; in parse_range() 201 number == 0 || in parse_range() 202 number < *min) in parse_range() 205 *max = number; in parse_range() 224 uint32_t number; in parse_list() local 242 number == 0) in parse_list() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | nuvoton,npcm-reset.txt | 9 - nuvoton,sw-reset-number - Contains the software reset number to restart the SoC. 12 If 'nuvoton,sw-reset-number' is not specfied software reset is disabled. 19 nuvoton,sw-reset-number = <2>;
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_01.HIPx.out | 73 …path="/top/data/item[sku = 'GRO-000-415'][name = 'gum']/sold" data-type="number" data-help="Number… 80 …ath="/top/data/item[sku = 'HRD-000-212'][name = 'rope']/sold" data-type="number" data-help="Number… 87 …h="/top/data/item[sku = 'HRD-000-517'][name = 'ladder']/sold" data-type="number" data-help="Number… 94 …ath="/top/data/item[sku = 'HRD-000-632'][name = 'bolt']/sold" data-type="number" data-help="Number… 101 …h="/top/data/item[sku = 'GRO-000-2331'][name = 'water']/sold" data-type="number" data-help="Number… 120 …ath="/top/data2/item[sku = 'GRO-000-415'][name = 'gum']/sold" data-type="number" data-help="Number… 152 …th="/top/data2/item[sku = 'HRD-000-212'][name = 'rope']/sold" data-type="number" data-help="Number… 184 …="/top/data2/item[sku = 'HRD-000-517'][name = 'ladder']/sold" data-type="number" data-help="Number… 216 …th="/top/data2/item[sku = 'HRD-000-632'][name = 'bolt']/sold" data-type="number" data-help="Number… 248 …="/top/data2/item[sku = 'GRO-000-2331'][name = 'water']/sold" data-type="number" data-help="Number… [all …]
|
| H A D | test_10.HIPx.out | 30 …path="/top/data/item[sku = 'GRO-000-415'][name = 'gum']/sold" data-type="number" data-help="Number… 37 …ath="/top/data/item[sku = 'HRD-000-212'][name = 'rope']/sold" data-type="number" data-help="Number… 44 …h="/top/data/item[sku = 'HRD-000-517'][name = 'ladder']/sold" data-type="number" data-help="Number… 51 …ath="/top/data/item[sku = 'HRD-000-632'][name = 'bolt']/sold" data-type="number" data-help="Number… 58 …h="/top/data/item[sku = 'GRO-000-2331'][name = 'water']/sold" data-type="number" data-help="Number… 77 …path="/top/data/item[sku = 'GRO-000-415'][name = 'gum']/sold" data-type="number" data-help="Number… 91 …="/top/data/item[sku = 'GRO-000-415'][name = 'gum']/on-order" data-type="number" data-help="Number… 109 …ath="/top/data/item[sku = 'HRD-000-212'][name = 'rope']/sold" data-type="number" data-help="Number… 141 …h="/top/data/item[sku = 'HRD-000-517'][name = 'ladder']/sold" data-type="number" data-help="Number… 173 …ath="/top/data/item[sku = 'HRD-000-632'][name = 'bolt']/sold" data-type="number" data-help="Number… [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
| H A D | uqe_serial.txt | 6 port-number : port number of UCC-UART 14 port-number = <0>;
|