Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c2012 # define mem_type WORD_DATA in sljit_emit_op_flags() macro
2014 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
2027 mem_type = INT_DATA | SIGNED_DATA; in sljit_emit_op_flags()
2035 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), src, srcw, dst, dstw)); in sljit_emit_op_flags()
2103 …return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CAC… in sljit_emit_op_flags()
2107 return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw); in sljit_emit_op_flags()
2114 # undef mem_type in sljit_emit_op_flags()
H A DsljitNativeTILEGX_64.c2089 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
2100 mem_type = INT_DATA | SIGNED_DATA; in sljit_emit_op_flags()
2107 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, TMP_REG1_mapped, src, srcw, dst, dstw)); in sljit_emit_op_flags()
2159 …return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CAC… in sljit_emit_op_flags()
2163 return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw); in sljit_emit_op_flags()
/PHP-5.6/Zend/
H A Dzend_alloc.c1167 char *mem_type = getenv("ZEND_MM_MEM_TYPE"); in zend_mm_startup() local
1172 if (mem_type == NULL) { in zend_mm_startup()
1176 if (strcmp(mem_handlers[i].name, mem_type) == 0) { in zend_mm_startup()
1181 fprintf(stderr, "Wrong or unsupported zend_mm storage type '%s'\n", mem_type); in zend_mm_startup()

Completed in 41 milliseconds