Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/PHP-7.3/ext/mysqli/
H A Dmysqli_libmysql.h76 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
77 (((uint32_t) (((unsigned char*) (A))[1])) << 8) +\
78 (((uint32_t) (((unsigned char*) (A))[0])) << 16)))
82 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
89 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\
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])) +\
[all …]
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_portability.h143 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
146 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
190 (((uint32_t) 255L << 24) | \
200 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
252 (((uint32_t) 255L << 24) | \
258 ((uint32_t) (zend_uchar) (A)[0])))
267 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
270 #define uint4korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
276 (((uint32_t) ((zend_uchar) (A)[1])) << 8) +\
285 #define int2store(T,A) do { uint32_t def_temp= (uint32_t) (A) ;\
[all …]
H A Dconfig-win.h68 (((uint32_t) 255L << 24) | \
69 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
70 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
71 ((uint32_t) (zend_uchar) (A)[0])) : \
72 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
73 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
74 ((uint32_t) (zend_uchar) (A)[0])))
78 #define uint4korr(A) (*((uint32_t *) (A)))
80 (((uint32_t) ((zend_uchar) (A)[1])) << 8) +\
81 (((uint32_t) ((zend_uchar) (A)[2])) << 16) +\
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_config.c98 return sizeof(uint32_t); in pcre2_config()
123 *((uint32_t *)where) = 0 in pcre2_config()
141 *((uint32_t *)where) = HEAP_LIMIT; in pcre2_config()
146 *((uint32_t *)where) = 1; in pcre2_config()
148 *((uint32_t *)where) = 0; in pcre2_config()
164 *((uint32_t *)where) = (uint32_t)configured_link_size; in pcre2_config()
177 *((uint32_t *)where) = 1; in pcre2_config()
179 *((uint32_t *)where) = 0; in pcre2_config()
191 *((uint32_t *)where) = 0; in pcre2_config()
208 *((uint32_t *)where) = 1; in pcre2_config()
[all …]
H A Dpcre2_intmodedep.h568 int (*stack_guard)(uint32_t, void *);
574 uint32_t parens_nest_limit;
575 uint32_t extra_options;
589 uint32_t heap_limit;
590 uint32_t match_limit;
591 uint32_t depth_limit;
598 uint32_t glob_separator;
599 uint32_t glob_escape;
682 uint32_t *groupptr;
705 uint32_t number; /* Group number */
[all …]
H A Dpcre2_pattern_info.c95 return sizeof(uint32_t); in pcre2_pattern_info()
132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info()
136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
140 *((uint32_t *)where) = re->top_bracket; in pcre2_pattern_info()
144 *((uint32_t *)where) = re->limit_depth; in pcre2_pattern_info()
149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
181 *((uint32_t *)where) = re->limit_heap; in pcre2_pattern_info()
212 *((uint32_t *)where) = re->limit_match; in pcre2_pattern_info()
217 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
[all …]
H A Dpcre2_newline.c79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, in PRIV()
80 uint32_t *lenptr, BOOL utf) in PRIV()
82 uint32_t c; in PRIV()
169 PRIV(was_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR startptr, in PRIV()
170 uint32_t *lenptr, BOOL utf) in PRIV()
172 uint32_t c; in PRIV()
/PHP-7.3/Zend/
H A Dzend_bitset.h80 static inline uint32_t zend_bitset_len(uint32_t n)
107 uint32_t i;
133 uint32_t i;
142 uint32_t i;
151 uint32_t i;
160 uint32_t i;
169 uint32_t i;
178 uint32_t i;
190 uint32_t i;
202 uint32_t i = len;
[all …]
H A Dzend_cpuinfo.c22 uint32_t eax;
23 uint32_t ebx;
24 uint32_t ecx;
25 uint32_t edx;
26 uint32_t initialized;
34 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid()
38 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid()
60 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid()
71 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid()
H A Dzend_compile.h69 uint32_t var;
70 uint32_t num;
95 uint32_t lineno;
146 uint32_t lineno;
164 uint32_t opline_num;
168 uint32_t try_op;
182 uint32_t start;
183 uint32_t end;
342 uint32_t flags;
753 uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag);
[all …]
/PHP-7.3/ext/hash/
H A Dphp_hash_ripemd.h25 uint32_t state[4]; /* state (ABCD) */
26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
31 uint32_t state[5]; /* state (ABCD) */
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
37 uint32_t state[8]; /* state (ABCD) */
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
43 uint32_t state[10]; /* state (ABCD) */
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
H A Dphp_hash_sha.h37 uint32_t state[5]; /* state (ABCD) */
38 uint32_t count[2]; /* number of bits, modulo 2^64 */
53 uint32_t state[8]; /* state */
54 uint32_t count[2]; /* number of bits, modulo 2^64 */
64 uint32_t state[8]; /* state */
65 uint32_t count[2]; /* number of bits, modulo 2^64 */
H A Dphp_hash_fnv.h22 #define PHP_FNV1_32_INIT ((uint32_t)0x811c9dc5)
25 #define PHP_FNV_32_PRIME ((uint32_t)0x01000193)
47 uint32_t state;
65 static uint32_t fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate);
H A Dphp_hash_md.h61 uint32_t state[4]; /* state (ABCD) */
62 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
77 uint32_t state[4];
78 uint32_t count[2];
H A Dphp_hash_gost.h26 uint32_t state[16];
27 uint32_t count[2];
30 const uint32_t (*tables)[4][256];
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_hash.h52 uint32_t key_length;
59 uint32_t num_entries;
60 uint32_t max_num_entries;
61 uint32_t num_direct_entries;
64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
70 uint32_t key_length,
85 uint32_t key_length);
90 uint32_t key_length);
95 uint32_t key_length);
/PHP-7.3/ext/phar/
H A Dphar_internal.h180 uint32_t cwd_len;
186 uint32_t last_phar_name_len;
188 uint32_t last_alias_len;
226 uint32_t crc32;
227 uint32_t flags;
258 uint32_t is_dir:1;
265 uint32_t is_tar:1;
267 uint32_t is_zip:1;
310 uint32_t is_zip:1;
312 uint32_t is_tar:1;
[all …]
/PHP-7.3/ext/standard/
H A Dcrypt_freesec.h16 uint32_t saltbits;
17 uint32_t old_salt;
18 uint32_t en_keysl[16], en_keysr[16];
19 uint32_t de_keysl[16], de_keysr[16];
20 uint32_t old_rawkey0, old_rawkey1;
H A Dcrypt_sha256.c59 uint32_t H[8];
61 uint32_t total[2];
62 uint32_t buflen;
126 uint32_t W[64]; in sha256_process_block()
127 uint32_t a_save = a; in sha256_process_block()
128 uint32_t b_save = b; in sha256_process_block()
129 uint32_t c_save = c; in sha256_process_block()
130 uint32_t d_save = d; in sha256_process_block()
131 uint32_t e_save = e; in sha256_process_block()
132 uint32_t f_save = f; in sha256_process_block()
[all …]
H A Dcrypt_freesec.c157 static const uint32_t bits32[32] =
177 static uint32_t psbox[4][256];
214 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init()
215 const uint32_t *bits28, *bits24; in _crypt_extended_init()
353 uint32_t obit, saltbit, saltbits; in setup_salt()
379 (uint32_t)(u_char)key[3] | in des_setkey()
384 (uint32_t)(u_char)key[7] | in des_setkey()
427 uint32_t t0, t1; in des_setkey()
458 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des()
585 (uint32_t)(u_char)in[3] | in des_cipher()
[all …]
H A Dmt_rand.c93 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(v))) & 0x9908b0dfU))
98 static inline void php_mt_initialize(uint32_t seed, uint32_t *state) in php_mt_initialize()
105 register uint32_t *s = state; in php_mt_initialize()
106 register uint32_t *r = state; in php_mt_initialize()
124 register uint32_t *state = BG(state); in php_mt_reload()
125 register uint32_t *p = state; in php_mt_reload()
149 PHPAPI void php_mt_srand(uint32_t seed) in php_mt_srand()
162 PHPAPI uint32_t php_mt_rand(void) in php_mt_rand()
167 register uint32_t s1; in php_mt_rand()
214 static uint32_t rand_range32(uint32_t umax) { in rand_range32()
[all …]
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.h109 uint32_t d_flags;
113 uint32_t d_size;
137 uint32_t cl_dword;
149 uint32_t si_count;
160 uint32_t sh_len;
165 uint32_t pi_id;
166 uint32_t pi_type;
170 uint32_t _pi_u32;
178 uint32_t s_len;
275 uint32_t ce_num;
[all …]
H A Dder.c61 #define DER_BAD ((uint32_t)-1)
140 static uint32_t
143 uint32_t tag; in gettag()
173 static uint32_t
206 return CAST(uint32_t, len); in getlength()
221 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
223 uint32_t i = 0; in der_data()
236 uint32_t z = i << 1; in der_data()
280 uint32_t tag, tlen; in der_cmp()
338 printtag(uint32_t tag, const void *q, uint32_t len) in printtag()
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.h37 void phpdbg_list_file(zend_string *, uint32_t, int, uint32_t);
51 uint32_t lines;
52 uint32_t line[1];
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_cfg.h46 uint32_t flags;
47 uint32_t start; /* first opcode number */
48 uint32_t len; /* number of opcodes */
92 uint32_t *map;
93 uint32_t flags;
123 int zend_build_cfg(zend_arena **arena, const zend_op_array *op_array, uint32_t build_flags, zend_c…

Completed in 76 milliseconds

12345678910>>...12