Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c407 compiler->buf->used_size = 0; in sljit_create_compiler()
409 compiler->abuf->used_size = 0; in sljit_create_compiler()
565 …if (compiler->buf->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fr… in ensure_buf()
566 ret = compiler->buf->memory + compiler->buf->used_size; in ensure_buf()
567 compiler->buf->used_size += size; in ensure_buf()
574 new_frag->used_size = size; in ensure_buf()
584 …if (compiler->abuf->used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_… in ensure_abuf()
585 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf()
586 compiler->abuf->used_size += size; in ensure_abuf()
593 new_frag->used_size = size; in ensure_abuf()
H A DsljitLir.h346 sljit_uw used_size; member
H A DsljitNativeS390X.c1398 sljit_uw len = buf->used_size / sizeof(sljit_ins); in sljit_generate_code()
1483 sljit_uw len = buf->used_size / sizeof(sljit_ins); in sljit_generate_code()
H A DsljitNativeSPARC_common.c330 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_64.c262 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativePPC_common.c423 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeMIPS_common.c539 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
H A DsljitNativeARM_32.c718 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 DsljitNativeX86_common.c520 buf_end = buf_ptr + buf->used_size; in sljit_generate_code()

Completed in 62 milliseconds