Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c896 sljit_sw high_short, next_high_short; in can_cache() local
911 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()
912 return high_short == next_high_short; in can_cache()
916 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()
917 if (high_short == next_high_short) in can_cache()
947 sljit_sw high_short, next_high_short; in getput_arg() local
1013 next_high_short = (sljit_si)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in getput_arg()
1014 if (high_short == next_high_short) { in getput_arg()

Completed in 12 milliseconds