Home
last modified time | relevance | path

Searched refs:next_high_short (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c900 sljit_sw high_short, next_high_short; in can_cache() local
915 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()
916 return high_short == next_high_short; in can_cache()
920 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()
921 if (high_short == next_high_short) in can_cache()
951 sljit_sw high_short, next_high_short; in getput_arg() local
1017 next_high_short = (sljit_s32)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in getput_arg()
1018 if (high_short == next_high_short) { in getput_arg()