Searched defs:lsb (Results 1 – 6 of 6) 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
221 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local234 long lsb = 0; in getUUIDFromByteArray() local
45 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
5094 long msb = 0, lsb = 0; in bytesToUUID() local5468 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
413 long lsb = buf.getLong(); in bytesToId() local
1263 private void setUuid(long msb, long lsb) { in setUuid()