Searched refs:bit5 (Results 1 – 5 of 5) sorted by relevance
174 bool bit5 = (byte & 32) == 32; in CFBitVectorSummaryProvider() local178 (bit5 ? '1' : '0'), (bit4 ? '1' : '0'), (bit3 ? '1' : '0'), in CFBitVectorSummaryProvider()190 bool bit5 = (byte & 32) == 32; in CFBitVectorSummaryProvider() local202 stream.Printf("%c", bit5 ? '1' : '0'); in CFBitVectorSummaryProvider()
395 int bit5 = (v3 >> 6) & 1; in hdr_rgbo_unpack3() local412 scale |= bit5 << 6; in hdr_rgbo_unpack3()422 red |= bit5 << 7; in hdr_rgbo_unpack3()439 red |= bit5 << 10; in hdr_rgbo_unpack3()542 int bit5 = (v5 >> 5) & 1; in hdr_rgb_unpack3() local554 a |= bit5 << 10; in hdr_rgb_unpack3()582 d1 |= bit5 << 5; in hdr_rgb_unpack3()
56 test rax, 1<<5 ; bit5:AVX2
66 test eax, 1<<5 ; bit5:AVX2
1003 const int bit5 = READ_REF_BIT(single_ref_p6); in read_ref_frames() local1004 ref_frame[0] = bit5 ? ALTREF2_FRAME : BWDREF_FRAME; in read_ref_frames()