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

/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c911 sljit_sw high_short, next_high_short; local
926 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
927 return high_short == next_high_short;
931 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
932 if (high_short == next_high_short)
962 sljit_sw high_short, next_high_short; local
1028 next_high_short = (sljit_si)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
1029 if (high_short == next_high_short) {

Completed in 123 milliseconds