HomeSort by relevance Sort by last modified time
    Searched refs:Major (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/include/clang/Basic/
VersionTuple.h 11 // the form major[.minor[.subminor]].
23 /// \brief Represents a version number in the form major[.minor[.subminor]].
25 unsigned Major;
33 : Major(0), Minor(0), Subminor(0), HasMinor(false), HasSubminor(false) { }
35 explicit VersionTuple(unsigned Major)
36 : Major(Major), Minor(0), Subminor(0), HasMinor(false), HasSubminor(false)
39 explicit VersionTuple(unsigned Major, unsigned Minor)
40 : Major(Major), Minor(Minor), Subminor(0), HasMinor(true),
    [all...]
  /external/tcpdump/
nfsfh.h 50 u_int32_t Major;
53 #define dev_eq(a,b) ((a.Minor == b.Minor) && (a.Major == b.Major))
parsenfsfh.c 160 /* probably rules out HP-UX, AIX unless they allow major=0 */
264 fsidp->Fsid_dev.Major = fhp[6];
276 fsidp->Fsid_dev.Major = fhp[1];
292 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
302 fsidp->Fsid_dev.Major = fhp[2];
314 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]);
337 fsidp->Fsid_dev.Major = fhp[2];
349 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF;
364 fsidp->Fsid_dev.Major = fhp[1];
386 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1)
    [all...]
print-nfs.c 846 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor);
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 180 void getOSVersion(unsigned &Major, unsigned &Minor, unsigned &Micro) const;
182 /// getOSMajorVersion - Return just the major version number, this is
194 bool getMacOSXVersion(unsigned &Major, unsigned &Minor,
250 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
255 if (LHS[0] != Major)
256 return LHS[0] < Major;
268 unsigned isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
274 return isOSVersionLT(Major, Minor, Micro);
277 assert(Major == 10 && "Unexpected major version")
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 29 * exactly one device class. The device class is further broken down into major
136 * major and minor components.
138 * BluetoothClass.Device} represent a combination of major and minor
140 * BluetoothClass.Device.Major} represent only major device classes.
147 * Defines all major device class constants.
150 public static class Major {
166 // Devices in the COMPUTER major class
175 // Devices in the PHONE major class
183 // Minor classes for the AUDIO_VIDEO major clas
    [all...]
  /external/v8/src/
code-stubs.h 113 enum Major {
124 static Major MajorKeyFromKey(uint32_t key) {
125 return static_cast<Major>(MajorKeyBits::decode(key));
131 // Gets the major key from a code object that is a code stub or binary op IC.
132 static Major GetMajorKey(Code* code_stub) {
133 return static_cast<Major>(code_stub->major_key());
136 static const char* MajorName(Major major_key, bool allow_unknown_keys);
188 virtual Major MajorKey() = 0;
218 // Computes the key based on major and minor.
296 Major MajorKey() { return StackCheck;
    [all...]
disassembler.cc 259 // Get the STUB key and extract major and minor key.
262 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
code-stubs.cc 151 const char* CodeStub::MajorName(CodeStub::Major major_key,
hydrogen-instructions.h     [all...]
debug.cc     [all...]
  /external/llvm/lib/Support/
Triple.cpp 521 void Triple::getOSVersion(unsigned &Major, unsigned &Minor,
531 Major = Minor = Micro = 0;
534 unsigned *Components[3] = { &Major, &Minor, &Micro };
548 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor,
550 getOSVersion(Major, Minor, Micro);
556 if (Major == 0)
557 Major = 8;
559 if (Major < 4)
562 Minor = Major - 4;
563 Major = 10
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 270 case BluetoothClass.Device.Major.COMPUTER:
273 case BluetoothClass.Device.Major.PHONE:
276 case BluetoothClass.Device.Major.PERIPHERAL:
279 case BluetoothClass.Device.Major.IMAGING:
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 129 // will return Major=4, Minor=2, Micro=1.
131 unsigned &Major, unsigned &Minor,
143 Major = num / 10000;
163 unsigned Major = 0, Minor = 0, Micro = 0;
164 if (GetVersionFromSimulatorDefine(define, Major, Minor, Micro) &&
165 Major < 10 && Minor < 100 && Micro < 100)
166 return Major >= 5;
178 unsigned Major, Minor, Micro;
179 triple.getOSVersion(Major, Minor, Micro);
180 return Major > 10 || (Major == 10 && Minor >= 7)
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 58 Major MajorKey() { return TranscendentalCache; }
78 Major MajorKey() { return StoreBufferOverflow; }
106 Major MajorKey() { return UnaryOp; }
201 Major MajorKey() { return BinaryOp; }
323 Major MajorKey() { return StringAdd; }
345 Major MajorKey() { return SubString; }
373 virtual Major MajorKey() { return StringCompare; }
406 Major MajorKey() { return NumberToString; }
454 Major MajorKey() { return StringDictionaryLookup; }
705 Major MajorKey() { return RecordWrite;
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 57 Major MajorKey() { return TranscendentalCache; }
77 Major MajorKey() { return StoreBufferOverflow; }
112 Major MajorKey() { return UnaryOp; }
200 Major MajorKey() { return BinaryOp; }
320 Major MajorKey() { return StringAdd; }
342 Major MajorKey() { return SubString; }
371 virtual Major MajorKey() { return StringCompare; }
408 Major MajorKey() { return NumberToString; }
456 Major MajorKey() { return StringDictionaryLookup; }
687 Major MajorKey() { return RecordWrite;
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 55 Major MajorKey() { return TranscendentalCache; }
75 Major MajorKey() { return StoreBufferOverflow; }
103 Major MajorKey() { return UnaryOp; }
189 Major MajorKey() { return BinaryOp; }
329 Major MajorKey() { return StringAdd; }
352 Major MajorKey() { return SubString; }
383 virtual Major MajorKey() { return StringCompare; }
422 Major MajorKey() { return WriteInt32ToHeapNumber; }
453 Major MajorKey() { return NumberToString; }
642 Major MajorKey() { return RecordWrite;
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 56 Major MajorKey() { return TranscendentalCache; }
76 Major MajorKey() { return StoreBufferOverflow; }
104 Major MajorKey() { return UnaryOp; }
190 Major MajorKey() { return BinaryOp; }
330 Major MajorKey() { return StringAdd; }
353 Major MajorKey() { return SubString; }
383 virtual Major MajorKey() { return StringCompare; }
432 Major MajorKey() { return WriteInt32ToHeapNumber; }
464 Major MajorKey() { return NumberToString; }
643 Major MajorKey() { return RecordWrite;
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 50 /// \brief The parsed major, minor, and patch numbers.
51 int Major, Minor, Patch;
226 void setTarget(bool IsIPhoneOS, unsigned Major, unsigned Minor,
234 TargetVersion == VersionTuple(Major, Minor, Micro))
241 TargetVersion = VersionTuple(Major, Minor, Micro);
ToolChains.cpp 50 unsigned Major, Minor, Micro;
51 if (!Triple.getMacOSXVersion(Major, Minor, Micro))
55 << Major << '.' << Minor << '.' << Micro;
507 // will return Major=4, Minor=2, Micro=1.
509 unsigned &Major, unsigned &Minor,
521 Major = num / 10000;
545 unsigned Major = 0, Minor = 0, Micro = 0;
546 if (GetVersionFromSimulatorDefine(define, Major, Minor, Micro) &&
547 Major < 10 && Minor < 100 && Micro < 100) {
548 ARCRuntimeForSimulator = Major < 5 ? ARCSimulator_NoARCRuntim
    [all...]
Driver.cpp     [all...]
  /external/clang/include/clang/Driver/
Driver.h 410 static bool GetReleaseVersion(const char *Str, unsigned &Major,
  /external/clang/lib/Parse/
ParseDecl.cpp 437 // Parse the major (and possibly minor and subminor) versions, which
451 // Parse the major version.
453 unsigned Major = 0;
455 Major = Major * 10 + ThisTokBegin[AfterMajor] - '0';
469 if (Major == 0) {
474 return VersionTuple(Major);
494 // We had major.minor.
495 if (Major == 0 && Minor == 0) {
500 return VersionTuple(Major, Minor);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/blktrace/doc/
blktrace.tex 33 three major components that are provided:
597 \emph{D} & 7-character string containing the major and minor numbers of
602 \emph{M} & Major number of event's device. \\ \hline
664 \item[\%D] Displays the event's device major/minor as: \%3d,\%-3d.
    [all...]

Completed in 1716 milliseconds

1 2