OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vcon
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/VEX/priv/
main_main.c
93
void LibVEX_default_VexControl ( /*OUT*/ VexControl*
vcon
)
95
vex_bzero(
vcon
, sizeof(*
vcon
));
96
vcon
->iropt_verbosity = 0;
97
vcon
->iropt_level = 2;
98
vcon
->iropt_register_updates = VexRegUpdUnwindregsAtMemAccess;
99
vcon
->iropt_unroll_thresh = 120;
100
vcon
->guest_max_insns = 60;
101
vcon
->guest_chase_thresh = 10;
102
vcon
->guest_chase_cond = False
[
all
...]
/external/valgrind/main/VEX/switchback/
switchback.c
87
VexControl
vcon
;
variable
766
LibVEX_default_VexControl(&
vcon
);
767
vcon
.guest_max_insns=50 - 49;
768
vcon
.guest_chase_thresh=0;
769
vcon
.iropt_level=2;
771
LibVEX_Init( failure_exit, log_bytes, 1, False, &
vcon
);
/external/valgrind/main/VEX/pub/
libvex.h
457
/* Write the default settings into *
vcon
. */
460
void LibVEX_default_VexControl ( /*OUT*/ VexControl*
vcon
);
602
/*READONLY*/VexControl*
vcon
[
all
...]
/external/valgrind/main/VEX/
test_main.c
103
VexControl
vcon
;
local
124
LibVEX_default_VexControl ( &
vcon
);
125
vcon
.iropt_level = 2;
126
vcon
.guest_max_insns = 60;
131
&
vcon
);
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 4346 milliseconds