Searched defs:lsb (Results 1 – 5 of 5) sorted by relevance
254 long lsb = buf.getLong(0); in parseUuidFrom() local271 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom() local310 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
1244 private void setUuid(long msb, long lsb) { in setUuid()