HomeSort by relevance Sort by last modified time
    Searched defs:NATURAL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 47 * natural/pairwise first pass. Requires about .3% more comparisons
52 #define NATURAL
53 #define THRESHOLD 16 /* Best choice for natural merge cut-off. */
55 /* #define NATURAL to get hybrid natural merge.
266 * Optional hybrid natural/pairwise first pass. Eats up list1 in runs of
268 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
296 #ifdef NATURAL
314 } else { /* Natural merge */
339 #endif /* NATURAL */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 104 NATURAL,
249 case NATURAL:
    [all...]

Completed in 170 milliseconds