Searched defs:sljit_uw (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
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
365 typedef unsigned long int sljit_uw; typedef
374 typedef unsigned int sljit_uw; typedef
380 typedef unsigned __int64 sljit_uw; typedef
383 typedef unsigned long int sljit_uw; typedef
388 typedef sljit_uw sljit_p;
543 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size);

Completed in 85 milliseconds