Home
last modified time | relevance | path

Searched refs:ReadLong (Results 1 – 8 of 8) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc112 return 0xffffffffL & ReadLong(); in ReadULong()
120 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream
125 return ReadLong(); in ReadFixed()
Dfont_input_stream.h83 virtual int32_t ReadLong();
Dreadable_font_data.cc131 int32_t ReadableFontData::ReadLong(int32_t index) { in ReadLong() function in sfntly::ReadableFontData
139 return ReadLong(index); in ReadFixed()
Dreadable_font_data.h141 virtual int32_t ReadLong(int32_t index);
/external/v8/test/cctest/
Dtest-mark-compact.cc407 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { in ReadLong() function
439 uintptr_t start = ReadLong(buffer, &position, 16); in MemoryInUse()
441 uintptr_t end = ReadLong(buffer, &position, 16); in MemoryInUse()
452 uintptr_t offset = ReadLong(buffer, &position, 16); in MemoryInUse()
455 uintptr_t major = ReadLong(buffer, &position, 16); in MemoryInUse()
458 uintptr_t minor = ReadLong(buffer, &position, 16); in MemoryInUse()
461 uintptr_t inode = ReadLong(buffer, &position, 10); in MemoryInUse()
/external/sfntly/cpp/src/test/
Dendian_test.cc51 EXPECT_EQ(rfd->ReadLong(20), -256); in TestEndian()
Dopen_type_data_test.cc41 EXPECT_EQ(-16711423, data->ReadLong(0)); in TestOTFRead()
/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.cc34 return data_->ReadLong(Offset::kSizeDeviceRecord); in RecordSize()