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

/external/pcre/dist2/src/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
366 typedef long int sljit_sw; typedef
375 typedef int sljit_sw; typedef
381 typedef __int64 sljit_sw; typedef
384 typedef long int sljit_sw; typedef
559 #define SLJIT_LOCALS_OFFSET_BASE ((2 + 4) * sizeof(sljit_sw))
562 #define SLJIT_LOCALS_OFFSET_BASE ((3 + 1 + 4) * sizeof(sljit_sw))
570 #define SLJIT_LOCALS_OFFSET_BASE (sizeof(sljit_sw))
574 #define SLJIT_LOCALS_OFFSET_BASE ((4 + 2) * sizeof(sljit_sw))
[all...]

Completed in 169 milliseconds