Searched refs:BitStatusType (Results 1 – 3 of 3) sorted by relevance
285 BitStatusType capture_history;286 BitStatusType bt_mem_start;287 BitStatusType bt_mem_end;288 BitStatusType backrefed_mem;
261 typedef unsigned int BitStatusType; typedef263 #define BIT_STATUS_BITS_NUM (sizeof(BitStatusType) * 8)265 #define BIT_STATUS_ON_ALL(stats) (stats) = ~((BitStatusType )0)
1909 BitStatusType loc; in disable_noname_group_capture()