Home | History | Annotate | Download | only in bn

Lines Matching defs:BN_is_odd

410 #define BN_is_odd(a)	    (((a)->top > 0) && ((a)->d[0] & 1))