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

  /external/lzma/C/
Bcj2.c 29 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; }
32 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
33 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
LzmaDec.c 19 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
357 NORMALIZE
444 NORMALIZE;
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 50 #define NORMALIZE_DIRECTIVE "normalize"
90 NORMALIZE,
121 "\t-n or --normalize turn on the option for normalization and include mappings\n"
127 "\t unlike -n/--normalize, this option does not force the\n"
156 options[NORMALIZE].value = "";
177 if(options[NORMALIZE].doesOccur) {
178 icuUniDataDir = options[NORMALIZE].value;
233 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
361 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/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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
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)
332 NORMALIZE
420 NORMALIZE;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 36 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
38 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
351 NORMALIZE
439 NORMALIZE;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 36 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
38 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
351 NORMALIZE
439 NORMALIZE;
  /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/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 210 milliseconds