Home
last modified time | relevance | path

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

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