Home
last modified time | relevance | path

Searched refs:ecb_rotr32 (Results 1 – 22 of 22) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/libeio/
H A Decb.h308 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) ecb_const;
317 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - count)) | (x >… in ecb_rotr32() function
/dports/devel/pecl-eio/eio-2.0.4/libeio/
H A Decb.h415 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) ecb_const;
424 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - count)) | (x >… in ecb_rotr32() function
/dports/devel/libeio/libeio-libeio-4.18/
H A Decb.h431 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) ecb_const;
440 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - count)) | (x >… in ecb_rotr32() function
/dports/converters/p5-Convert-UUlib/Convert-UUlib-1.7/uulib/
H A Decb.h602 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
611 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
648 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/devel/p5-Async-Interrupt/Async-Interrupt-1.26/
H A Decb.h602 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
611 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
648 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A Decb.h602 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
611 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
648 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/devel/p5-CBOR-XS/CBOR-XS-1.3/
H A Decb.h535 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
544 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
/dports/devel/p5-IO-AIO/IO-AIO-4.76/libeio/
H A Decb.h610 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
619 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
656 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/sysutils/libptytty/libptytty-2.0/src/
H A Decb.h610 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
619 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
656 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Decb.h610 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
619 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
656 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/mail/rspamd/rspamd-3.1/contrib/libev/
H A Dev.c1211 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1220 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
1257 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libev/
H A Dev.c1211 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1220 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
1257 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/devel/p5-EV/EV-4.33/libev/
H A Dev.c1207 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1216 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
1253 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/devel/libev/libev-4.33/
H A Dev.c1207 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1216 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
1253 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/libev/
H A Dev.c1207 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1216 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
1253 inline uint32_t ecb_rotr (uint32_t v, unsigned int count) { return ecb_rotr32 (v, count); } in ecb_rotr()
/dports/net/tcpkali/tcpkali-1.1.1/deps/libev/
H A Dev.c985 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) ecb_const;
994 ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - count)) | (x >… in ecb_rotr32() function
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/lib/ev/
H A Dev.c1076 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1085 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/lib/ev/
H A Dev.c1076 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1085 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/verto/
H A Dev.c1071 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1080 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
/dports/security/krb5/krb5-1.19.2/src/util/verto/
H A Dev.c1071 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1080 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
/dports/security/uacme/uacme-upstream-1.7.1/libev/
H A Dev.c1188 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1197 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function
/dports/devel/pecl-ev/ev-1.1.5/libev/
H A Dev.c1161 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1170 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function