| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
| asound.h | 33 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /external/clang/lib/Frontend/ |
| InitPreprocessor.cpp | 580 unsigned subminor = 0; local 582 subminor = tuple.getSubminor().getValue(); 586 subminor)); [all...] |
| /system/keymaster/tests/ |
| android_keymaster_test_utils.h | 227 keymaster_error_t GetVersion(uint8_t* major, uint8_t* minor, uint8_t* subminor);
|
| /external/kernel-headers/original/uapi/sound/ |
| asound.h | 41 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8994/original-kernel-headers/sound/ |
| asound.h | 33 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8996/original-kernel-headers/sound/ |
| asound.h | 33 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8998/original-kernel-headers/sound/ |
| asound.h | 34 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8x09/original-kernel-headers/sound/ |
| asound.h | 33 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8x26/original-kernel-headers/sound/ |
| asound.h | 33 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8x84/original-kernel-headers/sound/ |
| asound.h | 33 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /external/clang/include/clang/Basic/ |
| DiagnosticParseKinds.td | [all...] |
| /hardware/qcom/msm8994/kernel-headers/sound/ |
| asound.h | 22 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8996/kernel-headers/sound/ |
| asound.h | 24 #define SNDRV_PROTOCOL_VERSION(major,minor,subminor) (((major) << 16) | ((minor) << 8) | (subminor)) [all...] |
| /hardware/qcom/msm8998/kernel-headers/sound/ |
| asound.h | 25 #define SNDRV_PROTOCOL_VERSION(major,minor,subminor) (((major) << 16) | ((minor) << 8) | (subminor)) [all...] |
| /hardware/qcom/msm8x09/kernel-headers/sound/ |
| asound.h | 22 #define SNDRV_PROTOCOL_VERSION(major,minor,subminor) (((major) << 16) | ((minor) << 8) | (subminor)) [all...] |
| /hardware/qcom/msm8x26/kernel-headers/sound/ |
| asound.h | 22 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /hardware/qcom/msm8x84/kernel-headers/sound/ |
| asound.h | 22 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
| DiagnosticParseKinds.td | [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
| DiagnosticParseKinds.td | [all...] |
| /system/keymaster/include/keymaster/ |
| android_keymaster_messages.h | 58 * major.minor.subminor version to a sequential "message version". [all...] |
| /external/clang/lib/Parse/ |
| ParseDecl.cpp | 732 // Parse the major (and possibly minor and subminor) versions, which 815 // Parse the subminor version. 817 unsigned Subminor = 0; 819 Subminor = Subminor * 10 + ThisTokBegin[AfterSubminor] - '0'; 830 return VersionTuple(Major, Minor, Subminor, (AfterMajorSeparator == '_')); [all...] |
| /external/clang/include/clang-c/ |
| Index.h | 147 * \brief Describes a version number of the form major.minor.subminor. 162 * \brief The subminor version number, e.g., the '3' in '10.7.3'. This value 163 * will be negative if no minor or subminor version number was provided, 166 int Subminor; [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/ |
| Index.h | 147 * \brief Describes a version number of the form major.minor.subminor. 162 * \brief The subminor version number, e.g., the '3' in '10.7.3'. This value 163 * will be negative if no minor or subminor version number was provided, 166 int Subminor; [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang-c/ |
| Index.h | 153 * \brief Describes a version number of the form major.minor.subminor. 168 * \brief The subminor version number, e.g., the '3' in '10.7.3'. This value 169 * will be negative if no minor or subminor version number was provided, 172 int Subminor; [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang-c/ |
| Index.h | 153 * \brief Describes a version number of the form major.minor.subminor. 168 * \brief The subminor version number, e.g., the '3' in '10.7.3'. This value 169 * will be negative if no minor or subminor version number was provided, 172 int Subminor; [all...] |