Home | History | Annotate | Download | only in bn

Lines Matching defs:BN_FLG_MALLOCED

276 #define BN_FLG_MALLOCED		0x01
302 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
303 | ((b)->flags & ~BN_FLG_MALLOCED) \