OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_fixed
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
m_transtab.c
116
UInt
n_fixed
; /* 0 .. N_FIXED_IN_EDGE_ARR */
member in struct:__anon27963
125
UInt
n_fixed
; /* 0 .. N_FIXED_OUT_EDGE_ARR */
member in struct:__anon27964
474
vg_assert(iea->
n_fixed
== 0);
477
vg_assert(iea->
n_fixed
<= N_FIXED_IN_EDGE_ARR);
478
return iea->
n_fixed
;
485
vg_assert(iea->
n_fixed
== 0);
489
vg_assert(iea->
n_fixed
<= N_FIXED_IN_EDGE_ARR);
490
iea->
n_fixed
= 0;
498
vg_assert(iea->
n_fixed
== 0);
501
vg_assert(i < iea->
n_fixed
);
[
all
...]
Completed in 29 milliseconds