Searched refs:offset_p (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_elf_32_x86_unittest.cc33 const uint8* offset_p = disassembler->OffsetToPointer(0); local
35 reinterpret_cast<const void*>(offset_p));
36 EXPECT_EQ(0x7F, offset_p[0]);
37 EXPECT_EQ('E', offset_p[1]);
38 EXPECT_EQ('L', offset_p[2]);
39 EXPECT_EQ('F', offset_p[3]);
H A Ddisassembler_win32_x64_unittest.cc45 const uint8* offset_p = disassembler->OffsetToPointer(0); local
47 reinterpret_cast<const void*>(offset_p));
48 EXPECT_EQ('M', offset_p[0]);
49 EXPECT_EQ('Z', offset_p[1]);
H A Ddisassembler_win32_x86_unittest.cc45 const uint8* offset_p = disassembler->OffsetToPointer(0); local
47 reinterpret_cast<const void*>(offset_p));
48 EXPECT_EQ('M', offset_p[0]);
49 EXPECT_EQ('Z', offset_p[1]);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h99 EntryOperationData(int index_p, int offset_p, int buf_len_p);
101 int offset_p,
H A Dsimple_synchronous_entry.cc187 int offset_p,
190 offset(offset_p),
194 int offset_p,
199 offset(offset_p),
186 EntryOperationData(int index_p, int offset_p, int buf_len_p) argument
193 EntryOperationData(int index_p, int offset_p, int buf_len_p, bool truncate_p, bool doomed_p) argument

Completed in 322 milliseconds