Searched
full:most (Results
451 -
475 of
12989) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/skia/include/effects/ |
SkDisplacementMapEffect.h | 22 kKeyBits = 3 // Max value is 4, so 3 bits are required at most
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrGlyph.h | 54 // two most significant fraction bits from fixed-point
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAllocPool.h | 31 * Releases the most recently allocated bytes back to allocpool.
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCanvasStack.h | 26 * can share most of the other implementation of NWay we override those
|
/external/chromium_org/third_party/sqlite/src/test/ |
trigger8.test | 27 # use 10000. But on symbian, which allows each application at most a 32MB
|
/external/chromium_org/third_party/tcmalloc/vendor/m4/ |
acx_nanosleep.m4 | 13 # For most folks, this should just work
|
/external/chromium_org/tools/cr/cr/actions/ |
action.py | 35 Most actions have a skip version that you can select to indicate that you
|
/external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/ |
gyptest-normalize-paths.py | 21 # contents of ninja files directly since that's what we're most concerned
|
/external/chromium_org/ui/base/clipboard/ |
custom_data_helper.h | 5 // Due to restrictions of most operating systems, we don't directly map each
|
/external/chromium_org/ui/gfx/image/ |
image_skia_util_ios.h | 31 // of the ImageSkiaRep in |image_skia| which most closely matches the device's
|
/external/chromium_org/ui/gfx/ |
vsync_provider.h | 22 // Get the time of the most recent screen refresh, along with the time
|
/external/chromium_org/ui/views/corewm/ |
base_focus_rules.h | 15 // A set of basic focus and activation rules. Specializations should most likely
|
/external/chromium_org/ui/views/focus/ |
focus_manager_delegate.h | 23 // First, AcceleratorPressed handler of the most recently registered target
|
/external/clang/include/clang/AST/ |
VTTBuilder.h | 71 /// \brief The most derived class for which we're building this vtable. 84 /// \brief The AST record layout of the most derived class. 91 /// \brief The sub-VTT indices for the bases of the most derived class. 95 /// the most derived class.
|
/external/clang/lib/CodeGen/ |
MicrosoftVBTables.h | 64 /// multiple non-virtual base subobjects of the same class, combining the most 65 /// derived class with the base containing the vtable is insufficient. The most 66 /// trivial algorithm would be to mangle in the entire path from base to most 120 /// Caches the layout of the most derived class.
|
/external/clang/test/CodeGen/ |
tentative-decls.c | 28 // Check that the most recent tentative definition wins.
|
/external/dropbear/libtommath/ |
bn_mp_clamp.c | 28 /* decrease used while the most significant digit is
|
bn_mp_get_int.c | 31 /* get most significant digit of result */
|
/external/e2fsprogs/lib/ext2fs/ |
e2image.h | 6 * Note: this uses the POSIX IO interfaces, unlike most of the other
|
/external/e2fsprogs/misc/ |
e2label.8.in | 32 Ext2 filesystem labels can be at most 16 characters long; if
|
/external/eigen/doc/ |
I01_TopicLazyEvaluation.dox | 6 It will handle aliasing automatically in most cases, for example with matrix products. The automatic behavior can be overridden 21 Expression-templates-based libraries can avoid evaluating sub-expressions into temporaries, which in many cases results in large speed improvements. This is called <i>lazy evaluation</i> as an expression is getting evaluated as late as possible, instead of immediately. However, most other expression-templates-based libraries <i>always</i> choose lazy evaluation. There are two problems with that: first, lazy evaluation is not always a good choice for performance; second, lazy evaluation can be very dangerous, for example with matrix products: doing <tt>matrix = matrix*matrix</tt> gives a wrong result if the matrix product is lazy-evaluated, because of the way matrix product works. 39 <b>The first circumstance</b> in which Eigen chooses immediate evaluation, is when it sees an assignment <tt>a = b;</tt> and the expression \c b has the evaluate-before-assigning \link flags flag\endlink. The most important example of such an expression is the \link GeneralProduct matrix product expression\endlink. For example, when you do 51 <b>The second circumstance</b> in which Eigen chooses immediate evaluation, is when it sees a nested expression such as <tt>a + b</tt> where \c b is already an expression having the evaluate-before-nesting \link flags flag\endlink. Again, the most important example of such an expression is the \link GeneralProduct matrix product expression\endlink. For example, when you do
|
/external/freetype/src/cff/ |
cffparse.h | 80 /* now generate handlers for the most simple fields */
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
ConnectionInfo.java | 8 * In most cases you probably do not need the information contained in here.
|
/external/icu4c/tools/toolutil/ |
denseranges.h | 31 * @return Minimum number of ranges (at most capacity) that have the desired density,
|
/external/iptables/extensions/ |
libip6t_LOG.man | 3 matching packets (like most IPv6 IPv6-header fields) via the kernel log
|
Completed in 427 milliseconds
<<11121314151617181920>>