Searched defs:lsb (Results 1 – 6 of 6) sorted by relevance
280 long lsb = buf.getLong(0); in parseUuidFrom() local297 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom() local334 long lsb = uuid.getUuid().getLeastSignificantBits(); in uuidToBytes() local
45 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
208 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
5093 long msb = 0, lsb = 0; in bytesToUUID() local5467 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
119 jspb.arith.UInt64.prototype.lsb = function() { method in jspb.arith.UInt64
1244 private void setUuid(long msb, long lsb) { in setUuid()