Searched refs:byte3 (Results 1 – 9 of 9) sorted by relevance
50 byte3 = f.read(1)51 if not byte3:56 return ord(byte1) + (ord(byte2) << 8) + (ord(byte3) << 16) + (ord(byte4) << 24);
271 byte byte3 = (byte) (responseData[5] & 0xFF); in getSupportedPIDs()274 basePid, byte0, byte1, byte2, byte3)); in getSupportedPIDs()276 FourByteBitSet fourByteBitSet = new FourByteBitSet(byte0, byte1, byte2, byte3); in getSupportedPIDs()
124 typedef details::TVec3<int8_t> byte3; typedef
95 ByteThreeDim byte3;
1703 uint8_t byte3 = *(ptr_++); in CheckIntraStringDataItem() local1704 if (UNLIKELY((byte3 & 0xc0) != 0x80)) { in CheckIntraStringDataItem()1705 ErrorStringPrintf("Illegal continuation byte %x in string data", byte3); in CheckIntraStringDataItem()1708 uint16_t value = ((byte & 0x0f) << 12) | ((byte2 & 0x3f) << 6) | (byte3 & 0x3f); in CheckIntraStringDataItem()
692 in.byte3[i][j][k] = m; in TEST_F()
1087 in.byte3[i][j][k] = (byte)m; in client()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...