Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c2009 # define mem_type WORD_DATA in sljit_emit_op_flags() macro
2011 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
2024 mem_type = INT_DATA | SIGNED_DATA; in sljit_emit_op_flags()
2032 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), src, srcw, dst, dstw)); in sljit_emit_op_flags()
2100 …return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CAC… in sljit_emit_op_flags()
2104 return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw); in sljit_emit_op_flags()
2111 # undef mem_type in sljit_emit_op_flags()
/PHP-5.4/Zend/
H A Dzend_alloc.c1163 char *mem_type = getenv("ZEND_MM_MEM_TYPE"); in zend_mm_startup() local
1168 if (mem_type == NULL) { in zend_mm_startup()
1172 if (strcmp(mem_handlers[i].name, mem_type) == 0) { in zend_mm_startup()
1177 fprintf(stderr, "Wrong or unsupported zend_mm storage type '%s'\n", mem_type); in zend_mm_startup()

Completed in 20 milliseconds