Searched defs:lsb (Results 1 – 5 of 5) sorted by relevance
256 long lsb = buf.getLong(0); in parseUuidFrom() local273 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
181 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
4714 long msb = 0, lsb = 0; in bytesToUUID() local5088 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
1233 private void setUuid(long msb, long lsb) { in setUuid()