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

/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c900 sljit_sw high_short, next_high_short; local
914 high_short = (argw + ((argw & 0x8000) << 1)) & ~0xffff;
916 return high_short == next_high_short;
919 high_short = (argw + ((argw & 0x8000) << 1)) & ~0xffff;
921 if (high_short == next_high_short)
951 sljit_sw high_short, next_high_short; local
999 high_short = (sljit_s32)(argw + ((argw & 0x8000) << 1)) & ~0xffff;
1002 SLJIT_ASSERT(high_short && high_short <= 0x7fffffffl && high_short >
[all...]

Completed in 119 milliseconds