Home
last modified time | relevance | path

Searched refs:used_size (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c366 compiler->buf->used_size = 0; in sljit_create_compiler()
368 compiler->abuf->used_size = 0; in sljit_create_compiler()
492 …if (compiler->buf->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fr… in ensure_buf()
493 ret = compiler->buf->memory + compiler->buf->used_size; in ensure_buf()
494 compiler->buf->used_size += size; in ensure_buf()
501 new_frag->used_size = size; in ensure_buf()
511 …if (compiler->abuf->used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_… in ensure_abuf()
512 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf()
513 compiler->abuf->used_size += size; in ensure_abuf()
520 new_frag->used_size = size; in ensure_abuf()
H A DsljitLir.h272 sljit_uw used_size; member
H A DsljitNativeSPARC_common.c300 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_64.c237 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c371 buf_end = buf_ptr + (buf->used_size >> 1); in sljit_generate_code()
H A DsljitNativeARM_32.c618 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeMIPS_common.c388 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativePPC_common.c353 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeTILEGX_64.c1025 buf_end = buf_ptr + (buf->used_size >> 3); in sljit_generate_code()
H A DsljitNativeX86_common.c476 buf_end = buf_ptr + buf->used_size; in sljit_generate_code()

Completed in 80 milliseconds