Searched defs:S64 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dhfsmeta.h42 # define S64(x) OSSwapBigToHostInt64(x) macro
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DStringRefTest.cpp425 int64_t S64; local
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.c163 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/apr-32/apr/apr/random/unix/
H A Dsha2.c128 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c200 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsha2.c186 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.c207 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dsha2.c345 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-sha2.c81 #undef S64 macro
246 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
[all...]
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h104 #define S64(x) x = little_endian ? OSSwapHostToLittleInt64(x) : OSSwapHostToBigInt64(x) macro
1383 #undef S64 macro

Completed in 200 milliseconds