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

  /external/pcre/dist/sljit/
sljitLir.h 496 #define SLJIT_MAX_LOCAL_SIZE 65536
    [all...]
sljitLir.c 897 SLJIT_ASSERT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE);
935 SLJIT_ASSERT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE);
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 1087 if (private_data_ptr > SLJIT_MAX_LOCAL_SIZE)
    [all...]

Completed in 90 milliseconds