Searched defs:sljit_uw (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
38 sljit_p : unsgined pointer value (usually the same as sljit_uw, but
58 SLJIT_WORD_SHIFT : the shift required to apply when accessing a sljit_sw/sljit_uw array by index
360 typedef unsigned long int sljit_uw; typedef
369 typedef unsigned int sljit_uw; typedef
375 typedef unsigned __int64 sljit_uw; typedef
378 typedef unsigned long int sljit_uw; typedef
383 typedef sljit_uw sljit_p;
520 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size);

Completed in 87 milliseconds