| /f-stack/freebsd/contrib/openzfs/module/unicode/ |
| H A D | uconv.c | 343 hi = 0; in uconv_u16tou32() 382 if (hi) in uconv_u16tou32() 392 hi = 0; in uconv_u16tou32() 407 if (hi) in uconv_u16tou32() 445 hi = 0; in uconv_u16tou8() 461 if (hi) in uconv_u16tou8() 508 if (hi) in uconv_u16tou8() 722 hi = hi & u8_masks_tbl[remaining_bytes]; in uconv_u8tou16() 743 hi = (hi << UCONV_U8_BIT_SHIFT) | in uconv_u8tou16() 822 hi = hi & u8_masks_tbl[remaining_bytes]; in uconv_u8tou32() [all …]
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_utils.h | 26 #define DMA_REGPAIR_LE(x, val) (x).hi = DMA_HI_LE((val)); \ 29 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument 30 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t) argument 31 #define HILO_64(hi, lo) HILO_GEN(hi, lo, u64) argument 32 #define HILO_DMA_REGPAIR(regpair) (HILO_DMA(regpair.hi, regpair.lo)) 33 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo))
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_hash.c | 326 hi->subject = subject; in hashTypeInitIterator() 330 hi->fptr = NULL; in hashTypeInitIterator() 331 hi->vptr = NULL; in hashTypeInitIterator() 337 return hi; in hashTypeInitIterator() 343 zfree(hi); in hashTypeReleaseIterator() 354 fptr = hi->fptr; in hashTypeNext() 355 vptr = hi->vptr; in hashTypeNext() 373 hi->fptr = fptr; in hashTypeNext() 374 hi->vptr = vptr; in hashTypeNext() 376 if ((hi->de = dictNext(hi->di)) == NULL) return C_ERR; in hashTypeNext() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-tlb.c | 87 CVMX_MT_ENTRY_HIGH(hi); in __tlb_probe() 125 uint64_t hi, uint64_t lo0, in __tlb_write_index() argument 136 tlbi, hi, lo0, lo1, pagemask); in __tlb_write_index() 140 CVMX_MT_ENTRY_HIGH(hi); in __tlb_write_index() 188 uint32_t hi; in __tlb_dump_index() local 196 CVMX_MF_ENTRY_HIGH(hi); in __tlb_dump_index() 206 width, (hi & ~0x1fffUL), hi & 0xff); in __tlb_dump_index() 284 uint64_t lo0, lo1, hi, pagemask; in cvmx_tlb_write_entry() local 297 hi = ((vaddr) >> 12) << 12; in cvmx_tlb_write_entry() 303 hi = ((vaddr) >> 12) << 12; in cvmx_tlb_write_entry() [all …]
|
| H A D | cvmx-ixf18201.c | 107 uint32_t hi, lo; in cvmx_ixf18201_read32() local 114 hi = cvmx_ixf18201_read16(reg_addr + 1); in cvmx_ixf18201_read32() 115 return((hi << 16) | lo); in cvmx_ixf18201_read32() 119 uint16_t hi, lo; in cvmx_ixf18201_write32() local 126 hi = data >> 16; in cvmx_ixf18201_write32() 128 cvmx_ixf18201_write16(reg_addr + 1, hi); in cvmx_ixf18201_write32()
|
| H A D | cvmx-core.c | 78 int cvmx_core_add_wired_tlb_entry(uint64_t hi, uint64_t lo0, uint64_t lo1, cvmx_tlb_pagemask_t page… in cvmx_core_add_wired_tlb_entry() argument 87 CVMX_MT_ENTRY_HIGH(hi); in cvmx_core_add_wired_tlb_entry()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 514 alloc_sz = hi->hugepage_sz; in alloc_seg() 783 struct hugepage_info *hi; member 923 struct hugepage_info *hi; member 1000 struct hugepage_info *hi = NULL; in eal_memalloc_alloc_seg_bulk() local 1017 if (!hi) { in eal_memalloc_alloc_seg_bulk() 1032 wa.hi = hi; in eal_memalloc_alloc_seg_bulk() 1105 wa.hi = hi; in eal_memalloc_free_seg_bulk() 1193 p_ms->socket_id, hi, in sync_chunk() 1326 hi->hugedir, strerror(errno)); in sync_existing() 1332 hi->hugedir, strerror(errno)); in sync_existing() [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_memalloc.c | 37 struct hugepage_info *hi) in alloc_seg() argument 64 alloc_sz = hi->hugepage_sz; in alloc_seg() 135 ms->hugepage_sz = hi->hugepage_sz; in alloc_seg() 175 struct hugepage_info *hi; member 282 struct hugepage_info *hi; member 322 struct hugepage_info *hi = NULL; in eal_memalloc_alloc_seg_bulk() local 334 hi = hpi; in eal_memalloc_alloc_seg_bulk() 338 if (!hi) { in eal_memalloc_alloc_seg_bulk() 345 wa.hi = hi; in eal_memalloc_alloc_seg_bulk() 385 struct hugepage_info *hi = NULL; in eal_memalloc_free_seg_bulk() local [all …]
|
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | cpucontrol.h | 125 uint32_t hi, lo; in nlm_mfcr() local 136 : "=r"(hi), "=r"(lo) in nlm_mfcr() 139 return (((uint64_t)hi) << 32) | lo; in nlm_mfcr() 145 uint32_t hi, lo; in nlm_mtcr() local 147 hi = val >> 32; in nlm_mtcr() 162 : :"r"(hi), "r"(lo), "r"(reg) in nlm_mtcr()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_blist.c | 193 int hi, lo, mid; in generic_bitpos() local 196 hi = BLIST_RADIX; in generic_bitpos() 200 hi = mid; in generic_bitpos() 453 int hi, lo, mid; in update_gap_stats() local 469 hi = 1; in update_gap_stats() 470 while (hi < nitems(fib) && fib[hi] <= size) { in update_gap_stats() 471 lo = hi; in update_gap_stats() 472 hi *= 2; in update_gap_stats() 475 hi = nitems(fib); in update_gap_stats() 481 hi = mid; in update_gap_stats() [all …]
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | ethdev_private.c | 93 uint16_t lo, hi, val; in rte_eth_devargs_process_range() local 96 result = sscanf(str, "%hu-%hu", &lo, &hi); in rte_eth_devargs_process_range() 102 if (lo >= hi || lo > RTE_MAX_ETHPORTS || hi > RTE_MAX_ETHPORTS) in rte_eth_devargs_process_range() 104 for (val = lo; val <= hi; val++) { in rte_eth_devargs_process_range()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | tlb.c | 202 register_t asid, end_hi, hi, hi_pagemask, s, save_asid, start_hi; in tlb_invalidate_range() local 232 for (hi = start_hi; hi != end_hi; hi += 1 << TLBMASK_SHIFT) { in tlb_invalidate_range() 234 mips_wr_entryhi(hi); in tlb_invalidate_range() 248 hi = mips_rd_entryhi(); in tlb_invalidate_range() 249 if ((hi & TLBHI_ASID_MASK) == asid && (hi < end_hi || in tlb_invalidate_range() 256 if (hi >= (start_hi & ~(hi_pagemask << in tlb_invalidate_range()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 87 uint32_t low, hi; in xrstor32() local 90 hi = mask >> 32; in xrstor32() 97 uint32_t low, hi; in xrstor64() local 100 hi = mask >> 32; in xrstor64() 107 uint32_t low, hi; in xsave32() local 110 hi = mask >> 32; in xsave32() 118 uint32_t low, hi; in xsave64() local 121 hi = mask >> 32; in xsave64() 129 uint32_t low, hi; in xsaveopt32() local 132 hi = mask >> 32; in xsaveopt32() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/accel/ |
| H A D | lis302.txt | 47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 83 st,wakeup-x-hi; 85 st,wakeup-y-hi; 87 st,wakeup-z-hi; 107 st,wakeup-x-hi; 109 st,wakeup-y-hi; 111 st,wakeup-z-hi;
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ghashv8-armx.S | 74 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi 75 .byte 0xa2,0x2e,0xaa,0xf2 @ pmull q1,q13,q9 @ (H.lo+H.hi)·(Xi.lo+Xi.hi) 154 .byte 0x87,0x4e,0xad,0xf2 @ pmull2 q2,q14,q3 @ H^2.hi·Xi.hi 156 .byte 0xa5,0x2e,0xab,0xf2 @ pmull2 q1,q13,q10 @ (H^2.lo+H^2.hi)·(Xi.lo+Xi.hi) 204 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi 205 .byte 0xa2,0x2e,0xaa,0xf2 @ pmull q1,q13,q9 @ (H.lo+H.hi)·(Xi.lo+Xi.hi)
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_sched.c | 73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) in ipdn_bound_var() argument 78 } else if (*v > hi) { in ipdn_bound_var() 79 *v = hi; in ipdn_bound_var()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | simd_x86.h | 209 uint32_t low, hi; in kfpu_save_xsave() local 213 hi = mask >> 32; in kfpu_save_xsave() 214 XSTATE_XSAVE(addr, low, hi, err); in kfpu_save_xsave() 263 uint32_t low, hi; in kfpu_restore_xsave() local 266 hi = mask >> 32; in kfpu_restore_xsave() 267 XSTATE_XRESTORE(addr, low, hi); in kfpu_restore_xsave()
|
| /f-stack/freebsd/arm/allwinner/a20/ |
| H A D | a20_cpu_cfg.c | 127 uint32_t lo, hi; in a20_read_counter64() local 134 hi = cpu_cfg_read_4(a20_cpu_cfg_sc, OSC24M_CNT64_HIGH_REG); in a20_read_counter64() 137 return (((uint64_t)hi << 32) | lo); in a20_read_counter64()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.h | 25 } hi; member 40 } hi; member 81 #define TXGBE_RXD_IPID(rxd) ((rxd)->qw0.hi.ipid) 82 #define TXGBE_RXD_CSUM(rxd) ((rxd)->qw0.hi.csum) 85 #define TXGBE_RXD_FDIRID(rxd) ((rxd)->qw0.hi.dw1) 144 #define TXGBE_RXD_LENGTH(rxd) ((rxd)->qw1.hi.len) 145 #define TXGBE_RXD_VLAN(rxd) ((rxd)->qw1.hi.tag)
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap3-gta04a3.dts | 33 st,wakeup-x-hi; 35 st,wakeup-y-hi; 37 st,wakeup-z-hi;
|
| H A D | omap3-overo-common-peripherals.dtsi | 69 st,wakeup-x-hi; 71 st,wakeup-y-hi; 73 st,wakeup-z-hi;
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_vect.h | 25 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ argument 27 hi = (typeof(hi))_##P##_shuffle_ps((TC)(tr0), (TC)(tr1), 0xdd); \
|
| /f-stack/freebsd/i386/include/xen/ |
| H A D | hypercall.h | 260 uint32_t hi, lo; in HYPERVISOR_update_va_mapping() local 263 hi = (uint32_t)(new_val >> 32); in HYPERVISOR_update_va_mapping() 266 lo, hi, flags); in HYPERVISOR_update_va_mapping() 329 uint32_t hi, lo; in HYPERVISOR_update_va_mapping_otherdomain() local 332 hi = (uint32_t)(new_val >> 32); in HYPERVISOR_update_va_mapping_otherdomain() 335 lo, hi, flags, domid); in HYPERVISOR_update_va_mapping_otherdomain()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | clip_tbl.c | 16 u64 hi = ((u64)lip[1]) << 32 | lip[0]; in clip6_get_mbox() local 23 c.ip_hi = hi; in clip6_get_mbox() 35 u64 hi = ((u64)lip[1]) << 32 | lip[0]; in clip6_release_mbox() local 42 c.ip_hi = hi; in clip6_release_mbox()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_reserv.c | 954 int bitpos, hi, i, lo; in vm_reserv_break() local 961 hi = lo = -1; in vm_reserv_break() 970 changes = lo != hi; in vm_reserv_break() 984 if (lo == hi) in vm_reserv_break() 991 lo = hi; in vm_reserv_break() 1255 n = hi / NBPOPMAP; in vm_reserv_test_contig() 1256 bits_left = hi % NBPOPMAP; in vm_reserv_test_contig() 1257 hi = lo = -1; in vm_reserv_test_contig() 1274 if (lo == hi) { in vm_reserv_test_contig() 1278 hi = NBPOPMAP * i + bitpos; in vm_reserv_test_contig() [all …]
|