Searched refs:s_high (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.c374 int raw_sig_len, r_high, s_high, r_rem=0, s_rem=0; local
390 s_high = ((d[bnsize+s_rem]&0x80)?1:0);
392 s_high + bnsize - s_rem;
410 *p = (uint8_t)(bnsize + s_high - s_rem);
412 if(s_high) {
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c2018 /* Look for nearby objects. For this, we start with s_low/s_high
2029 uintptr_t s_low, s_high; local
2034 s_high = CLAMPSZ (ptr, sz);
2039 num_objs = __mf_find_dead_objects (s_low, s_high, objs, max_objs);
2041 num_objs = __mf_find_objects (s_low, s_high, objs, max_objs);
2052 s_high = CLAMPADD (s_high, (sz * tries * tries));

Completed in 135 milliseconds