Searched refs:p32 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi.c | 126 u32 *p32; in spi_write_bytes() local 140 p32 = (u32 *)(dev->txbuf + 4*count); in spi_write_bytes() 141 val = *p32; in spi_write_bytes() 153 u32 *p32; in spi_fill_readbuffer() local 168 p32 = (u32 *)(dev->rxbuf + 4*count); in spi_fill_readbuffer() 170 *p32 = cpu_to_be32(value); in spi_fill_readbuffer() 172 *p32 = value; in spi_fill_readbuffer()
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 909 volatile uint32_t *p32; in atomic_testandclear_64() local 911 p32 = (volatile uint32_t *)p; in atomic_testandclear_64() 917 p32++; in atomic_testandclear_64() 918 return (atomic_testandclear_32(p32, v)); in atomic_testandclear_64() 968 volatile uint32_t *p32; in atomic_testandset_64() local 970 p32 = (volatile uint32_t *)p; in atomic_testandset_64() 976 p32++; in atomic_testandset_64() 977 return (atomic_testandset_32(p32, v)); in atomic_testandset_64()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.c | 562 { const U32* p32 = state->mem32; in XXH32_update_endian() local 563 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 564 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 565 state->v3 = XXH32_round(state->v3, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 566 state->v4 = XXH32_round(state->v4, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 2625 const uint32_t *p32; in test_ld_mbuf1() local 2649 p32 = rte_pktmbuf_read(pkt, in test_ld_mbuf1() 2650 offsetof(struct rte_ipv4_hdr, src_addr), sizeof(*p32), in test_ld_mbuf1() 2652 if (p32 == NULL) in test_ld_mbuf1() 2655 v += rte_be_to_cpu_32(p32[0]); in test_ld_mbuf1() 2667 p32 = rte_pktmbuf_read(pkt, n - sizeof(*p32), sizeof(*p32), &dof); in test_ld_mbuf1() 2668 if (p32 == NULL) in test_ld_mbuf1() 2671 v += rte_be_to_cpu_32(p32[0]); in test_ld_mbuf1()
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 1458 uint32_t *p32 = NULL; in ipfw_config_pipe() local 1490 p32 = &mask->dst_ip; in ipfw_config_pipe() 1495 p32 = &mask->src_ip; in ipfw_config_pipe() 1536 if (p32 != NULL) in ipfw_config_pipe() 1537 *p32 = a; in ipfw_config_pipe()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_power.c | 214 u_int32_t *p32 = (u_int32_t *) datap; in ar9300_wowoffload_download_acer_magic() local 218 l = *p32; in ar9300_wowoffload_download_acer_magic() 219 p32++; in ar9300_wowoffload_download_acer_magic() 220 u = *(u_int16_t *) p32; in ar9300_wowoffload_download_acer_magic()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6061 { const U32* p32 = state->mem32; in XXH32_update_endian() local 6062 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 6063 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 6064 state->v3 = XXH32_round(state->v3, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 6065 state->v4 = XXH32_round(state->v4, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
|