Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAAClip.cpp2135 static U8CPU bit2byte(int bitInAByte) { in bit2byte() function
2161 d[0] = bit2byte(srcByte & (1 << 7)); in upscaleBW2A8()
2162 d[1] = bit2byte(srcByte & (1 << 6)); in upscaleBW2A8()
2163 d[2] = bit2byte(srcByte & (1 << 5)); in upscaleBW2A8()
2164 d[3] = bit2byte(srcByte & (1 << 4)); in upscaleBW2A8()
2165 d[4] = bit2byte(srcByte & (1 << 3)); in upscaleBW2A8()
2166 d[5] = bit2byte(srcByte & (1 << 2)); in upscaleBW2A8()
2167 d[6] = bit2byte(srcByte & (1 << 1)); in upscaleBW2A8()
2168 d[7] = bit2byte(srcByte & (1 << 0)); in upscaleBW2A8()
2174 *d++ = bit2byte(srcByte & 0x80); in upscaleBW2A8()
/external/libpcap/
Dconfigure.ac940 …ADDLOBJS="$ADDLOBJS $septel_tools_dir/asciibin.o $septel_tools_dir/bit2byte.o $septel_tools_dir/co…
941 …ADDLARCHIVEOBJS="$ADDLARCHIVEOBJS $septel_tools_dir/asciibin.o $septel_tools_dir/bit2byte.o $septe…