Searched refs:entNo (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c423 UInt entNo = img->ces_used; local
425 vg_assert(img->ces[entNo] == NULL);
426 img->ces[entNo] = ML_(dinfo_zalloc)("di.alloc_CEnt.1", sizeof(CEnt));
427 return entNo;
432 static void move_CEnt_to_top ( DiImage* img, UInt entNo )
435 vg_assert(entNo > 0 && entNo < img->ces_used);
436 CEnt* tmp = img->ces[entNo];
437 while (entNo > 0) {
438 img->ces[entNo]
448 set_CEnt( const DiImage* img, UInt entNo, DiOffT off ) argument
576 UInt entNo = alloc_CEnt(img); local
646 UInt entNo = alloc_CEnt(img); local
733 UInt entNo = alloc_CEnt(img); local
[all...]

Completed in 50 milliseconds