Home
last modified time | relevance | path

Searched refs:overestimate (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/massif/
Dms_main.c869 Int overestimate; in get_IPs() local
884 for (overestimate = 3; redo; overestimate += 6) { in get_IPs()
887 if (overestimate > MAX_OVERESTIMATE) in get_IPs()
891 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate, in get_IPs()
898 if (n_ips < clo_depth + overestimate) { redo = False; } in get_IPs()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dbubble_decoration.mm59 // Generally -sizeWithAttributes: seems to overestimate rather than
/external/jpeg/
Dstructure.doc923 The standard also permits the SOF marker to overestimate the image height,
925 This would solve the space problems if the overestimate wasn't too great.