HomeSort by relevance Sort by last modified time
    Searched refs:MK (Results 1 - 10 of 10) sorted by null

  /external/webp/src/utils/
bit_reader.c 19 #define MK(X) (((range_t)(X) << (BITS)) | (MASK))
21 #define MK(X) ((range_t)(X))
32 br->range_ = MK(255 - 1);
54 MK(127), MK(127), MK(191), MK(127), MK(159), MK(191), MK(223), MK(127)
    [all...]
  /external/dhcpcd/mk/
os-Darwin.mk 4 include ${MK}/os-BSD.mk
os.mk 7 include ${MK}/os-${OS}.mk
prog.mk 2 # based on FreeBSD's bsd.prog.mk
6 include ${MK}/cc.mk
52 include ${MK}/depend.mk
53 include ${MK}/files.mk
54 include ${MK}/scripts.mk
55 include ${MK}/man.m
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 38 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);
74 if (Sel == getNSStringSelector(MK))
75 return MK;
81 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const {
82 if (NSArraySelectors[MK].isNull())
    [all...]
  /external/clang/include/clang/AST/
NSAPI.h 52 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,
168 return Sel == getNSNumberLiteralSelector(MK, false) ||
169 Sel == getNSNumberLiteralSelector(MK, true);
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 5 # See docs/APPLICATION-MK.html for all details.
  /ndk/build/core/
main.mk 24 # This assumes we are located under $NDK_ROOT/build/core/main.mk
27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%))
39 include $(NDK_ROOT)/build/core/init.mk
45 # Each 'application' must have a corresponding Application.mk file
49 # See docs/ANDROID-MK.TXT for their specification.
68 You can also add new applications by writing an Application.mk file.)
70 See docs/APPLICATION-MK.TXT for details.)
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
    [all...]
definitions.mk 21 include $(BUILD_SYSTEM)/definitions-tests.mk
22 include $(BUILD_SYSTEM)/definitions-utils.mk
23 include $(BUILD_SYSTEM)/definitions-host.mk
24 include $(BUILD_SYSTEM)/definitions-graph.mk
35 # Returns : the name of the last parsed Android.mk file
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
341 # defined in application's Android.mk files.
361 # MAKEFILE -> The Android.mk where the module is defined.
371 # These are documented by docs/ANDROID-MK.TXT. Exception is LOCAL_MODULE
403 # LOCAL_MAKEFILE will contain the path to the Android.mk defining the modul
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
789 switch (MK) {
    [all...]

Completed in 74 milliseconds