Home
last modified time | relevance | path

Searched refs:lastInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/
H A Dvmstat.cpp90 system_info lastInfo = info; in main() local
97 int32 pageFaults = info.page_faults - lastInfo.page_faults; in main()
100 - (lastInfo.max_pages * B_PAGE_SIZE - lastInfo.free_memory); in main()
103 - (lastInfo.max_swap_pages - lastInfo.free_swap_pages)) in main()
106 = (info.block_cache_pages - lastInfo.block_cache_pages) in main()
111 lastInfo = info; in main()
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp370 const GlyphInfo& lastInfo = fGlyphInfos[lastGlyphIndex]; in GetLineBounds() local
374 x2 = lastInfo.x + lastInfo.width; in GetLineBounds()