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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmprintf.c601 int is_neg; local
701 is_neg = (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0;
702 if(is_neg) {
714 is_neg = 0;
749 if(is_neg || (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE))
756 if(is_neg)
843 is_neg = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c637 int is_neg; local
641 is_neg = digit < 0;
643 if (is_neg)
646 if (is_neg != r_is_inverted)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_mult.c649 int is_neg; local
652 is_neg = digit < 0;
654 if (is_neg)
657 if (is_neg != r_is_inverted) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_mult.c649 int is_neg; local
652 is_neg = digit < 0;
654 if (is_neg)
657 if (is_neg != r_is_inverted) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c146 static int is_neg(int is64, off_t val) function
155 if (is_neg(is64, offset +reqcount) )
696 else if (!length || is_neg(is64, length)) {

Completed in 112 milliseconds