Home
last modified time | relevance | path

Searched refs:UINT64_C (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/
H A Dcrypt_sha512.c42 #ifndef UINT64_C
77 UINT64_C (0x428a2f98d728ae22), UINT64_C (0x7137449123ef65cd),
78 UINT64_C (0xb5c0fbcfec4d3b2f), UINT64_C (0xe9b5dba58189dbbc),
79 UINT64_C (0x3956c25bf348b538), UINT64_C (0x59f111f1b605d019),
80 UINT64_C (0x923f82a4af194f9b), UINT64_C (0xab1c5ed5da6d8118),
81 UINT64_C (0xd807aa98a3030242), UINT64_C (0x12835b0145706fbe),
82 UINT64_C (0x243185be4ee4b28c), UINT64_C (0x550c7dc3d5ffb4e2),
83 UINT64_C (0x72be5d74f27b896f), UINT64_C (0x80deb1fe3b1696b1),
84 UINT64_C (0x9bdc06a725c71235), UINT64_C (0xc19bf174cf692694),
85 UINT64_C (0xe49b69c19ef14ad2), UINT64_C (0xefbe4786384f25e3),
[all …]
/PHP-7.4/main/
H A Dphp_stdint.h209 #ifndef UINT64_C
211 # define UINT64_C(c) c ## U macro
213 # define UINT64_C(c) c ## UL
215 # define UINT64_C(c) c ## ULL
/PHP-7.4/win32/
H A Dphp_stdint.h241 #define UINT64_C(val) val##ui64 macro
245 #define UINTMAX_C UINT64_C
/PHP-7.4/Zend/
H A Dzend_long.h38 # define Z_UL(i) UINT64_C(i)
H A Dzend_multiply.h293 if (UNEXPECTED(res > UINT64_C(0xFFFFFFFF))) { in zend_safe_address()

Completed in 15 milliseconds