Home
last modified time | relevance | path

Searched refs:U64 (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_x86core.c84 #define U64(C) C##UI64 macro
87 #define U64(C) C##UL macro
90 #define U64(C) C##ULL macro
135 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
136 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
137 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
138 U64(
[all...]
H A Daes_core.c56 # define U64(C) C##UI64 macro
58 # define U64(C) C##UL macro
60 # define U64(C) C##ULL macro
91 b = a & U64(0x8080808080808080); in XtimeLong()
94 b &= U64(0x1B1B1B1B1B1B1B1B); in XtimeLong()
241 y = ((x & U64(0xFEFEFEFEFEFEFEFE)) >> 1) | ((x & U64(0x0101010101010101)) << 7); in SubLong()
242 x &= U64(0xDDDDDDDDDDDDDDDD); in SubLong()
243 x ^= y & U64(0x5757575757575757); in SubLong()
244 y = ((y & U64( in SubLong()
[all...]
/third_party/openssl/crypto/aes/
H A Daes_x86core.c84 #define U64(C) C##UI64 macro
87 #define U64(C) C##UL macro
90 #define U64(C) C##ULL macro
135 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
136 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
137 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
138 U64(
[all...]
H A Daes_core.c56 # define U64(C) C##UI64 macro
58 # define U64(C) C##UL macro
60 # define U64(C) C##ULL macro
91 b = a & U64(0x8080808080808080); in XtimeLong()
94 b &= U64(0x1B1B1B1B1B1B1B1B); in XtimeLong()
241 y = ((x & U64(0xFEFEFEFEFEFEFEFE)) >> 1) | ((x & U64(0x0101010101010101)) << 7); in SubLong()
242 x &= U64(0xDDDDDDDDDDDDDDDD); in SubLong()
243 x ^= y & U64(0x5757575757575757); in SubLong()
244 y = ((y & U64( in SubLong()
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c71 # define U64(C) C##UI64 macro
73 # define U64(C) C##UL macro
75 # define U64(C) C##ULL macro
80 c->h[0] = U64(0x8c3d37c819544da2); in sha512_224_init()
81 c->h[1] = U64(0x73e1996689dcd4d6); in sha512_224_init()
82 c->h[2] = U64(0x1dfab7ae32ff9c82); in sha512_224_init()
83 c->h[3] = U64(0x679dd514582f9fcf); in sha512_224_init()
84 c->h[4] = U64(0x0f6d2b697bd44da8); in sha512_224_init()
85 c->h[5] = U64(0x77e36f7304c48942); in sha512_224_init()
86 c->h[6] = U64( in sha512_224_init()
[all...]
/third_party/openssl/crypto/sha/
H A Dsha512.c71 # define U64(C) C##UI64 macro
73 # define U64(C) C##UL macro
75 # define U64(C) C##ULL macro
80 c->h[0] = U64(0x8c3d37c819544da2); in sha512_224_init()
81 c->h[1] = U64(0x73e1996689dcd4d6); in sha512_224_init()
82 c->h[2] = U64(0x1dfab7ae32ff9c82); in sha512_224_init()
83 c->h[3] = U64(0x679dd514582f9fcf); in sha512_224_init()
84 c->h[4] = U64(0x0f6d2b697bd44da8); in sha512_224_init()
85 c->h[5] = U64(0x77e36f7304c48942); in sha512_224_init()
86 c->h[6] = U64( in sha512_224_init()
[all...]
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c65 c->h[0] = U64(0x8c3d37c819544da2); in sha512_224_init()
66 c->h[1] = U64(0x73e1996689dcd4d6); in sha512_224_init()
67 c->h[2] = U64(0x1dfab7ae32ff9c82); in sha512_224_init()
68 c->h[3] = U64(0x679dd514582f9fcf); in sha512_224_init()
69 c->h[4] = U64(0x0f6d2b697bd44da8); in sha512_224_init()
70 c->h[5] = U64(0x77e36f7304c48942); in sha512_224_init()
71 c->h[6] = U64(0x3f9d85a86a1d36c8); in sha512_224_init()
72 c->h[7] = U64(0x1112e6ad91d692a1); in sha512_224_init()
83 c->h[0] = U64(0x22312194fc2bf72c); in sha512_256_init()
84 c->h[1] = U64( in sha512_256_init()
[all...]
/third_party/lz4/lib/
H A Dxxhash.c592 typedef uint64_t U64; typedef
595 typedef unsigned long long U64; typedef
603 static U64 XXH_read64(const void* memPtr) { return *(const U64*) memPtr; } in XXH_read64()
609 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64;
610 static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; } in XXH_read64()
618 static U64 XXH_read64(const void* memPtr) in XXH_read64()
620 U64 val; in XXH_read64()
632 static U64 XXH_swap64 (U64
[all...]
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
H A Dxxhash.c592 typedef uint64_t U64; typedef
595 typedef unsigned long long U64; typedef
603 static U64 XXH_read64(const void* memPtr) { return *(const U64*) memPtr; } in XXH_read64()
609 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64;
610 static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; } in XXH_read64()
618 static U64 XXH_read64(const void* memPtr) in XXH_read64()
620 U64 val; in XXH_read64()
632 static U64 XXH_swap64 (U64
[all...]
/third_party/lz4/programs/
H A Dutil.h68 typedef uint64_t U64; typedef
76 typedef unsigned long long U64; typedef
218 UTIL_STATIC U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeMicro()
229 UTIL_STATIC U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeNano()
244 typedef U64 UTIL_time_t;
246 UTIL_STATIC U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeMicro()
254 return (((clockEnd - clockStart) * (U64)rate.numer) / ((U64)rate.denom)) / 1000ULL; in UTIL_getSpanTimeMicro()
256 UTIL_STATIC U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeNano()
264 return ((clockEnd - clockStart) * (U64)rat in UTIL_getSpanTimeNano()
[all...]
H A Dbench.c424 { U64 fastestC = (U64)(-1LL), fastestD = (U64)(-1LL); in BMK_benchMem()
425 U64 const crcOrig = XXH64(srcBuffer, srcSize, 0); in BMK_benchMem()
427 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100; in BMK_benchMem()
430 U64 totalCTime=0, totalDTime=0; in BMK_benchMem()
469 { U64 const clockSpan = UTIL_clockSpanNano(clockStart); in BMK_benchMem()
530 { U64 const clockSpan = UTIL_clockSpanNano(clockStart); in BMK_benchMem()
559 U64 const crcCheck = XXH64(resultBuffer, srcSize, 0); in BMK_benchMem()
605 static size_t BMK_findMaxMem(U64 requiredMe
[all...]
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de_error.rs115 &[Token::U64(128)], in test_i8()
152 &[Token::U64(32768)], in test_i16()
177 &[Token::U64(2147483648)], in test_i32()
188 &[Token::U64(9223372036854775808)], in test_i64()
244 &[Token::U64(256)], in test_u8()
285 &[Token::U64(65536)], in test_u16()
318 &[Token::U64(4294967296)], in test_u32()
440 &[Token::U64(0)], in test_nonzero_i8()
484 &[Token::U64(128)], in test_nonzero_i8()
523 &[Token::U64( in test_nonzero_i16()
[all...]
H A Dtest_de.rs238 test(0, &[Token::U64(0)]); in test_i8()
242 test(127, &[Token::U64(127)]); in test_i8()
263 test(0, &[Token::U64(0)]); in test_i16()
267 test(32767, &[Token::U64(32767)]); in test_i16()
288 test(0, &[Token::U64(0)]); in test_i32()
292 test(2147483647, &[Token::U64(2147483647)]); in test_i32()
313 test(0, &[Token::U64(0)]); in test_i64()
317 test(9223372036854775807, &[Token::U64(9223372036854775807)]); in test_i64()
338 test(0, &[Token::U64(0)]); in test_i128()
342 test(18446744073709551615, &[Token::U64(1844674407370955161 in test_i128()
[all...]
H A Dtest_identifier.rs24 assert_de_tokens(&V::Aaa, &[Token::U64(0)]); in variant1()
34 assert_de_tokens(&V::Bbb, &[Token::U64(1)]); in aliases()
61 &[Token::U64(42)], in unknown()
91 assert_de_tokens(&F::Aaa, &[Token::U64(0)]); in field1()
101 assert_de_tokens(&F::Bbb, &[Token::U64(1)]); in aliases()
128 &[Token::U64(42)], in unknown()
155 assert_de_tokens(&F::Other, &[Token::U64(42)]); in unit_fallthrough()
185 assert_de_tokens(&F::Other(42u64), &[Token::U64(42)]); in newtype_fallthrough_generic()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dint.rs70 U64,
97 WChar | U32 | U64 | U128 => false, in is_signed()
117 U64 | I64 => 8, in known_size()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Datom.rs12 U64,
38 "u64" => Some(U64), in from_str()
69 U64 => "u64", in as_ref()
/third_party/rust/crates/cxx/syntax/
H A Datom.rs12 U64,
38 "u64" => Some(U64), in from_str()
69 U64 => "u64", in as_ref()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Datom.rs12 U64,
38 "u64" => Some(U64), in from_str()
69 U64 => "u64", in as_ref()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Datom.rs12 U64,
38 "u64" => Some(U64), in from_str()
69 U64 => "u64", in as_ref()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Datom.rs12 U64,
38 "u64" => Some(U64), in from_str()
69 U64 => "u64", in as_ref()
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h86 # define U64(C) C##UI64 macro
89 # define U64(C) C##UL macro
92 # define U64(C) C##ULL macro
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h16 using U64 = V<uint64_t>;
66 // GCC & Clang (but not clang-cl) warn returning U64 on x86 is larger than a register.
68 // We stifle these warnings; our helpers that return U64 are always inlined.
219 SI U64 swap_endian_16x4(const U64& rgba) { in swap_endian_16x4()
561 SI void gather_48(const uint8_t* p, I32 ix, U64* v) { in gather_48()
573 *v = U64{ in gather_48()
577 *v = U64{ in gather_48()
694 U64 rgb; in sample_clut_16()
942 U64 p in exec_ops()
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h16 # define U64(C) C##UI64 macro
20 # define U64(C) C##UL macro
24 # define U64(C) C##ULL macro
/third_party/openssl/include/crypto/
H A Dmodes.h16 # define U64(C) C##UI64 macro
20 # define U64(C) C##UL macro
24 # define U64(C) C##ULL macro
/third_party/lz4/tests/
H A Dfuzzer.c1213 { U64 const crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
1214 U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests()
1254 int compressedSize; U64 crcOrig; in FUZ_unitTests()
1266 { U64 const crcNew = XXH64_digest(&xxhNewSafe); in FUZ_unitTests()
1273 { U64 const crcNew = XXH64_digest(&xxhNewFast); in FUZ_unitTests()
1323 { U64 const crc64 = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
1331 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests()
1387 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
1396 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests()
1424 { U64 cons in FUZ_unitTests()
[all...]

Completed in 36 milliseconds

1234