next_high_short   896 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_sw high_short, next_high_short;
next_high_short   911 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
next_high_short   912 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	return high_short == next_high_short;
next_high_short   916 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
next_high_short   917 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (high_short == next_high_short)
next_high_short   947 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_sw high_short, next_high_short;
next_high_short  1013 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				next_high_short = (sljit_si)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff;
next_high_short  1014 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				if (high_short == next_high_short) {