Searched defs:lsb (Results 1 – 6 of 6) sorted by relevance
271 long lsb = buf.getLong(0); in parseUuidFrom() local288 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom() local327 long lsb = uuid.getUuid().getLeastSignificantBits(); in uuidToBytes() local
45 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
231 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local244 long lsb = 0; in getUUIDFromByteArray() local
5372 long msb = 0, lsb = 0; in bytesToUUID() local5746 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID() local
467 long lsb = buf.getLong(); in bytesToId() local
1298 private void setUuid(long msb, long lsb) { in setUuid()