HomeSort by relevance Sort by last modified time
    Searched refs:sljit_memory_fragment (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist/sljit/
sljitLir.h 268 struct sljit_memory_fragment { struct
269 struct sljit_memory_fragment *next;
308 struct sljit_memory_fragment *buf;
309 struct sljit_memory_fragment *abuf;
    [all...]
sljitLir.c 357 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE);
358 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE);
415 struct sljit_memory_fragment *buf;
416 struct sljit_memory_fragment *curr;
483 struct sljit_memory_fragment *new_frag;
486 if (compiler->buf->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory))) {
491 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE);
502 struct sljit_memory_fragment *new_frag;
505 if (compiler->abuf->used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory))) {
510 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE)
    [all...]
sljitNativeSPARC_common.c 273 struct sljit_memory_fragment *buf;
    [all...]
sljitNativeARM_64.c 209 struct sljit_memory_fragment *buf;
    [all...]
sljitNativeARM_T2_32.c 344 struct sljit_memory_fragment *buf;
    [all...]
sljitNativeARM_32.c 556 struct sljit_memory_fragment *buf;
    [all...]
sljitNativeMIPS_common.c 361 struct sljit_memory_fragment *buf;
    [all...]
sljitNativePPC_common.c 319 struct sljit_memory_fragment *buf;
    [all...]
sljitNativeTILEGX_64.c 999 struct sljit_memory_fragment *buf;
    [all...]
sljitNativeX86_common.c 447 struct sljit_memory_fragment *buf;
    [all...]

Completed in 53 milliseconds