Home
last modified time | relevance | path

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

123

/PHP-7.3/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_wireprotocol.h106 uint64_t affected_rows;
107 uint64_t last_insert_id;
136 uint64_t affected_rows;
137 uint64_t last_insert_id;
187 uint64_t affected_rows;
188 uint64_t last_insert_id;
286 zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, const uint64_t length);
287 size_t php_mysqlnd_net_store_length_size(uint64_t length);
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_structs.h125 uint64_t affected_rows;
126 uint64_t last_insert_id;
302 uint64_t *values;
597 typedef uint64_t (*func_mysqlnd_res__num_rows)(const MYSQLND_RES * const result);
738 typedef uint64_t (*func_mysqlnd_stmt__get_num_rows)(const MYSQLND_STMT * const stmt);
879 uint64_t thread_id;
1100 uint64_t flags;
1142 uint64_t row_count; \
1143 uint64_t initialized_rows; \
1183 uint64_t current_row;
[all …]
/PHP-7.3/ext/standard/
H A Dcrypt_sha512.c53 uint64_t H[8];
55 uint64_t total[2];
56 uint64_t buflen;
150 uint64_t W[80]; in sha512_process_block()
151 uint64_t a_save = a; in sha512_process_block()
152 uint64_t b_save = b; in sha512_process_block()
153 uint64_t c_save = c; in sha512_process_block()
154 uint64_t d_save = d; in sha512_process_block()
155 uint64_t e_save = e; in sha512_process_block()
156 uint64_t f_save = f; in sha512_process_block()
[all …]
/PHP-7.3/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.h27 #define PHP_FNV1_64_INIT ((uint64_t)0xcbf29ce484222325ULL)
30 #define PHP_FNV_64_PRIME ((uint64_t)0x100000001b3ULL)
51 uint64_t state;
66 static uint64_t fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate);
H A Dphp_hash_sha.h75 uint64_t state[8]; /* state */
76 uint64_t count[2]; /* number of bits, modulo 2^128 */
86 uint64_t state[8]; /* state */
87 uint64_t count[2]; /* number of bits, modulo 2^128 */
H A Dhash_whirlpool.c42 uint64_t K[8]; /* the round key */ in WhirlpoolTransform()
43 uint64_t block[8]; /* mu(buffer) */ in WhirlpoolTransform()
44 uint64_t state[8]; /* the cipher state */ in WhirlpoolTransform()
45 uint64_t L[8]; in WhirlpoolTransform()
53 (((uint64_t)buffer[0] ) << 56) ^ in WhirlpoolTransform()
54 (((uint64_t)buffer[1] & 0xffL) << 48) ^ in WhirlpoolTransform()
55 (((uint64_t)buffer[2] & 0xffL) << 40) ^ in WhirlpoolTransform()
56 (((uint64_t)buffer[3] & 0xffL) << 32) ^ in WhirlpoolTransform()
60 (((uint64_t)buffer[7] & 0xffL) ); in WhirlpoolTransform()
275 uint64_t sourceBits = len * 8; in PHP_WHIRLPOOLUpdate()
[all …]
H A Dphp_hash_tiger.h24 uint64_t state[3];
25 uint64_t passed;
H A Dhash_tiger.c106 uint64_t tmp[8]; \
119 register uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
120 uint64_t aa, bb, cc; \
139 context->passed += (uint64_t) context->length << 3; in TigerFinalize()
149 tiger_compress(context->passes, ((uint64_t *) context->buffer), context->state); in TigerFinalize()
156 memcpy(&context->buffer[56], &context->passed, sizeof(uint64_t)); in TigerFinalize()
167 tiger_compress(context->passes, ((uint64_t *) context->buffer), context->state); in TigerFinalize()
207 tiger_compress(context->passes, ((const uint64_t *) context->buffer), context->state); in PHP_TIGERUpdate()
214 tiger_compress(context->passes, ((const uint64_t *) context->buffer), context->state); in PHP_TIGERUpdate()
H A Dhash_fnv.c195 static uint64_t
196 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()
211 hval ^= (uint64_t)*bp++; in fnv_64_buf()
216 hval ^= (uint64_t)*bp++; in fnv_64_buf()
H A Dhash_sha.c704 static const uint64_t SHA512_K[128] = {
758 ((uint64_t) input[j + 7]) | (((uint64_t) input[j + 6]) << 8) | in SHADecode64()
759 (((uint64_t) input[j + 5]) << 16) | (((uint64_t) input[j + 4]) << 24) | in SHADecode64()
760 (((uint64_t) input[j + 3]) << 32) | (((uint64_t) input[j + 2]) << 40) | in SHADecode64()
761 (((uint64_t) input[j + 1]) << 48) | (((uint64_t) input[j]) << 56); in SHADecode64()
790 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform()
792 uint64_t x[16], T1, T2, W[80]; in SHA512Transform()
839 if ((context->count[0] += ((uint64_t) inputLen << 3)) < ((uint64_t) inputLen << 3)) { in PHP_SHA384Update()
842 context->count[1] += ((uint64_t) inputLen >> 61); in PHP_SHA384Update()
990 if ((context->count[0] += ((uint64_t) inputLen << 3)) < ((uint64_t) inputLen << 3)) { in PHP_SHA512Update()
[all …]
H A Dphp_hash_whirlpool.h24 uint64_t state[8];
/PHP-7.3/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.3/main/
H A Dphp_stdint.h195 typedef uint64 uint64_t
197 typedef u_int64_t uint64_t;
199 typedef unsigned int uint64_t;
201 typedef unsigned long uint64_t;
203 typedef unsigned long long uint64_t;
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.h60 uint64_t h_magic;
62 uint64_t h_uuid[2];
108 uint64_t d_storage_uuid[2];
172 uint64_t _pi_u64;
276 uint64_t ce_timestamp;
336 uint64_t cdf_tole8(uint64_t);
H A Dsoftmagic.c78 ((uint64_t)(p)->hq[2]<<40)|((uint64_t)(p)->hq[3]<<32)| \
79 ((uint64_t)(p)->hq[4]<<24)|((uint64_t)(p)->hq[5]<<16)| \
80 ((uint64_t)(p)->hq[6]<<8)|((uint64_t)(p)->hq[7]))
82 ((uint64_t)(p)->hq[5]<<40)|((uint64_t)(p)->hq[4]<<32)| \
83 ((uint64_t)(p)->hq[3]<<24)|((uint64_t)(p)->hq[2]<<16)| \
84 ((uint64_t)(p)->hq[1]<<8)|((uint64_t)(p)->hq[0]))
505 uint64_t v; in mprint()
1730 private uint64_t
1742 uint64_t v; in file_strncmp()
1798 private uint64_t
[all …]
H A Dreadcdf.c83 uint64_t clsid[2];
104 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime()
351 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
354 (uuid[0] >> 32) & (uint64_t)0x000000000ffffffffULL, in format_clsid()
355 (uuid[0] >> 16) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
356 (uuid[0] >> 0) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
357 (uuid[1] >> 48) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
358 (uuid[1] >> 0) & (uint64_t)0x0000fffffffffffffULL); in format_clsid()
/PHP-7.3/ext/date/lib/
H A Dtimelib.h73 # ifndef uint64_t
74 typedef unsigned __int64 uint64_t; typedef
110 typedef uint64_t timelib_ulong;
127 typedef uint64_t timelib_ull;
159 uint64_t ttisgmtcnt;
160 uint64_t ttisstdcnt;
161 uint64_t leapcnt;
162 uint64_t timecnt;
163 uint64_t typecnt;
164 uint64_t charcnt;
/PHP-7.3/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.3/sapi/fpm/fpm/
H A Dfpm_atomic.h55 typedef uint64_t atomic_uint_t;
84 typedef uint64_t atomic_uint_t;
99 typedef uint64_t atomic_uint_t;
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_sigio_win32.h28 uint64_t *flags;

Completed in 77 milliseconds

123