Searched defs:MAGAZINE_FULL (Results 1 – 2 of 2) sorted by relevance
416 #define MAGAZINE_FULL(mag) (mag->rounds == mag->capacity) macro
300 #define MAGAZINE_FULL(mp) (mp->rounds == mp->capacity) macro