OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_MIN_INSTR_SZB
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/include/
pub_tool_machine.h
38
# define
VG_MIN_INSTR_SZB
1 // min length of native instruction
45
# define
VG_MIN_INSTR_SZB
1
51
# define
VG_MIN_INSTR_SZB
4
57
# define
VG_MIN_INSTR_SZB
4
65
# define
VG_MIN_INSTR_SZB
2
71
# define
VG_MIN_INSTR_SZB
4
77
# define
VG_MIN_INSTR_SZB
2
83
# define
VG_MIN_INSTR_SZB
1 // min length of native instruction
90
# define
VG_MIN_INSTR_SZB
1
96
# define
VG_MIN_INSTR_SZB
[
all
...]
/external/valgrind/cachegrind/
cg_main.c
[
all
...]
/external/valgrind/lackey/
lk_main.c
531
tl_assert( (
VG_MIN_INSTR_SZB
<= isize && isize <= VG_MAX_INSTR_SZB)
[
all
...]
/external/valgrind/callgrind/
main.c
1035
if (isize == 0) isize =
VG_MIN_INSTR_SZB
;
1038
tl_assert( (
VG_MIN_INSTR_SZB
<= isize && isize <= VG_MAX_INSTR_SZB)
[
all
...]
Completed in 106 milliseconds