HomeSort by relevance Sort by last modified time
    Searched refs:offset_p (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/courgette/
disassembler_elf_32_x86_unittest.cc 33 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]);
disassembler_win32_x64_unittest.cc 45 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]);
disassembler_win32_x86_unittest.cc 45 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/
simple_synchronous_entry.h 99 EntryOperationData(int index_p, int offset_p, int buf_len_p);
101 int offset_p,
simple_synchronous_entry.cc 187 int offset_p,
190 offset(offset_p),
194 int offset_p,
199 offset(offset_p),
    [all...]

Completed in 1129 milliseconds