Searched refs:next_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
915 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
916 return high_short == next_high_short;
920 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
921 if (high_short == next_high_short)
951 sljit_sw high_short, next_high_short; local
1017 next_high_short = (sljit_s32)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
1018 if (high_short == next_high_short) {

Completed in 89 milliseconds