search for: getmax

Displaying 2 results from an estimated 2 matches for "getmax".

Did you mean: getmap
2018 Nov 01
2
RFC: System (cache, etc.) model for LLVM
.... > /// Provide a general prefetch distance hint. > /// > unsigned getDistance() const; > > /// Prefetch at least this far ahead. > /// > unsigned getMinDistance() const; > > /// Prefetch at most this far ahead. > /// > unsigned getMaxDistance() const; > }; > > ``get*Distance`` APIs provide general hints to guide the software > prefetcher. The software prefetcher may choose to ignore them. > getMinDistance and getMaxDistance act as clamps to ensure the software > prefetcher doesn't do something wholly ina...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from wxWindow.h. In order to make things right I had to make sure it was also declared in all the places where wxWindows also changes it. Also, in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see if it also applies