OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadLong
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc
112
return 0xffffffffL &
ReadLong
();
120
int32_t FontInputStream::
ReadLong
() {
125
return
ReadLong
();
readable_font_data.cc
131
int32_t ReadableFontData::
ReadLong
(int32_t index) {
139
return
ReadLong
(index);
/external/libchrome/base/
pickle.cc
91
bool PickleIterator::
ReadLong
(long* result) {
/external/v8/test/cctest/heap/
test-mark-compact.cc
407
static uintptr_t
ReadLong
(char* buffer, intptr_t* position, int base) {
439
uintptr_t start =
ReadLong
(buffer, &position, 16);
441
uintptr_t end =
ReadLong
(buffer, &position, 16);
452
uintptr_t offset =
ReadLong
(buffer, &position, 16);
455
uintptr_t major =
ReadLong
(buffer, &position, 16);
458
uintptr_t minor =
ReadLong
(buffer, &position, 16);
461
uintptr_t inode =
ReadLong
(buffer, &position, 10);
Completed in 71 milliseconds