Searched refs:ReadLong (Results 1 – 8 of 8) sorted by relevance
/external/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 112 return 0xffffffffL & ReadLong(); in ReadULong() 120 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream 125 return ReadLong(); in ReadFixed()
|
D | font_input_stream.h | 83 virtual int32_t ReadLong();
|
D | readable_font_data.cc | 131 int32_t ReadableFontData::ReadLong(int32_t index) { in ReadLong() function in sfntly::ReadableFontData 139 return ReadLong(index); in ReadFixed()
|
D | readable_font_data.h | 141 virtual int32_t ReadLong(int32_t index);
|
/external/v8/test/cctest/ |
D | test-mark-compact.cc | 407 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/ |
D | endian_test.cc | 51 EXPECT_EQ(rfd->ReadLong(20), -256); in TestEndian()
|
D | open_type_data_test.cc | 41 EXPECT_EQ(-16711423, data->ReadLong(0)); in TestOTFRead()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_device_metrics_table.cc | 34 return data_->ReadLong(Offset::kSizeDeviceRecord); in RecordSize()
|