Searched refs:SLJIT_PRINT_D (Results 1 – 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.c | 916 # define SLJIT_PRINT_D "I64" macro 918 # define SLJIT_PRINT_D "l" macro 921 # define SLJIT_PRINT_D "" macro 945 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param() 957 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param() 961 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); in sljit_verbose_param() 979 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); in sljit_verbose_fparam() 983 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); in sljit_verbose_fparam() 1977 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base() 1994 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
|