OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OffT
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/include/
pub_tool_basics.h
115
typedef Word
OffT
; // 32 64
117
typedef Long
OffT
; // 64 64
/external/valgrind/main/coregrind/
pub_core_libcfile.h
85
extern SysRes VG_(pread) ( Int fd, void* buf, Int count,
OffT
offset );
m_libcfile.c
594
SysRes VG_(pread) ( Int fd, void* buf, Int count,
OffT
offset )
597
// on 32 bits platforms, we receive a 32 bits
OffT
but
600
vg_assert(sizeof(
OffT
) == 4);
605
vg_assert(sizeof(
OffT
) == 4);
610
vg_assert(sizeof(
OffT
) == 4);
616
vg_assert(sizeof(
OffT
) == 4);
621
vg_assert(sizeof(
OffT
) == 4);
630
vg_assert(sizeof(
OffT
) == 8);
634
vg_assert(sizeof(
OffT
) == 8);
[
all
...]
m_translate.c
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h
448
OffT
foff;
[
all
...]
readelf.c
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
syswrap-linux.c
[
all
...]
Completed in 1502 milliseconds