Home
last modified time | relevance | path

Searched refs:bit5 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCF.cpp174 bool bit5 = (byte & 32) == 32; in CFBitVectorSummaryProvider() local
178 (bit5 ? '1' : '0'), (bit4 ? '1' : '0'), (bit3 ? '1' : '0'), in CFBitVectorSummaryProvider()
190 bool bit5 = (byte & 32) == 32; in CFBitVectorSummaryProvider() local
202 stream.Printf("%c", bit5 ? '1' : '0'); in CFBitVectorSummaryProvider()
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp395 int bit5 = (v3 >> 6) & 1; in hdr_rgbo_unpack3() local
412 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() local
554 a |= bit5 << 10; in hdr_rgb_unpack3()
582 d1 |= bit5 << 5; in hdr_rgb_unpack3()
/external/libjpeg-turbo/simd/x86_64/
Djsimdcpu.asm56 test rax, 1<<5 ; bit5:AVX2
/external/libjpeg-turbo/simd/i386/
Djsimdcpu.asm66 test eax, 1<<5 ; bit5:AVX2
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1003 const int bit5 = READ_REF_BIT(single_ref_p6); in read_ref_frames() local
1004 ref_frame[0] = bit5 ? ALTREF2_FRAME : BWDREF_FRAME; in read_ref_frames()