Searched refs:readLong (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DLongBinding.java35 return new Long(input.readLong());
59 return entryToInput(entry).readLong();
H A DTupleInput.java245 public final long readLong() method in class:TupleInput
631 long val = PackedInteger.readLong(buf, off);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEntityInput.java89 long readLong(); method in interface:EntityInput
H A DWidenerInput.java282 return longToObject(input.readLong());
467 public long readLong() { method in class:WidenerInput
493 return input.readLong();
511 return input.readLong();
531 return BigInteger.valueOf(input.readLong());
H A DRawAbstractInput.java183 public long readLong() { method in class:RawAbstractInput
H A DSimpleFormat.java444 return Long.valueOf(input.readLong());
468 a[i] = input.readLong();
492 field.setLong(o, input.readLong());
819 return new Date(input.readLong());
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java120 l = input.readLong();
129 lw = Long.valueOf(input.readLong());
133 date = new Date(input.readLong());
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl152 set curoffset [readLong $data 4] ; # just called "offset" in the Perl - DNew
162 set components [readLong $entry 4]
163 set offset [readLong $entry 8]
198 set offset [readLong $data [expr {$curoffset + 12 * $numEntries}]]
230 set components [readLong $entry 4]
231 set offset [readLong $entry 8]
416 set components [readLong $entry 4]
417 set offset [readLong $entry 8]
757 proc ::exif::readLong {data offset} {
760 error "readLong
[all...]
/macosx-10.9.5/libauto-185.5/tests/
H A Ddump.m315 unsigned long readLong(FILE *fp) {
426 unsigned long byte_size = readLong(fp);
432 unsigned long byte_size = readLong(fp);
450 unsigned long size = readLong(fp);
452 unsigned long refcount = readLong(fp);
638 unsigned long byte_size = readLong(fp);
650 void *pointer = (void *)readLong(fp);
658 unsigned long byte_size = readLong(fp);
738 unsigned long size = readLong(fp);
740 unsigned long refcount = readLong(f
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DPackedInteger.java24 * #writeInt} or for long values {@link #readLong} and {@link #writeLong}. To
33 * values by calling {@link #readLong} and {@link #getReadLongLength}.</p>
97 public static long readLong(byte[] buf, int off) { method in class:PackedInteger
165 * Returns the number of bytes that would be read by {@link #readLong}.
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java189 item.set(readLong(index));
194 item.set(Double.longBitsToDouble(readLong(index)));
1329 lv[i] = readLong(items[readUnsignedShort(v)]);
1347 dv[i] = Double.longBitsToDouble(readLong(items[readUnsignedShort(v)]));
1484 public long readLong(final int index) { method in class:ClassReader
1595 return new Long(readLong(index));
1597 return new Double(Double.longBitsToDouble(readLong(index)));
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java603 assertEquals((long) val, in.readLong());
632 assertEquals(0, in.readLong());
633 assertEquals(1, in.readLong());
634 assertEquals(-1, in.readLong());
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DPackedIntegerTest.java184 long value = PackedInteger.readLong(buf, off);

Completed in 468 milliseconds