Searched defs:msb (Results 1 – 6 of 6) sorted by relevance
279 long msb = buf.getLong(8); in parseUuidFrom() local296 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32); in parseUuidFrom() local333 long msb = uuid.getUuid().getMostSignificantBits(); in uuidToBytes() local
44 long msb = uuid.getMostSignificantBits(); in getByteArrayFromUUID() local
207 long msb = uuid.getMostSignificantBits(); in getByteArrayFromUUID() local
5093 long msb = 0, lsb = 0; in bytesToUUID() local5466 long msb = uuid.getMostSignificantBits(); in getByteArrayFromUUID() local
110 jspb.arith.UInt64.prototype.msb = function() { method in jspb.arith.UInt64
1244 private void setUuid(long msb, long lsb) { in setUuid()