Searched refs:SLJIT_PRINT_D (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 782 # define SLJIT_PRINT_D "I64" macro 784 # define SLJIT_PRINT_D "l" macro 787 # define SLJIT_PRINT_D "" macro 800 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \ 812 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \ 816 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \ 834 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \ 838 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \ 1459 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base() 1476 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1219 32. Put spaces around SLJIT_PRINT_D in the JIT compiler. Required by CXX11.
|
Completed in 20 milliseconds