Searched defs:isB (Results 1 – 2 of 2) sorted by relevance
34 auto isB = [](auto ch) { return ch == 'b'; }; in test() local
126 static bool isB(uint32_t instr) { return (instr & 0xf800d000) == 0xf0009000; } isB() function