Searched defs:sljit_sw (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitConfigInternal.h37 sljit_sw, sljit_uw : signed and unsigned machine word, enough to store a pointer
58 SLJIT_WORD_SHIFT : the shift required to apply when accessing a sljit_sw/sljit_uw array by index
355 typedef long int sljit_sw; typedef
364 typedef int sljit_sw; typedef
370 typedef __int64 sljit_sw; typedef
373 typedef long int sljit_sw; typedef
548 #define SLJIT_LOCALS_OFFSET_BASE ((2 + 4) * sizeof(sljit_sw))
551 #define SLJIT_LOCALS_OFFSET_BASE ((3 + 1 + 4) * sizeof(sljit_sw))
559 #define SLJIT_LOCALS_OFFSET_BASE (sizeof(sljit_sw))
563 #define SLJIT_LOCALS_OFFSET_BASE ((4 + 2) * sizeof(sljit_sw))
[all...]

Completed in 106 milliseconds