Searched refs:b3 (Results 1 – 8 of 8) sorted by relevance
75 byte b1 = 0, b2 = 0, b3 = 0, b4 = 0, marker0 = 0, marker1 = 0; in decodeBase64()103 b3 = base64Alphabet[marker0]; in decodeBase64()108 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()109 decodedData[encodedIndex + 2] = (byte) (b3 << 6 | b4); in decodeBase64()115 b3 = base64Alphabet[marker0]; in decodeBase64()119 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
104 int b3 = (x ) & 0xff; in swap() local106 return (uint32_t)((b3 << 24) | (b2 << 16) | (b1 << 8) | b0); in swap()251 int r2, g2, b2, r3, g3, b3, a3; in decodeDXT1() local265 b3 = avg23(b1, b0); in decodeDXT1()272 r3 = g3 = b3 = a3 = 0; in decodeDXT1()278 (b3 << 1) | a3; in decodeDXT1()281 c[3] = (r3 << 11) | (g3 << 5) | b3; in decodeDXT1()379 int b3 = avg23(b1, b0); in decodeDXT3() local384 c[3] = rgb565SepTo888(r3, g3, b3); in decodeDXT3()536 int b3 = avg23(b1, b0); in decodeDXT5() local[all …]
350 GLfixed a3, GLfixed b3) in mla4() argument367 "%r"(a3), "r"(b3) in mla4()377 int64_t(a3)*b3 + 0x8000)>>16); in mla4()
223 byte b3 = buffer[offset+3]; in read32()229 int i3 = ((b3 & 0x80) == 0x80 ? (b3 & 0x7F) + 0x80 : b3); in read32()
718 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() argument720 + (unsignedByteToInt(b2) << 16) + (unsignedByteToInt(b3) << 24); in unsignedBytesToInt()736 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat() argument740 return (float)(mantissa * Math.pow(10, b3)); in bytesToFloat()
166 int b0, b1, b2, b3; in unpackInt() local171 b3 = ((int) buf[offset+3]) & 0xFF; in unpackInt()172 return (b0 << 24) | (b1 << 16) | (b2 << 8) | b3; in unpackInt()
53 boolean b, MergedConfiguration mergedConfig, Rect rect7, boolean b2, boolean b3, int i0) in resized() argument
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...