Searched defs:MK (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dbit_reader.c21 #define MK(X) (((range_t)(X) << (BITS)) | (MASK)) macro
23 #define MK(X) ((range_t)(X)) macro
34 br->range_ = MK(255 - 1);
56 MK(127), MK(127), MK(191), MK(127), MK(159), MK(191), MK(22
74 #undef MK macro
[all...]
/external/clang/lib/AST/
H A DNSAPI.cpp38 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const {
39 if (NSStringSelectors[MK].isNull()) {
41 switch (MK) {
64 return (NSStringSelectors[MK] = Sel);
67 return NSStringSelectors[MK];
73 NSStringMethodKind MK = NSStringMethodKind(i); local
74 if (Sel == getNSStringSelector(MK))
75 return MK;
81 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const {
82 if (NSArraySelectors[MK]
131 NSArrayMethodKind MK = NSArrayMethodKind(i); local
217 NSDictionaryMethodKind MK = NSDictionaryMethodKind(i); local
225 getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, bool Instance) const argument
280 NSNumberLiteralMethodKind MK = NSNumberLiteralMethodKind(i); local
[all...]
/external/webp/src/utils/
H A Dbit_reader.c21 #define MK(X) (((range_t)(X) << (BITS)) | (MASK)) macro
23 #define MK(X) ((range_t)(X)) macro
34 br->range_ = MK(255 - 1);
56 MK(127), MK(127), MK(191), MK(127), MK(159), MK(191), MK(22
74 #undef MK macro
[all...]
/external/clang/include/clang/AST/
H A DNSAPI.h52 Selector getNSStringSelector(NSStringMethodKind MK) const;
84 Selector getNSArraySelector(NSArrayMethodKind MK) const;
106 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
163 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
166 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, argument
168 return Sel == getNSNumberLiteralSelector(MK, false) ||
169 Sel == getNSNumberLiteralSelector(MK, true);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp418 MinMaxReductionKind MK)
419 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK) {}
417 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K, MinMaxReductionKind MK) argument

Completed in 1214 milliseconds