Searched defs:lsb (Results 1 – 4 of 4) sorted by relevance
45 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
180 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
256 long lsb = buf.getLong(0); in parseUuidFrom() local273 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom() local
1141 private void setUuid(long msb, long lsb) { in setUuid()