Searched refs:Entry (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | samsung,exynos5440-pcie.txt | 23 SoC-specific DT Entry (with using PHY framework): 50 Board-specific DT Entry:
|
| H A D | rcar-pci.txt | 50 SoC-specific DT Entry:
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 2898 #define BASE_LIST_FOR_EACH(Entry, ListHead) \ argument 2899 for(Entry = (ListHead)->ForwardLink; Entry != (ListHead); Entry = Entry->ForwardLink) 2914 #define BASE_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ argument 2915 for(Entry = (ListHead)->ForwardLink, NextEntry = Entry->ForwardLink;\ 2916 Entry != (ListHead); Entry = NextEntry, NextEntry = Entry->ForwardLink) 2994 IN OUT LIST_ENTRY *Entry 3024 IN OUT LIST_ENTRY *Entry 3262 IN CONST LIST_ENTRY *Entry
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmtbdump3.c | 220 Offset = ACPI_OFFSET (ACPI_TABLE_SLIT, Entry[0]); in AcpiDmDumpSlit() 221 Row = (UINT8 *) ACPI_CAST_PTR (ACPI_TABLE_SLIT, Table)->Entry; in AcpiDmDumpSlit()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-aat1290.txt | 18 node, which sets the host as a strobe signal provider. Entry
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | actbl3.h | 238 UINT8 Entry[1]; /* Real size = localities^2 */ member
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | hash_lib.rst | 198 Entry distribution in hash table 214 .. table:: Entry distribution measured with an example table with 1024 random entries using jhash a… 238 .. table:: Entry distribution measured with an example table with 1 million random entries using jh…
|
| H A D | packet_framework.rst | 549 …| # | Array name | Number of entries | Entry size (bytes) | Descrip… 570 .. table:: Field Description for Bucket Array Entry (Configurable Key Size Hash Tables) 578 …| | | | Entry 0 stores the index (0 .. 3) of the MRU key, wh… 830 …| # | Array name | Number of entries | Entry size (bytes) | Description … 857 .. table:: Field Description for Bucket Array Entry (8-byte and 16-byte Key Hash Tables) 871 …| | | | stored as array of 4 entries of 2 bytes each. Entry 0 s…
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | MdePkg.dec | 2056 # @Prompt Progress Code for PeiCore Entry. 2062 # @Prompt Progress Code for DxeCore Entry.
|