Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/sljit/dist/sljit_src/ | |
sljitConfigInternal.h | 39 sljit_sw, sljit_uw : signed and unsigned machine word, enough to store a pointer 40 sljit_p : unsgined pointer value (usually the same as sljit_uw, but 60 SLJIT_WORD_SHIFT : the shift required to apply when accessing a sljit_sw/sljit_uw array by index 359 typedef unsigned long int sljit_uw; typedef in typeref:typename:unsigned long int 368 typedef unsigned int sljit_uw; typedef in typeref:typename:unsigned int 374 typedef unsigned __int64 sljit_uw; typedef in typeref:typename:unsigned __int64 377 typedef unsigned long int sljit_uw; typedef in typeref:typename:unsigned long int 382 typedef sljit_uw sljit_p; 537 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size); |