Searched refs:S64 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A DGather.c79 hdr.rawDeviceSize = S64(vop->devp->size);
95 op->offset = S64(ep->extents[i].base);
96 op->size = S64(ep->extents[i].length);
H A Dhfsmeta.h42 # define S64(x) OSSwapBigToHostInt64(x) macro
H A Dutil.c254 AddExtent(vop, S64(jib->offset), S64(jib->size));
268 AddExtent(vop, S64(jib->offset), S64(jib->size));
/macosx-10.10.1/apr-32/apr/apr/random/unix/
H A Dsha2.c128 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
141 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
142 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
143 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
144 #define sigma1_512(x) (S64(1
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.c163 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
176 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
177 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
178 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
179 #define sigma1_512(x) (S64(1
[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
259 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
260 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
261 #define sigma0_512(x) (S64( 1, (x)) ^ S64(
[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
213 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
215 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
216 #define sigma1_512(x) (S64(1
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsha2.c186 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
199 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
200 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
201 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
202 #define sigma1_512(x) (S64(1
[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
220 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
221 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
222 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
223 #define sigma1_512(x) (S64(1
[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
358 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
359 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
360 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
361 #define sigma1_512(x) (S64(1
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DStringRefTest.cpp425 int64_t S64; local
449 bool S64Success = StringRef(Signed[i].Str).getAsInteger(0, S64);
452 EXPECT_EQ(S64, Signed[i].Expected);
/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
263 S64(salt);
1383 #undef S64 macro
/macosx-10.10.1/ruby-106/ruby/test/date/
H A Dtest_date_strftime.rb405 assert_equal('S64.01.07', Date.parse('1989-01-07').jisx0301)
414 S64.01.07

Completed in 148 milliseconds