Searched defs:cfsi_m_ix (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c680 UInt cfsi_m_ix; local
684 case 1: cfsi_m_ix = ((UChar*) di->cfsi_m_ix)[pos]; break;
685 case 2: cfsi_m_ix = ((UShort*) di->cfsi_m_ix)[pos]; break;
686 case 4: cfsi_m_ix = ((UInt*) di->cfsi_m_ix)[pos]; break;
689 if (cfsi_m_ix == 0)
692 return VG_(indexEltNumber) (di->cfsi_m_pool, cfsi_m_ix);
827 di->cfsi_rd[di->cfsi_used].cfsi_m_ix
[all...]
H A Dpriv_storage.h357 UInt cfsi_m_ix; member in struct:__anon19354
890 in cfsi_m_ix array. The size of cfsi_m_ix is equal to
891 cfsi_size*sizeof_cfsi_m_ix. The used portion of cfsi_m_ix is
892 cfsi_m_ix[0] till cfsi_m_ix[(cfsi_used-1)*sizeof_cfsi_m_ix].
898 by ((UChar*) cfsi_m_ix)[i] if sizeof_cfsi_m_ix == 1
899 by ((UShort*)cfsi_m_ix)[i] if sizeof_cfsi_m_ix == 2
900 by ((UInt*) cfsi_m_ix)[i] if sizeof_cfsi_m_ix == 4.
906 a base in cfsi_base and a corresponding 0 index in cfsi_m_ix
929 void* cfsi_m_ix; /* Each index occupies sizeof_cfsi_m_ix bytes. member in struct:_DebugInfo
[all...]

Completed in 366 milliseconds