OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeof_fndn_ix
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
storage.c
358
switch(di->
sizeof_fndn_ix
) {
371
switch(di->
sizeof_fndn_ix
) {
384
di->
sizeof_fndn_ix
= 2;
401
di->
sizeof_fndn_ix
= 4;
430
if (di->
sizeof_fndn_ix
== 0)
431
di->
sizeof_fndn_ix
= 1; // To start with.
433
new_sz * di->
sizeof_fndn_ix
);
438
di->loctab_used * di->
sizeof_fndn_ix
);
463
ML_(dinfo_shrink_block)( di->loctab_fndn_ix, new_sz * di->
sizeof_fndn_ix
);
[
all
...]
priv_storage.h
861
UInt
sizeof_fndn_ix
; /* Similar use as sizeof_cfsi_m_ix below. */
member in struct:_DebugInfo
866
depending on
sizeof_fndn_ix
. */
[
all
...]
Completed in 841 milliseconds