Searched refs:BSTR_OP_NOT (Results 1 – 3 of 3) sorted by relevance
752 #define BSTR_OP_NOT dst_cache &= ~(1 << dstoff); dst_cache |= (((src_cache >> srcoff) & 1) ^ 1) << … macro949 DO_BSTR(BSTR_OP_NOT); in bstr_subop()
811 #define BSTR_OP_NOT dst_cache &= ~(1 << dstoff); dst_cache |= (((src_cache >> srcoff) & 1) ^ 1) << … macro1102 case NOTBSU: DO_BSTR(BSTR_OP_NOT); break; in bstr_subop()
803 #define BSTR_OP_NOT dst_cache &= ~(1 << dstoff); dst_cache |= (((src_cache >> srcoff) & 1) ^ 1) << … macro1094 case NOTBSU: DO_BSTR(BSTR_OP_NOT); break; in bstr_subop()