Searched refs:size0 (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | datagen.c | 106 size_t size0 = RDG_rand(seedPtr) & 3; in RDG_genBlock() local 107 size0 = (size_t)1 << (16 + size0 * 2); in RDG_genBlock() 108 size0 += RDG_rand(seedPtr) & (size0-1); /* because size0 is power of 2*/ in RDG_genBlock() 109 if (buffSize < pos + size0) { in RDG_genBlock() 113 memset(buffPtr+pos, 0, size0); in RDG_genBlock() 114 pos += size0; in RDG_genBlock()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5312_chip.c | 123 uint32_t size0, size1; in ar5312_chip_device_start() local 131 size0 = bank0 ? (1 << (bank0 + 1)) : 0; in ar5312_chip_device_start() 134 size0 <<= 20; in ar5312_chip_device_start() 137 printf("SDRMCTL %x %x %x %x\n", cfg0, cfg1, size0, size1); in ar5312_chip_device_start()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet-tx.c | 199 pko_command.s.size0 = CVMX_FAU_OP_SIZE_32; in cvm_oct_xmit()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.c | 891 uint32_t size0 = 0, size1 = 0, i; in rte_sched_port_get_memory_footprint() local 918 size0 = sizeof(struct rte_sched_port); in rte_sched_port_get_memory_footprint() 927 return size0 + size1; in rte_sched_port_get_memory_footprint() 934 uint32_t size0, size1, size2; in rte_sched_port_config() local 947 size0 = sizeof(struct rte_sched_port); in rte_sched_port_config() 953 port = rte_zmalloc_socket("qos_params", size0 + size1, in rte_sched_port_config() 1091 uint32_t size0, size1, bmp_mem_size; in rte_sched_subport_config() local 1136 size0 = sizeof(struct rte_sched_subport); in rte_sched_subport_config() 1141 s = rte_zmalloc_socket("subport_params", size0 + size1, in rte_sched_subport_config()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_vmem.c | 1355 vmem_xalloc(vmem_t *vm, const vmem_size_t size0, vmem_size_t align, in vmem_xalloc() argument 1360 const vmem_size_t size = vmem_roundup_size(vm, size0); in vmem_xalloc() 1370 MPASS(size0 > 0); in vmem_xalloc() 1396 return (vmem_xalloc_nextfit(vm, size0, align, phase, nocross, in vmem_xalloc()
|
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.h | 420 uint16_t size0; member
|
| H A D | rte_acc100_pmd.c | 1348 fcw->hcin_size0 = harq_layout[harq_index].size0; in acc100_fcw_ld_fill() 1405 harq_layout[harq_index].size0 = fcw->hcout_size0; in acc100_fcw_ld_fill() 2800 fcw->hcin_size0 = harq_layout[harq_index].size0; in harq_loopback()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pko.h | 193 …cvmx_fau_op_size_t size0 : 2; /**< The size of the reg0 operation - could be 8, 16, 32, or … member
|
| H A D | cvmx-pko-defs.h | 3710 …uint64_t size0 : 8; /**< Minimum packet size-1 in bytes … member 3712 uint64_t size0 : 8;
|