Searched refs:preprocessing (Results 1 – 25 of 49) sorted by relevance
12
/external/webp/src/enc/ |
D | config_enc.c | 43 config->preprocessing = 0; in WebPConfigInitInternal() 65 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal() 71 config->preprocessing |= 2; in WebPConfigInitInternal() 81 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal() 86 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal() 110 if (config->preprocessing < 0 || config->preprocessing > 7) return 0; in WebPValidateConfig()
|
D | webp_enc.c | 345 if (config->use_sharp_yuv || (config->preprocessing & 4)) { in WebPEncode() 351 if (config->preprocessing & 2) { in WebPEncode()
|
/external/clang/test/Index/ |
D | pch-with-errors.m | 26 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record 27 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-recor… 28 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileChec…
|
D | targeted-cursor.m | 3 …pple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
|
D | pch-with-module.m | 5 // RUN: -Xclang -fdisable-module-hash -Xclang -detailed-preprocessing-record -Xclang -verify
|
D | annotate-macro-args.m | 6 …te-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -detailed-preprocessing-record
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 082-invalid-paste.c.expected | 2 Pasting "<" and ">" does not give a valid preprocessing token.
|
/external/icu/icu4c/source/config/ |
D | mh-hpux-acc | 26 # 823 Redundant preprocessing concatenation operation results in two valid 27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>
|
/external/clang/test/Modules/ |
D | module_file_info.m | 39 // CHECK: Uses detailed preprocessing record (for indexing): No
|
/external/mesa3d/src/glsl/glcpp/ |
D | README | 3 This is a simple preprocessor designed to provide the preprocessing
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 39 liblex - C/C++/ObjC lexing and preprocessing, identifier hash table, 104 * -Eonly mode does all preprocessing, but does not print the output, 143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 39 liblex - C/C++/ObjC lexing and preprocessing, identifier hash table, 104 * -Eonly mode does all preprocessing, but does not print the output, 143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
|
/external/eigen/Eigen/ |
D | OrderingMethods | 23 * Precisely, in a preprocessing step, a permutation matrix P is computed using
|
/external/bison/m4/ |
D | include_next.m4 | 133 # Also, if #include_next works as first preprocessing directive in a file, 148 # preprocessing, i.e. it does not only define preprocessor macros but also
|
/external/webp/src/webp/ |
D | encode.h | 123 int preprocessing; // preprocessing filter: member
|
/external/webp/include/webp/ |
D | encode.h | 123 int preprocessing; // preprocessing filter: member
|
/external/clang/ |
D | NOTES.txt | 7 To time GCC preprocessing speed without output, use:
|
/external/clang/include/clang/Driver/ |
D | Types.def | 41 // C family source language (with and without preprocessing).
|
/external/libjpeg-turbo/ |
D | structure.txt | 90 the JPEG compressor or decompressor proper, and the preprocessing or 94 to the sampling factors to be used. The preprocessing and postprocessing 97 data can skip the preprocessing or postprocessing step.) 144 as a preprocessing/postprocessing function, even though the JPEG spec includes 149 compression preprocessing to pad the source data properly. Padding will occur 304 holds the preprocessed input data. This controller invokes preprocessing to 323 preprocessing controller is responsible for supplying these rows via proper 326 preprocessing controller is responsible for vertical edge expansion (i.e., 603 that want to skip JPEG preprocessing or postprocessing will have to contend
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 374 def err_pp_invalid_directive : Error<"invalid preprocessing directive">; 376 "%0 must be used within a preprocessing directive">; 530 "pasting formed '%0', an invalid preprocessing token">; 532 "pasting formed '%0', an invalid preprocessing token">, DefaultError,
|
D | DiagnosticSerializationKinds.td | 96 "'-detailed-preprocessing-record' but %select{precompiled header was not "
|
/external/bison/tests/ |
D | synclines.at | 126 # | cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
|
/external/syslinux/gpxe/src/doc/ |
D | build_sys.dox | 161 You can see the results of preprocessing a @c .c file (including the 177 preprocessing a @c .S file, using e.g.
|
/external/llvm/docs/ |
D | FAQ.rst | 156 practice, information about other platforms is lost after preprocessing, so 157 the result is inherently dependent on the platform that the preprocessing was
|
/external/ImageMagick/coders/ |
D | webp.c | 624 configure.preprocessing=StringToInteger(value); in WriteWEBPImage()
|
12