Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/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.4/ext/mysqlnd/
H A Dmysqlnd_portability.h78 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
81 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
125 (((uint32_t) 255L << 24) | \
131 ((uint32_t) (zend_uchar) (A)[0])))
135 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
187 (((uint32_t) 255L << 24) | \
193 ((uint32_t) (zend_uchar) (A)[0])))
202 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
205 #define uint4korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
220 #define int2store(T,A) do { uint32_t def_temp= (uint32_t) (A) ;\
[all …]
H A Dconfig-win.h67 (((uint32_t) 255L << 24) | \
68 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
69 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
70 ((uint32_t) (zend_uchar) (A)[0])) : \
71 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
72 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
73 ((uint32_t) (zend_uchar) (A)[0])))
77 #define uint4korr(A) (*((uint32_t *) (A)))
79 (((uint32_t) ((zend_uchar) (A)[1])) << 8) +\
80 (((uint32_t) ((zend_uchar) (A)[2])) << 16) +\
[all …]
/PHP-7.4/ext/ffi/tests/
H A D022.phpt21 test_size(8, "struct {uint32_t a; uint32_t b;}");
23 test_size(8, "struct {char a; uint32_t b;}");
24 test_size(8, "struct {uint32_t a; char b;}");
25 test_size(5, "struct __attribute__((packed)) {char a; uint32_t b;}");
26 test_size(5, "struct __attribute__((packed)) {uint32_t a; char b;}");
28 test_size(16, "struct {uint32_t a; uint32_t b;}[2]");
30 test_size(16, "struct {char a; uint32_t b;}[2]");
31 test_size(16, "struct {uint32_t a; char b;}[2]");
35 test_align(4, "union {uint32_t a; uint32_t b;}");
37 test_align(4, "union {char a; uint32_t b;}");
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_config.c100 return sizeof(uint32_t); in pcre2_config()
125 *((uint32_t *)where) = 0 in pcre2_config()
143 *((uint32_t *)where) = HEAP_LIMIT; in pcre2_config()
148 *((uint32_t *)where) = 1; in pcre2_config()
150 *((uint32_t *)where) = 0; in pcre2_config()
166 *((uint32_t *)where) = (uint32_t)configured_link_size; in pcre2_config()
179 *((uint32_t *)where) = 1; in pcre2_config()
181 *((uint32_t *)where) = 0; in pcre2_config()
193 *((uint32_t *)where) = 0; in pcre2_config()
214 *((uint32_t *)where) = 1; in pcre2_config()
[all …]
H A Dpcre2_intmodedep.h567 int (*stack_guard)(uint32_t, void *);
573 uint32_t parens_nest_limit;
574 uint32_t extra_options;
590 uint32_t heap_limit;
591 uint32_t match_limit;
592 uint32_t depth_limit;
599 uint32_t glob_separator;
600 uint32_t glob_escape;
684 uint32_t *groupptr;
707 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.h458 typedef uint32_t PCRE2_UCHAR32;
589 pcre2_set_bsr(pcre2_compile_context *, uint32_t); \
597 pcre2_set_newline(pcre2_compile_context *, uint32_t); \
602 int (*)(uint32_t, void *), void *);
618 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
620 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
622 pcre2_set_match_limit(pcre2_match_context *, uint32_t); \
681 uint32_t, pcre2_match_data *, pcre2_match_context *); \
688 PCRE2_EXP_DECL uint32_t PCRE2_CALL_CONVENTION \
765 pcre2_jit_compile(pcre2_code *, uint32_t); \
[all …]
/PHP-7.4/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.h65 uint32_t var;
66 uint32_t num;
91 uint32_t lineno;
142 uint32_t lineno;
160 uint32_t opline_num;
164 uint32_t try_op;
179 uint32_t start;
180 uint32_t end;
364 uint32_t flags;
756 uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag);
[all …]
/PHP-7.4/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.4/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_crc32_tables.h19 static const uint32_t crc32_table[] = { 0x0,
73 static const uint32_t crc32b_table[] = {
140 static const uint32_t crc32c_table[] = {
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);
/PHP-7.4/ext/phar/
H A Dphar_internal.h175 uint32_t cwd_len;
181 uint32_t last_phar_name_len;
183 uint32_t last_alias_len;
221 uint32_t crc32;
222 uint32_t flags;
253 uint32_t is_dir:1;
260 uint32_t is_tar:1;
262 uint32_t is_zip:1;
305 uint32_t is_zip:1;
307 uint32_t is_tar:1;
[all …]
/PHP-7.4/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.c55 uint32_t H[8];
57 uint32_t total[2];
58 uint32_t buflen;
122 uint32_t W[64]; in sha256_process_block()
123 uint32_t a_save = a; in sha256_process_block()
124 uint32_t b_save = b; in sha256_process_block()
125 uint32_t c_save = c; in sha256_process_block()
126 uint32_t d_save = d; in sha256_process_block()
127 uint32_t e_save = e; in sha256_process_block()
128 uint32_t f_save = f; in sha256_process_block()
[all …]
H A Dcrc32.c49 static uint32_t crc32_aarch64(uint32_t crc, char *p, size_t nr) { in crc32_aarch64()
56 crc = __crc32w(crc, *(uint32_t *)p); in crc32_aarch64()
57 p += sizeof(uint32_t); in crc32_aarch64()
58 nr -= sizeof(uint32_t); in crc32_aarch64()
79 uint32_t crcinit = 0; in PHP_NAMED_FUNCTION()
80 register uint32_t crc; in PHP_NAMED_FUNCTION()
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.4/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 …]
/PHP-7.4/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.4/ext/opcache/Optimizer/
H A Dzend_cfg.h44 uint32_t flags;
45 uint32_t start; /* first opcode number */
46 uint32_t len; /* number of opcodes */
90 uint32_t *map;
91 uint32_t flags;
120 int zend_build_cfg(zend_arena **arena, const zend_op_array *op_array, uint32_t build_flags, zend_c…

Completed in 73 milliseconds

12345678910>>...13