Home
last modified time | relevance | path

Searched refs:bit2byte (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkAAClip.cpp2111 static U8CPU bit2byte(int bitInAByte) { in bit2byte() function
2137 d[0] = bit2byte(srcByte & (1 << 7)); in upscaleBW2A8()
2138 d[1] = bit2byte(srcByte & (1 << 6)); in upscaleBW2A8()
2139 d[2] = bit2byte(srcByte & (1 << 5)); in upscaleBW2A8()
2140 d[3] = bit2byte(srcByte & (1 << 4)); in upscaleBW2A8()
2141 d[4] = bit2byte(srcByte & (1 << 3)); in upscaleBW2A8()
2142 d[5] = bit2byte(srcByte & (1 << 2)); in upscaleBW2A8()
2143 d[6] = bit2byte(srcByte & (1 << 1)); in upscaleBW2A8()
2144 d[7] = bit2byte(srcByte & (1 << 0)); in upscaleBW2A8()
2150 *d++ = bit2byte(srcByte & 0x80); in upscaleBW2A8()
/external/libpcap/
Dconfigure.in901 …ADDLOBJS="$ADDLOBJS $septel_tools_dir/asciibin.o $septel_tools_dir/bit2byte.o $septel_tools_dir/co…
902 …ADDLARCHIVEOBJS="$ADDLARCHIVEOBJS $septel_tools_dir/asciibin.o $septel_tools_dir/bit2byte.o $septe…