Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 10079) sorted by last modified time

12345678910>>...404

/php-src/ext/openssl/
H A Dopenssl.c300 r->n = n; in ZEND_GET_MODULE()
326 *n = r->n; in RSA_get0_key()
1876 unsigned int n; in php_openssl_x509_fingerprint() local
1891 ret = zend_string_alloc(n * 2, 0); in php_openssl_x509_fingerprint()
1893 ZSTR_VAL(ret)[n * 2] = '\0'; in php_openssl_x509_fingerprint()
3881 OPENSSL_PKEY_SET_BN(data, n); in php_openssl_pkey_init_legacy_rsa()
3884 if (!n || !d || !RSA_set0_key(rsa, n, e, d)) { in php_openssl_pkey_init_legacy_rsa()
3915 OPENSSL_PKEY_SET_BN(data, n); in php_openssl_pkey_init_rsa()
3924 if (!ctx || !bld || !n || !d) { in php_openssl_pkey_init_rsa()
3964 BN_free(n); in php_openssl_pkey_init_rsa()
[all …]
/php-src/ext/odbc/
H A Dphp_odbc.c270 #define SAFE_SQL_NTS(n) ((SQLSMALLINT) ((n)?(SQL_NTS):0)) argument
/php-src/ext/odbc/tests/
H A Dodbc_close_001.phpt28 echo $e->getMessage() . "\n";
34 echo $e->getMessage() . "\n";
40 echo $e->getMessage() . "\n";
46 echo $e->getMessage() . "\n";
H A Dodbc_close_all_001.phpt27 echo $e->getMessage() . "\n";
33 echo $e->getMessage() . "\n";
39 echo $e->getMessage() . "\n";
45 echo $e->getMessage() . "\n";
H A Dodbc_free_result_001.phpt23 echo $e->getMessage(), "\n";
28 echo $e->getMessage(), "\n";
33 echo $e->getMessage(), "\n";
38 echo $e->getMessage(), "\n";
43 echo $e->getMessage(), "\n";
48 echo $e->getMessage(), "\n";
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1126 n++;
1156 n++;
1209 n++;
1231 n++;
1244 n++;
1355 n++;
1415 n++;
8190 for (n = bb->successors_count; n != 0; p++, n--) {
8226 for (n = bb->successors_count; n != 0; p++, n--) {
8362 for (n = bb->successors_count; n != 0; p++, n--) {
[all …]
H A Dir_sccp.c295 for (p = ctx->use_edges + use_list->refs; n > 0; p++, n--) { in ir_find1()
326 ir_ref j, n, *p; in ir_sccp_make_nop() local
340 ir_ref j, n, *p; in ir_sccp_remove_insn() local
362 ir_ref j, n, *p; in ir_sccp_remove_insn2() local
693 while (j <= n) { in ir_sccp_remove_unfeasible_merge_inputs()
700 n++; in ir_sccp_remove_unfeasible_merge_inputs()
1125 for (p = &ctx->use_edges[use_list->refs]; n > 0; p++, n--) { in ir_try_promote_ext()
1146 for (n = 0; n < ctx->use_lists[ref].count; n++) { in ir_try_promote_ext()
2189 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_sccp()
2244 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_sccp()
[all …]
H A Dir_private.h124 int n; in ir_ntz()
128 n = 1; in ir_ntz()
152 uint32_t n; in ir_ntzl()
156 n = 1; in ir_ntzl()
182 uint32_t n; in ir_nlz()
184 n = 32; in ir_nlz()
209 uint32_t n; in ir_nlzl()
211 n = 64; in ir_nlzl()
489 #define IR_SPARSE_SET_DENSE(set, n) (set)->data[n] argument
951 return n; in ir_operands_count()
[all …]
H A Dir_cfg.c16 if (n < 2) { in _ir_add_successors()
32 for (; n > 0; p++, n--) { in _ir_add_successors()
48 for (p = insn->ops + 1; n > 0; p++, n--) { in _ir_add_predecessors()
311 n++; in ir_remove_predecessor()
372 n++; in ir_remove_merge_input()
463 n++; in ir_remove_unreachable_blocks()
936 n = 2; in ir_find_loops()
1022 for (n = 1; n < count; n++) { in ir_find_loops()
1287 for (; n > 0; p++, n--) { in ir_schedule_blocks_bottom_up()
1464 for (; n > 0; p++, n--) { in ir_schedule_blocks_bottom_up()
[all …]
H A Dir_gcm.c36 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_gcm_schedule_early()
153 n--; in _push_predecessors()
173 n--; in _check_successors()
204 for (;n > 0; p++, q++, n--) { in ir_split_partially_dead_node()
315 for (;n > 0; p++, q++, n--) { in ir_split_partially_dead_node()
451 for (n = 0; n < ctx->use_lists[ref].count; n++) { in ir_gcm_schedule_late()
466 for (;n > 0; p++, q++, n--) { in ir_gcm_schedule_late()
613 n--; in ir_gcm()
628 for (n = 1; n < ctx->insns_count; n++) { in ir_gcm()
644 n--; in ir_gcm()
[all …]
H A Dir_aarch64.dasc352 n++;
355 n++;
390 n++;
394 n++;
397 n++;
414 n++;
459 n++;
568 n++;
4463 for (n = bb->successors_count; n != 0; p++, n--) {
4503 for (n = bb->successors_count; n != 0; p++, n--) {
[all …]
H A Dir.c1149 n = ir_insn_inputs_to_len(n);
1150 i += n;
1171 n = ir_insn_inputs_to_len(n);
1172 i += n;
1224 n = ir_insn_inputs_to_len(n);
1236 n = -n;
1238 n = linked_lists[n];
2139 n--;
2140 ops[n + 1] = inputs[n];
2194 n++;
[all …]
H A Dir_ra.c53 n = 1; in ir_assign_virtual_registers_slow()
61 i += n; in ir_assign_virtual_registers_slow()
72 i += n; in ir_assign_virtual_registers_slow()
518 n--; in ir_add_fusion_ranges()
654 for (p++, n--; n > 0; p++, n--) { in ir_compute_live_ranges()
1007 for (;n > 0; p++, q++, n--) { in ir_compute_live_sets()
1290 n = ir_list_at(&live_lists, n - 1); in ir_compute_live_ranges()
2032 ctx->live_intervals[n]->vreg = n; in ir_coalesce()
2037 n--; in ir_coalesce()
3434 for (; n > 0; p++, n--) { in ir_ival_spill_for_fuse_load()
[all …]
H A Dir.h384 #define IR_OPTX(op, type, n) ((uint32_t)(op) | ((uint32_t)(type) << IR_OPT_TYPE_SHIFT) | ((uint32_t… argument
705 void ir_set_op(ir_ctx *ctx, ir_ref ref, int32_t n, ir_ref val);
722 IR_ALWAYS_INLINE ir_ref ir_insn_op(const ir_insn *insn, int32_t n) in ir_insn_op() argument
724 const ir_ref *p = insn->ops + n; in ir_insn_op()
728 IR_ALWAYS_INLINE void ir_insn_set_op(ir_insn *insn, int32_t n, ir_ref val) in ir_insn_set_op() argument
730 ir_ref *p = insn->ops + n; in ir_insn_set_op()
H A Dir_check.c45 ir_ref n, j, *p; in ir_check_use_list() local
48 n = use_list->count; in ir_check_use_list()
60 ir_ref n, j, *p; in ir_check_input_list() local
62 n = ir_input_edges_count(ctx, insn); in ir_check_input_list()
63 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_check_input_list()
91 ir_ref i, j, n, *p, use; in ir_check() local
104 n = ir_input_edges_count(ctx, insn); in ir_check()
105 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_check()
373 n = ir_insn_inputs_to_len(n); in ir_check()
374 i += n; in ir_check()
[all …]
/php-src/ext/dom/
H A Dnode.c1452 xmlNode *n, *node; in PHP_METHOD() local
1461 DOM_GET_OBJ(n, id, xmlNodePtr, intern); in PHP_METHOD()
1464 bool clone_document = n->type == XML_DOCUMENT_NODE || n->type == XML_HTML_DOCUMENT_NODE; in PHP_METHOD()
1473 node = dom_clone_node(ns_mapper, n, n->doc, recursive); in PHP_METHOD()
1489 …zend_class_entry *ce = n->type == XML_DOCUMENT_NODE ? dom_xml_document_class_entry : dom_html_docu… in PHP_METHOD()
1495 php_dom_update_document_after_clone(intern, n, new_intern, node); in PHP_METHOD()
1499 if (node->type == XML_ATTRIBUTE_NODE && n->ns != NULL && node->ns == NULL) { in PHP_METHOD()
1503 node->ns = n->ns; in PHP_METHOD()
/php-src/ext/mbstring/
H A Dmbstring.c317 n = 0; in php_mb_parse_encoding_list()
341 n++; in php_mb_parse_encoding_list()
358 n++; in php_mb_parse_encoding_list()
403 n++; in php_mb_parse_encoding_array()
410 n++; in php_mb_parse_encoding_array()
2152 size_t n; in php_mb_strstr_variants() local
3840 for (size_t n = 0; n < argc; n++) { in PHP_FUNCTION() local
3847 for (size_t n = 0; n < argc; n++) { in PHP_FUNCTION() local
3871 for (size_t n = 0; n < argc; n++) { in PHP_FUNCTION() local
6341 n = MIN(n, e - p); in mb_mime_header_encode()
[all …]
/php-src/ext/gmp/tests/
H A Dconstruct.phpt15 echo $e->getMessage() . "\n";
20 echo $e->getMessage() . "\n";
25 echo $e->getMessage() . "\n";
H A Dgmp_init.phpt32 echo "Done\n";
/php-src/Zend/
H A Dzend_alloc.c564 int n;
568 n = 0;
578 return n + (bitset & 1);
1204 int n = 16;
1205 if (size <= 0x00ff) {n -= 8; size = size << 8;}
1206 if (size <= 0x0fff) {n -= 4; size = size << 4;}
1208 if (size <= 0x7fff) {n -= 1;}
1209 return n;
1224 int n;
1230 n = zend_mm_small_size_to_bit(size - 1);
[all …]
H A Dzend_strtod.c1727 int n; local
1775 x += n;
1904 if ((n = hexdig[*s]) == 0 || n > 0x19) {
1909 while((n = hexdig[*++s]) !=0 && n <= 0x19) {
1972 n = 0;
1997 n = ULbits*n - hi0bits(L);
2016 n = nbits - n;
2040 if (n == nbits && (n < 2 || any_on(b,n-1)))
2172 int n; local
2239 --n;
[all …]
H A Dzend.c744 uint32_t n = compiler_globals->copied_functions_count; in compiler_globals_dtor() local
747 if (zend_hash_num_elements(compiler_globals->function_table) <= n) { in compiler_globals_dtor()
752 compiler_globals->function_table->nNumOfElements -= n; in compiler_globals_dtor()
753 while (n != 0) { in compiler_globals_dtor()
756 n--; in compiler_globals_dtor()
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h82 uint64_t n; in lexbor_diyfp_leading_zeros64() local
88 n = 0; in lexbor_diyfp_leading_zeros64()
91 n++; in lexbor_diyfp_leading_zeros64()
95 return n; in lexbor_diyfp_leading_zeros64()
H A Ddtoa.c61 lexbor_dec_count(uint32_t n) in lexbor_dec_count() argument
63 if (n < 10) return 1; in lexbor_dec_count()
64 if (n < 100) return 2; in lexbor_dec_count()
65 if (n < 1000) return 3; in lexbor_dec_count()
66 if (n < 10000) return 4; in lexbor_dec_count()
67 if (n < 100000) return 5; in lexbor_dec_count()
68 if (n < 1000000) return 6; in lexbor_dec_count()
69 if (n < 10000000) return 7; in lexbor_dec_count()
70 if (n < 100000000) return 8; in lexbor_dec_count()
71 if (n < 1000000000) return 9; in lexbor_dec_count()
/php-src/build/
H A Dlibtool.m4166 if test -n "$RANLIB"; then
502 echo='printf %s\n'
882 if test -n "$kargmax"; then
1280 if test -n "$STRIP" ; then
1344 BEGIN {RS=" "; FS="/|\n";} {
1972 if test -n "$tagname"; then
1992 if test -n "$tagname" ; then
2226 if test -n "$MAGIC_CMD"; then
2323 if test -n "$LD"; then
2575 [if test -n "$NM"; then
[all …]

Completed in 182 milliseconds

12345678910>>...404