Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c409 compiler->buf->used_size = 0; in sljit_create_compiler()
411 compiler->abuf->used_size = 0; in sljit_create_compiler()
553 …if (compiler->buf->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fr… in ensure_buf()
554 ret = compiler->buf->memory + compiler->buf->used_size; in ensure_buf()
555 compiler->buf->used_size += size; in ensure_buf()
562 new_frag->used_size = size; in ensure_buf()
572 …if (compiler->abuf->used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_… in ensure_abuf()
573 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf()
574 compiler->abuf->used_size += size; in ensure_abuf()
581 new_frag->used_size = size; in ensure_abuf()
H A DsljitLir.h340 sljit_uw used_size; member
H A DsljitNativeSPARC_common.c330 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_64.c272 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 DsljitNativeMIPS_common.c539 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c396 buf_end = buf_ptr + (buf->used_size >> 1); in sljit_generate_code()
H A DsljitNativePPC_common.c423 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_32.c645 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeX86_common.c522 buf_end = buf_ptr + buf->used_size; in sljit_generate_code()

Completed in 73 milliseconds