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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmprintf.c557 int is_neg; local
657 is_neg = (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0;
658 if(is_neg) {
670 is_neg = 0;
705 if(is_neg || (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE))
712 if(is_neg)
799 is_neg = 0;
/macosx-10.9.5/cctools-845/as/
H A Darm.c10466 int is_neg = (inst.instruction & 0x80) != 0;
10471 if (is_neg)
10478 if (is_neg)
10457 int is_neg = (inst.instruction & 0x80) != 0; local

Completed in 205 milliseconds