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

  /external/chromium_org/third_party/lzma_sdk/
Bcj2.c 27 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; }
30 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
LzmaDec.c 17 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
325 NORMALIZE
412 NORMALIZE;
  /external/lzma/C/
Bcj2.c 27 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; }
30 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
LzmaDec.c 17 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
325 NORMALIZE
412 NORMALIZE;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 47 #define NORMALIZE_DIRECTIVE "normalize"
87 NORMALIZE,
118 "\t-n or --normalize turn on the option for normalization and include mappings\n"
124 "\t unlike -n/--normalize, this option does not force the\n"
153 options[NORMALIZE].value = "";
174 if(options[NORMALIZE].doesOccur) {
175 icuUniDataDir = options[NORMALIZE].value;
230 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
356 options[NORMALIZE].doesOccur = TRUE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 61 * Enabling NORMALIZE might give _slightly_ better results.
66 #define NORMALIZE 0
269 #if NORMALIZE /* OPTIONAL normalization of length */
623 #if !NORMALIZE
  /external/icu4c/tools/gensprep/
gensprep.c 48 #define NORMALIZE_DIRECTIVE "normalize"
88 NORMALIZE,
119 "\t-n or --normalize turn on the option for normalization and include mappings\n"
125 "\t unlike -n/--normalize, this option does not force the\n"
154 options[NORMALIZE].value = "";
175 if(options[NORMALIZE].doesOccur) {
176 icuUniDataDir = options[NORMALIZE].value;
231 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
359 options[NORMALIZE].doesOccur = TRUE
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 61 * Enabling NORMALIZE might give _slightly_ better results.
66 #define NORMALIZE 0
269 #if NORMALIZE /* OPTIONAL normalization of length */
623 #if !NORMALIZE
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 80 * - NORMALIZE: In addition to the changes made by PRESERVE_VALID, also
81 * - unescapes then reescapes text to normalize entities
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL }
102 this(ParseStyle.NORMALIZE);
894 // Normalize.
948 // Normalize: ignore the original content.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 80 * - NORMALIZE: In addition to the changes made by PRESERVE_VALID, also
81 * - unescapes then reescapes text to normalize entities
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL }
102 this(ParseStyle.NORMALIZE);
894 // Normalize.
948 // Normalize: ignore the original content.
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 18 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
20 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
326 NORMALIZE
413 NORMALIZE;
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 

Completed in 1895 milliseconds