| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | div.c | 41 uint32_t magic = (uint32_t)(two_to_k / d); in div_init() local 49 magic++; in div_init() 51 div_info->magic = magic; in div_init()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_flash.h | 38 efx_dword_t magic; member 43 efx_dword_t magic; member 83 efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */ member 123 efx_dword_t magic; /* = SIENA_MC_STATIC_CONFIG_MAGIC */ member 161 efx_dword_t magic; /* = SIENA_MC_DYNAMIC_CONFIG_MAGIC */ member 177 efx_dword_t magic; /* = SIENA_MC_EXPROM_COMBO_MAGIC or SIENA_MC_EXPROM_COMBO_V2_MAGIC */ member
|
| H A D | rhead_pci.c | 62 uint32_t magic; in rhead_pci_nic_membar_lookup() local 122 magic = EFX_DWORD_FIELD(magic_ed, ERF_GZ_NIC_MAGIC); in rhead_pci_nic_membar_lookup() 123 if (magic != EFE_GZ_NIC_MAGIC_EXPECTED) { in rhead_pci_nic_membar_lookup()
|
| H A D | ef10_signed_image_layout.h | 57 uint32_t magic; member
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | rb.c | 20 uint32_t magic; member 29 assert_u32_eq(a->magic, NODE_MAGIC, "Bad magic"); in node_cmp() 30 assert_u32_eq(b->magic, NODE_MAGIC, "Bad magic"); in node_cmp() 58 key.magic = NODE_MAGIC; in TEST_BEGIN() 62 key.magic = NODE_MAGIC; in TEST_BEGIN() 66 key.magic = NODE_MAGIC; in TEST_BEGIN() 101 assert_u32_eq(node->magic, NODE_MAGIC, "Bad magic"); in tree_recurse() 125 assert_u32_eq(node->magic, NODE_MAGIC, "Bad magic"); in tree_iterate_cb() 188 node->magic = 0; in node_remove() 262 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
|
| H A D | ph.c | 9 uint32_t magic; member 33 assert_u32_eq(a->magic, NODE_MAGIC, "Bad magic"); in node_cmp_magic() 34 assert_u32_eq(b->magic, NODE_MAGIC, "Bad magic"); in node_cmp_magic() 155 node->magic = 0; in node_remove() 161 node->magic = 0; in node_remove_first() 168 node->magic = 0; in node_remove_any() 209 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | div.h | 17 uint32_t magic; member 34 size_t i = ((uint64_t)n * (uint64_t)div_info->magic) >> 32; in div_compute()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | reboot-mode.txt | 4 interface to store the magic value in special register 10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value).
|
| H A D | nvmem-reboot-mode.txt | 3 This driver gets reboot mode magic value from reboot-mode driver 5 can read it and take different action according to the magic
|
| H A D | syscon-reboot-mode.yaml | 13 This driver gets reboot mode magic value from reboot-mode driver 15 can read it and take different action according to the magic
|
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_resource.h | 47 uint32_t magic; member 52 uint32_t magic; /* magic number */ member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | childinfo.c | 64 server.child_info_data.magic = CHILD_INFO_MAGIC; in sendChildInfo() 77 server.child_info_data.magic == CHILD_INFO_MAGIC) in receiveChildInfo()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | brcm,bcm947xx-cfe-partitions.txt | 10 header and/or magic signature at the beginning of each of them. They are also 13 Most of partitions use ASCII text based magic for determining a type. More 14 complex partitions (like TRX with its HDR0 magic) may include extra header
|
| /f-stack/lib/ |
| H A D | ff_dpdk_pcap.c | 36 uint32_t magic; member 71 pcap_file_hdr.magic = 0xA1B2C3D4; in ff_enable_pcap()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/ |
| H A D | coreboot.txt | 13 parameters. It is identified by the magic string "LBIO" in its first 20 is identified by a root node descriptor with the magic number
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_mcfg.c | 22 mcfg->magic = RTE_MAGIC; in eal_mcfg_complete() 33 while (mcfg->magic != RTE_MAGIC) in eal_mcfg_wait_complete()
|
| H A D | eal_memcfg.h | 21 volatile uint32_t magic; /**< Magic number - sanity check. */ member
|
| /f-stack/dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 161 eeprom->magic = eeprom_info.magic; in rte_ethtool_get_eeprom() 184 eeprom->magic = eeprom_info.magic; in rte_ethtool_set_eeprom()
|
| /f-stack/freebsd/i386/include/ |
| H A D | minidump.h | 38 char magic[24]; member
|
| /f-stack/freebsd/mips/include/ |
| H A D | minidump.h | 38 char magic[24]; member
|
| /f-stack/freebsd/amd64/include/ |
| H A D | minidump.h | 38 char magic[24]; member
|
| /f-stack/freebsd/arm64/include/ |
| H A D | minidump.h | 37 char magic[24]; member
|
| /f-stack/freebsd/arm/include/ |
| H A D | minidump.h | 46 char magic[24]; member
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_dev_info.h | 28 uint32_t magic; /**< Device-specific key, such as device-id */ member
|
| /f-stack/dpdk/drivers/net/avp/ |
| H A D | rte_avp_common.h | 214 uint32_t magic; /**< Memory validation marker */ member 307 uint32_t magic; /**< Memory validation marker */ member
|