OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
202
int
offset_p
,
205
offset(
offset_p
),
209
int
offset_p
,
214
offset(
offset_p
),
[
all
...]
Completed in 51 milliseconds