Searched refs:bitshift (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/mips/nlm/hal/ |
| H A D | nlmsaelib.h | 75 #define left_shift64(x, bitshift, numofbits) \ argument 76 ((uint64_t)(x) << (bitshift)) 78 #define left_shift64_mask(x, bitshift, numofbits) \ argument 79 (((uint64_t)(x) & ((1ULL << (numofbits)) - 1)) << (bitshift))
|
| /freebsd-13.1/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 585 int8_t bitshift; in get_bitshift() local 589 bitshift = (int8_t)((bytes - i)*BYTE_SIZE); in get_bitshift() 591 if (bitshift < 0) in get_bitshift() 592 bitshift = 0; in get_bitshift() 593 entry_ind = entry_ind | ip[i-1] << bitshift; in get_bitshift()
|
| /freebsd-13.1/sys/mips/nlm/dev/sec/ |
| H A D | nlmsec.c | 125 #define extract_bits(x, bitshift, bitcnt) \ argument 126 (((unsigned long long)x >> bitshift) & ((1ULL << bitcnt) - 1))
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 412 # Test for invalid prefix (and determine bitshift length)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1820 ADDR32:$bitshift, ADDR32:$negbitshift, 1824 ADDR32:$bitshift, ADDR32:$negbitshift,
|
| H A D | SystemZInstrFormats.td | 5175 (ins bdaddr20only:$ptr, operand:$src2, ADDR32:$bitshift, 5177 [(set GR32:$dst, (operator bdaddr20only:$ptr, pat, ADDR32:$bitshift,
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 809 + Don't bitshift by negative amounts when encoding/decoding run sizes in
|