Home
last modified time | relevance | path

Searched refs:uint32_t (Results 51 – 75 of 302) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/hash/
H A Dphp_hash_gost.h26 uint32_t state[16];
30 const uint32_t (*tables)[4][256];
H A Dhash_haval.c32 static const uint32_t D0[8] = {
35 static const uint32_t K2[32] = {
121 output[i] = ((uint32_t) input[j]) | (((uint32_t) input[j + 1]) << 8) | in Decode()
122 (((uint32_t) input[j + 2]) << 16) | (((uint32_t) input[j + 3]) << 24); in Decode()
144 uint32_t E[8]; in PHP_3HAVALTransform()
145 uint32_t x[32]; in PHP_3HAVALTransform()
178 uint32_t E[8]; in PHP_4HAVALTransform()
179 uint32_t x[32]; in PHP_4HAVALTransform()
215 uint32_t E[8]; in PHP_5HAVALTransform()
216 uint32_t x[32]; in PHP_5HAVALTransform()
[all …]
H A Dhash_snefru.c34 void ph(uint32_t h[16]) in ph()
42 static inline void Snefru(uint32_t input[16]) in Snefru()
46 const uint32_t *t0,*t1; in Snefru()
47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru()
130 ZEND_SECURE_ZERO(&context->state[8], sizeof(uint32_t) * 8); in SnefruTransform()
138 static const uint32_t MAX32 = 0xffffffffLU;
145 context->count[1] = ((uint32_t) len * 8) - context->count[1]; in PHP_SNEFRUUpdate()
147 context->count[1] += (uint32_t) len * 8; in PHP_SNEFRUUpdate()
174 uint32_t i, j; in PHP_SNEFRUFinal()
H A Dhash_fnv.c152 static uint32_t
153 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf()
167 hval ^= (uint32_t)*bp++; in fnv_32_buf()
172 hval ^= (uint32_t)*bp++; in fnv_32_buf()
H A Dhash_md.c90 output[i] = ((uint32_t) input[j]) | (((uint32_t) input[j + 1]) << 8) | in Decode()
91 (((uint32_t) input[j + 2]) << 16) | (((uint32_t) input[j + 3]) << 24); in Decode()
242 (a) += F ((b), (c), (d)) + (x) + (uint32_t)(ac); \
247 (a) += G ((b), (c), (d)) + (x) + (uint32_t)(ac); \
252 (a) += H ((b), (c), (d)) + (x) + (uint32_t)(ac); \
257 (a) += I ((b), (c), (d)) + (x) + (uint32_t)(ac); \
292 < ((uint32_t) inputLen << 3)) in PHP_MD5Update()
294 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_MD5Update()
353 uint32_t state[4]; in MD5Transform()
551 < ((uint32_t) inputLen << 3)) in PHP_MD4Update()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c126 compile_regex(uint32_t, PCRE2_UCHAR **, uint32_t **, int *, uint32_t,
127 uint32_t *, int32_t *, uint32_t *, int32_t *, branch_chain *,
925 uint32_t i; in show_parsed()
2495 uint32_t c; in parse_regex()
4825 get_othercase_range(uint32_t *cptr, uint32_t d, uint32_t *ocptr, in get_othercase_range()
4893 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal()
4895 uint32_t c; in add_to_class_internal()
5088 compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
8761 uint32_t i; in add_name_to_table()
8827 parsed_skip(uint32_t *pptr, uint32_t skiptype) in parsed_skip()
[all …]
H A Dpcre2_ucd.c39 const uint32_t PRIV(ucd_caseless_sets)[] = {0};
78 const uint32_t PRIV(ucd_caseless_sets)[] = {
118 const uint32_t PRIV(ucd_digit_sets)[] = {
H A Dpcre2_context.c333 pcre2_set_bsr(pcre2_compile_context *ccontext, uint32_t value) in pcre2_set_bsr()
355 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline()
374 pcre2_set_parens_nest_limit(pcre2_compile_context *ccontext, uint32_t limit) in pcre2_set_parens_nest_limit()
381 pcre2_set_compile_extra_options(pcre2_compile_context *ccontext, uint32_t options) in pcre2_set_compile_extra_options()
389 int (*guard)(uint32_t, void *), void *user_data) in pcre2_set_compile_recursion_guard() argument
419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit()
426 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit()
433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit()
450 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
470 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator()
[all …]
H A Dpcre2_ord2utf.c59 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV()
81 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV()
/PHP-7.4/ext/standard/
H A Dsha1.h26 uint32_t state[5]; /* state (ABCD) */
27 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
H A Dsha1.c135 (e) += F ((b), (c), (d)) + (w) + (uint32_t)(0x5A827999); \
186 if ((context->count[0] += ((uint32_t) inputLen << 3)) in PHP_SHA1Update()
187 < ((uint32_t) inputLen << 3)) in PHP_SHA1Update()
189 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_SHA1Update()
255 uint32_t state[5]; in SHA1Transform()
258 uint32_t a = state[0], b = state[1], c = state[2];
259 uint32_t d = state[3], e = state[4], x[16], tmp;
368 uint32_t *input;
387 uint32_t *output; in SHA1Decode()
394 output[i] = ((uint32_t) input[j + 3]) | (((uint32_t) input[j + 2]) << 8) |
[all …]
H A Dphp_mt_rand.h35 PHPAPI void php_mt_srand(uint32_t seed);
36 PHPAPI uint32_t php_mt_rand(void);
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.c223 static uint32_t zend_vm_opcodes_flags[195] = {
427 ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags(zend_uchar opcode) { in zend_get_opcode_flags()
H A Dzend.h92 uint32_t num_excludes;
107 uint32_t modifiers;
119 uint32_t ce_flags;
161 uint32_t num_interfaces;
162 uint32_t num_traits;
177 uint32_t line_start;
178 uint32_t line_end;
189 …void (*error_function)(int type, const char *error_filename, const uint32_t error_lineno, const ch…
235 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno);
301 ZEND_API ZEND_COLD void zend_error_at(int type, const char *filename, uint32_t lineno, const char *…
[all …]
H A Dzend_hash.c422 uint32_t num; in zend_array_count()
459 uint32_t idx; in zend_hash_iterator_add()
621 uint32_t idx; in zend_hash_find_bucket()
661 uint32_t idx; in zend_hash_str_find_bucket()
684 uint32_t idx; in zend_hash_index_find_bucket()
705 uint32_t idx; in _zend_hash_add_or_update_i()
793 uint32_t idx; in _zend_hash_str_add_or_update_i()
961 uint32_t idx; in _zend_hash_index_add_or_update_i()
1342 uint32_t idx; in zend_hash_del()
1372 uint32_t idx; in zend_hash_del_ind()
[all …]
H A Dzend_gc.c223 uint32_t gc_runs;
224 uint32_t collected;
326 static zend_always_inline uint32_t gc_compress(uint32_t idx) in gc_compress()
354 uint32_t idx; in gc_fetch_unused()
373 uint32_t idx; in gc_fetch_next_unused()
584 uint32_t idx; in gc_possible_root_when_full()
628 uint32_t idx; in gc_possible_root()
936 uint32_t idx; in gc_compact()
1131 uint32_t idx; in gc_add_garbage()
1289 uint32_t idx, end; in gc_collect_roots()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c132 void phpdbg_list_file(zend_string *filename, uint32_t count, int offset, uint32_t highlight) /* {{{… in phpdbg_list_file()
134 uint32_t line, lastline; in phpdbg_list_file()
156 uint32_t linestart = data->line[line++]; in phpdbg_list_file()
157 uint32_t linelen = data->line[line] - linestart; in phpdbg_list_file()
238 uint32_t line; in phpdbg_compile_file()
265 *(dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint32_t) * data.len)) = data; in phpdbg_compile_file()
269 dataptr->line[++line] = (uint32_t)(bufptr - data.buf) + 1; in phpdbg_compile_file()
274 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_file()
326 uint32_t line; in phpdbg_compile_string()
339 dataptr->line[++line] = (uint32_t)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.h50 uint32_t flags;
72 int zend_build_call_graph(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_call_…
74 int zend_analyze_calls(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_op_array…
H A Dzend_dfg.h27 uint32_t size;
46 int zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, zend_dfg *dfg, uint32_t buil…
H A Dzend_optimizer_internal.h34 #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v))
85 int zend_optimizer_eval_cast(zval *result, uint32_t type, zval *op1);
96 uint32_t var,
115 uint32_t zend_optimizer_classify_function(zend_string *name, uint32_t num_args);
117 void zend_optimizer_shift_jump(zend_op_array *op_array, zend_op *opline, uint32_t *shiftlist);
H A Dzend_dump.h34 void zend_dump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const …
39 void zend_dump_ssa_variables(const zend_op_array *op_array, const zend_ssa *ssa, uint32_t dump_flag…
/PHP-7.4/main/
H A Dphp_stdint.h153 typedef uint32 uint32_t
155 typedef u_int32_t uint32_t;
157 typedef unsigned int uint32_t;
159 typedef unsigned long uint32_t;
/PHP-7.4/win32/
H A Dphp_stdint.h93 #ifndef uint32_t
94 typedef unsigned __int32 uint32_t; typedef
105 typedef uint32_t uint_least32_t;
115 typedef uint32_t uint_fast32_t;
116 typedef uint32_t u_int32_t;
/PHP-7.4/ext/ffi/tests/
H A D033.phpt24 $t2 = FFI::type("uint32_t");
58 object(FFI\CType:uint32_t)#%d (0) {
60 object(FFI\CType:uint32_t[2][2])#%d (0) {
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php_trace.c81 uint32_t lineno = 0; in fpm_php_trace_dump()
97 uint32_t *call_info = (uint32_t *)&l; in fpm_php_trace_dump()
166 uint32_t *lu = (uint32_t *) &l; in fpm_php_trace_dump()

Completed in 96 milliseconds

12345678910>>...13