Searched defs:rot (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Djenkins_hash.c45 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/freebsd-13-stable/usr.bin/caesar/
H A Dcaesar.c150 int ch, rot; local
/freebsd-13-stable/sys/netgraph/
H A Dng_vlan_rotate.h49 int8_t rot; member in struct:ng_vlanrotate_conf
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h39 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) macro
[all...]
/freebsd-13-stable/tests/sys/netgraph/
H A Dvlan_rotate.c91 int i, rot, len; local
191 int rot local
[all...]
/freebsd-13-stable/contrib/unbound/util/storage/
H A Dlookup3.c113 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_msgpack.c76 uint32_t rot = oldstate >> 59u; local
/freebsd-13-stable/lib/libc/gen/
H A Dgetnetgrent.c483 int y, rv, rot; local
/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c167 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/freebsd-13-stable/sys/contrib/pcg-c/include/
H A Dpcg_variants.h56 static inline uint8_t pcg_rotr_8(uint8_t value, unsigned int rot) argument
70 static inline uint16_t pcg_rotr_16(uint16_t value, unsigned int rot) argument
80 static inline uint32_t pcg_rotr_32(uint32_t value, unsigned int rot) argument
90 pcg_rotr_64(uint64_t value, unsigned int rot) argument
103 pcg_rotr_128(pcg128_t value, unsigned int rot) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4611 unsigned rot = fieldFromInstruction(Val, 7, 5); local
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1656 uint16_t bw, len, rot, angle; local
/freebsd-13-stable/stand/ficl/
H A Dwords.c980 static void rot(FICL_VM *pVM) function

Completed in 191 milliseconds