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

/external/pcre/dist2/src/sljit/
H A DsljitConfigInternal.h68 SLJIT_W(number) : defining 64 bit constants on 64 bit architectures (compiler independent helper)
401 #ifndef SLJIT_W
405 #define SLJIT_W(w) (w##ll) macro
407 #define SLJIT_W(w) (w) macro
410 #endif /* !SLJIT_W */

Completed in 747 milliseconds