Searched refs:SLJIT_PRINT_D (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.c | 859 # define SLJIT_PRINT_D "I64" macro 861 # define SLJIT_PRINT_D "l" macro 864 # define SLJIT_PRINT_D "" macro 888 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param() 900 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param() 904 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); in sljit_verbose_param() 924 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); in sljit_verbose_fparam() 928 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); in sljit_verbose_fparam() 1956 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base() 1973 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
|