Searched refs:NORMALIZE (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DBcj2.c27 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; } macro
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;
H A DLzmaDec.c17 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro
19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
325 NORMALIZE
412 NORMALIZE;
/external/lzma/C/
H A DBcj2.c27 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; } macro
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;
H A DLzmaDec.c17 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro
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/
H A Dgensprep.c88 NORMALIZE, enumerator in enum:__anon12396
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;
/external/icu/icu4c/source/tools/gensprep/
H A Dgensprep.c88 NORMALIZE, enumerator in enum:__anon22208
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;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c18 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro
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/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c61 * Enabling NORMALIZE might give _slightly_ better results.
66 #define NORMALIZE 0 macro
269 #if NORMALIZE /* OPTIONAL normalization of length */
623 #if !NORMALIZE
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c61 * Enabling NORMALIZE might give _slightly_ better results.
66 #define NORMALIZE 0 macro
269 #if NORMALIZE /* OPTIONAL normalization of length */
623 #if !NORMALIZE
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c24450 #define NORMALIZE(atype) \ macro
24498 NORMALIZE(type);
24612 NORMALIZE(type);
24681 NORMALIZE(type);
24742 NORMALIZE(memberLink->type);
/external/libxml2/
H A Dxmlschemas.c24479 #define NORMALIZE(atype) \ macro
24527 NORMALIZE(type);
24641 NORMALIZE(type);
24710 NORMALIZE(type);
24771 NORMALIZE(memberLink->type);

Completed in 2867 milliseconds