Home
last modified time | relevance | path

Searched refs:SLJIT_PRINT_D (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c867 # define SLJIT_PRINT_D "I64" macro
869 # define SLJIT_PRINT_D "l" macro
872 # define SLJIT_PRINT_D "" macro
896 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param()
908 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param()
912 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); in sljit_verbose_param()
932 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); in sljit_verbose_fparam()
936 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); in sljit_verbose_fparam()
1959 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1976 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()

Completed in 14 milliseconds