Searched refs:bitlist (Results 1 – 3 of 3) sorted by relevance
465 uint8_t* bitlist; variable471 if(!bitlist) {474 if(bitlist) {2563 if(!bitlist) {2567 if(bitlist) {2584 if(!bitlist) {2588 if(bitlist) {2650 if(!bitlist) {2654 if(bitlist) {2704 if(!bitlist) {[all …]
3150 uint8_t* bitlist; in yyparse() local3156 if(!bitlist) { in yyparse()3159 if(bitlist) { in yyparse()5866 if(!bitlist) { in yyparse()5870 if(bitlist) { in yyparse()5890 if(!bitlist) { in yyparse()5894 if(bitlist) { in yyparse()5971 if(!bitlist) { in yyparse()5975 if(bitlist) { in yyparse()6037 if(!bitlist) { in yyparse()[all …]
2292 cfg_set_bit(uint8_t* bitlist, size_t len, int id) in cfg_set_bit() argument2297 bitlist[pos] |= 1<<(id%8); in cfg_set_bit()