Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 25 of 55) sorted by relevance

123

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_statistics.h77 uint64_t v = (uint64_t) (value); \
86 uint64_t v1 = (uint64_t) (value1); \
87 uint64_t v2 = (uint64_t) (value2); \
99 uint64_t v1 = (uint64_t) (value1); \
100 uint64_t v2 = (uint64_t) (value2); \
101 uint64_t v3 = (uint64_t) (value3); \
H A Dmysqlnd_debug.c276 uint64_t some_time = 0; in MYSQLND_METHOD()
294 uint64_t calls;
295 uint64_t min_own;
296 uint64_t max_own;
297 uint64_t avg_own;
299 uint64_t min_in_calls;
300 uint64_t max_in_calls;
301 uint64_t avg_in_calls;
303 uint64_t min_total;
304 uint64_t max_total;
[all …]
H A Dconfig-win.h79 #define uint5korr(A) ((uint64_t)(((uint32_t) ((zend_uchar) (A)[0])) +\
83 (((uint64_t) ((zend_uchar) (A)[4])) << 32))
84 #define uint8korr(A) (*((uint64_t *) (A)))
96 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A)
H A Dmysqlnd_portability.h150 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\
155 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\
159 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\
162 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\
166 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
170 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\
174 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
207 #define uint8korr(A) (*((uint64_t *) (A)))
231 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A)
275 #define uint8korr(A) ((uint64_t)(((uint32_t) ((zend_uchar) (A)[0])) +\
[all …]
H A Dmysqlnd_wireprotocol.h116 uint64_t affected_rows;
117 uint64_t last_insert_id;
146 uint64_t affected_rows;
147 uint64_t last_insert_id;
197 uint64_t affected_rows;
198 uint64_t last_insert_id;
297 zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, const uint64_t length);
298 size_t php_mysqlnd_net_store_length_size(uint64_t length);
H A Dmysqlnd_structs.h127 uint64_t affected_rows;
128 uint64_t last_insert_id;
304 uint64_t *values;
599 typedef uint64_t (*func_mysqlnd_res__num_rows)(const MYSQLND_RES * const result);
740 typedef uint64_t (*func_mysqlnd_stmt__get_num_rows)(const MYSQLND_STMT * const stmt);
887 uint64_t thread_id;
1109 uint64_t flags;
1162 uint64_t row_count; \
1163 uint64_t initialized_rows; \
1204 uint64_t current_row;
[all …]
/PHP-7.2/ext/standard/
H A Dcrypt_sha512.c58 uint64_t H[8];
60 uint64_t total[2];
61 uint64_t buflen;
155 uint64_t W[80]; in sha512_process_block()
156 uint64_t a_save = a; in sha512_process_block()
157 uint64_t b_save = b; in sha512_process_block()
158 uint64_t c_save = c; in sha512_process_block()
159 uint64_t d_save = d; in sha512_process_block()
160 uint64_t e_save = e; in sha512_process_block()
161 uint64_t f_save = f; in sha512_process_block()
[all …]
/PHP-7.2/ext/hash/
H A Dhash_sha3.c36 static inline uint64_t rol64(uint64_t v, unsigned char b) { in rol64()
44 static inline uint64_t load64(const unsigned char* x) { in load64()
46 uint64_t ret = 0; in load64()
53 static inline void store64(unsigned char* x, uint64_t val) { in store64()
60 static inline void xor64(unsigned char* x, uint64_t val) { in xor64()
96 uint64_t C[5], D; in permute()
112 uint64_t current = readLane(x, y); in permute()
116 uint64_t temp; in permute()
128 uint64_t temp[5]; in permute()
142 uint64_t bitPos = (1<<j) - 1; in permute()
[all …]
H A Dphp_hash_fnv.h29 #define PHP_FNV1_64_INIT ((uint64_t)0xcbf29ce484222325ULL)
32 #define PHP_FNV_64_PRIME ((uint64_t)0x100000001b3ULL)
53 uint64_t state;
68 static uint64_t fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate);
H A Dphp_hash_sha.h77 uint64_t state[8]; /* state */
78 uint64_t count[2]; /* number of bits, modulo 2^128 */
88 uint64_t state[8]; /* state */
89 uint64_t count[2]; /* number of bits, modulo 2^128 */
H A Dhash_whirlpool.c44 uint64_t K[8]; /* the round key */ in WhirlpoolTransform()
45 uint64_t block[8]; /* mu(buffer) */ in WhirlpoolTransform()
46 uint64_t state[8]; /* the cipher state */ in WhirlpoolTransform()
47 uint64_t L[8]; in WhirlpoolTransform()
55 (((uint64_t)buffer[0] ) << 56) ^ in WhirlpoolTransform()
56 (((uint64_t)buffer[1] & 0xffL) << 48) ^ in WhirlpoolTransform()
57 (((uint64_t)buffer[2] & 0xffL) << 40) ^ in WhirlpoolTransform()
58 (((uint64_t)buffer[3] & 0xffL) << 32) ^ in WhirlpoolTransform()
62 (((uint64_t)buffer[7] & 0xffL) ); in WhirlpoolTransform()
277 uint64_t sourceBits = len * 8; in PHP_WHIRLPOOLUpdate()
[all …]
H A Dphp_hash_tiger.h26 uint64_t state[3];
27 uint64_t passed;
H A Dhash_tiger.c108 uint64_t tmp[8]; \
121 register uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
122 uint64_t aa, bb, cc; \
141 context->passed += (uint64_t) context->length << 3; in TigerFinalize()
151 tiger_compress(context->passes, ((uint64_t *) context->buffer), context->state); in TigerFinalize()
158 memcpy(&context->buffer[56], &context->passed, sizeof(uint64_t)); in TigerFinalize()
169 tiger_compress(context->passes, ((uint64_t *) context->buffer), context->state); in TigerFinalize()
209 tiger_compress(context->passes, ((const uint64_t *) context->buffer), context->state); in PHP_TIGERUpdate()
216 tiger_compress(context->passes, ((const uint64_t *) context->buffer), context->state); in PHP_TIGERUpdate()
H A Dhash_fnv.c196 static uint64_t
197 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()
212 hval ^= (uint64_t)*bp++; in fnv_64_buf()
215 hval ^= (uint64_t)*bp++; in fnv_64_buf()
H A Dhash_sha.c709 static const uint64_t SHA512_K[128] = {
763 ((uint64_t) input[j + 7]) | (((uint64_t) input[j + 6]) << 8) | in SHADecode64()
764 (((uint64_t) input[j + 5]) << 16) | (((uint64_t) input[j + 4]) << 24) | in SHADecode64()
765 (((uint64_t) input[j + 3]) << 32) | (((uint64_t) input[j + 2]) << 40) | in SHADecode64()
766 (((uint64_t) input[j + 1]) << 48) | (((uint64_t) input[j]) << 56); in SHADecode64()
795 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform()
797 uint64_t x[16], T1, T2, W[80]; in SHA512Transform()
844 if ((context->count[0] += ((uint64_t) inputLen << 3)) < ((uint64_t) inputLen << 3)) { in PHP_SHA384Update()
847 context->count[1] += ((uint64_t) inputLen >> 61); in PHP_SHA384Update()
995 if ((context->count[0] += ((uint64_t) inputLen << 3)) < ((uint64_t) inputLen << 3)) { in PHP_SHA512Update()
[all …]
H A Dphp_hash_whirlpool.h26 uint64_t state[8];
/PHP-7.2/ext/mysqli/
H A Dmysqli_libmysql.h89 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\
93 (((uint64_t) (((unsigned char*) (A))[0])) << 32))
97 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\
101 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\
107 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\
111 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
118 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\
122 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
/PHP-7.2/main/
H A Dphp_stdint.h192 typedef uint64 uint64_t
194 typedef u_int64_t uint64_t;
196 typedef unsigned int uint64_t;
198 typedef unsigned long uint64_t;
200 typedef unsigned long long uint64_t;
/PHP-7.2/ext/date/lib/
H A Dtimelib.h71 # ifndef uint64_t
72 typedef unsigned __int64 uint64_t; typedef
108 typedef uint64_t timelib_ulong;
125 typedef uint64_t timelib_ull;
157 uint64_t ttisgmtcnt;
158 uint64_t ttisstdcnt;
159 uint64_t leapcnt;
160 uint64_t timecnt;
161 uint64_t typecnt;
162 uint64_t charcnt;
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.h62 uint64_t h_magic;
64 uint64_t h_uuid[2];
110 uint64_t d_storage_uuid[2];
174 uint64_t _pi_u64;
278 uint64_t ce_timestamp;
338 uint64_t cdf_tole8(uint64_t);
H A Dsoftmagic.c72 ((uint64_t)(p)->hq[2]<<40)|((uint64_t)(p)->hq[3]<<32)| \
73 ((uint64_t)(p)->hq[4]<<24)|((uint64_t)(p)->hq[5]<<16)| \
74 ((uint64_t)(p)->hq[6]<<8)|((uint64_t)(p)->hq[7]))
76 ((uint64_t)(p)->hq[5]<<40)|((uint64_t)(p)->hq[4]<<32)| \
77 ((uint64_t)(p)->hq[3]<<24)|((uint64_t)(p)->hq[2]<<16)| \
78 ((uint64_t)(p)->hq[1]<<8)|((uint64_t)(p)->hq[0]))
438 uint64_t v; in mprint()
1606 private uint64_t
1618 uint64_t v; in file_strncmp()
1674 private uint64_t
[all …]
H A Dreadcdf.c87 uint64_t clsid[2];
108 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime()
348 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
351 (uuid[0] >> 32) & (uint64_t)0x000000000ffffffffULL, in format_clsid()
352 (uuid[0] >> 16) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
353 (uuid[0] >> 0) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
354 (uuid[1] >> 48) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
355 (uuid[1] >> 0) & (uint64_t)0x0000fffffffffffffULL); in format_clsid()
/PHP-7.2/win32/
H A Dphp_stdint.h96 typedef unsigned __int64 uint64_t; typedef
106 typedef uint64_t uint_least64_t;
117 typedef uint64_t uint_fast64_t;
125 typedef uint64_t uintmax_t;
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_atomic.h56 typedef uint64_t atomic_uint_t;
85 typedef uint64_t atomic_uint_t;
100 typedef uint64_t atomic_uint_t;
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_sigio_win32.h28 uint64_t *flags;

Completed in 107 milliseconds

123