Searched refs:major (Results 1 - 25 of 208) sorted by relevance

123456789

/external/elfutils/
H A Dversion.h55 #define _ELFUTILS_PREREQ(major, minor) \
56 (_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))
/external/apache-http/src/org/apache/http/
H A DHttpVersion.java64 * @param major the major version number of the HTTP protocol
67 * @throws IllegalArgumentException if either major or minor version number is negative
69 public HttpVersion(int major, int minor) { argument
70 super(HTTP, major, minor);
77 * @param major the major version
82 public ProtocolVersion forVersion(int major, int minor) { argument
84 if ((major == this.major)
[all...]
H A DProtocolVersion.java47 * protocol name, major version number, and minor version number.
65 protected final int major; field in class:ProtocolVersion
75 * @param major the major version number of the protocol
78 public ProtocolVersion(String protocol, int major, int minor) { argument
83 if (major < 0) {
85 ("Protocol major version number must not be negative.");
92 this.major = major;
106 * Returns the major versio
139 forVersion(int major, int minor) argument
[all...]
/external/elfutils/config/
H A Dversion.h.in55 #define _ELFUTILS_PREREQ(major, minor) \
56 (_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))
/external/dbus/dbus/
H A Ddbus-misc.c100 * The COMPILE TIME major version of libdbus, that is, the "X" in "X.Y.Z",
125 * significant byte, the major version in the next most significant byte,
155 * @param major_version_p pointer to return the major version, or #NULL
187 int major, minor, micro; local
196 * typo (mixing up major and minor, that sort of thing).
198 dbus_get_version (&major, &minor, &micro);
200 _dbus_assert (major == DBUS_MAJOR_VERSION);
216 _dbus_assert (MAKE_VERSION (major, minor, micro) == DBUS_VERSION);
219 _dbus_assert (MAKE_VERSION (major - 1, minor, micro) < DBUS_VERSION);
220 _dbus_assert (MAKE_VERSION (major, mino
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitglobal.h26 // QTWEBKIT_VERSION is (major << 16) + (minor << 8) + patch. Similar to Qt.
29 #define QTWEBKIT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitversion.h.in35 #define WEBKIT_CHECK_VERSION(major, minor, micro) \
36 (WEBKIT_MAJOR_VERSION > (major) || \
37 (WEBKIT_MAJOR_VERSION == (major) && WEBKIT_MINOR_VERSION > (minor)) || \
38 (WEBKIT_MAJOR_VERSION == (major) && WEBKIT_MINOR_VERSION == (minor) && \
51 webkit_check_version (guint major, guint minor, guint micro);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestver.c30 compiled.major, compiled.minor, compiled.patch);
32 SDL_Linked_Version()->major,
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.cc109 bool GetOSVersion(int* major, int* minor, int* bugfix) { argument
110 ASSERT(major && minor && bugfix);
111 if (!GetGestalt(gestaltSystemVersion, major))
113 if (*major < 0x1040) {
114 *bugfix = *major & 0xF;
115 *minor = (*major >> 4) & 0xF;
116 *major = (*major >> 8);
119 return GetGestalt(gestaltSystemVersionMajor, major)
125 int major local
[all...]
H A Dwin32.h100 bool GetOsVersion(int* major, int* minor, int* build);
103 int major; local
104 return (GetOsVersion(&major, NULL, NULL) && major >= kWindowsVista);
108 int major, minor; local
109 return (GetOsVersion(&major, &minor, NULL) &&
110 (major >= kWindowsVista ||
111 (major == kWindows2000 && minor >= 1)));
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c181 ** BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class
184 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class
185 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
194 UINT8 minor, major; local
200 BTM_COD_MAJOR_CLASS(major, dev );
206 major = p_cod->major & BTM_COD_MAJOR_CLASS_MASK;
222 major = p_cod->major & BTM_COD_MAJOR_CLASS_MASK;
229 major
[all...]
/external/chromium/base/win/
H A Dwindows_version.cc25 version_number_.major = version_info.dwMajorVersion;
28 if ((version_number_.major == 5) && (version_number_.minor > 0)) {
30 } else if (version_number_.major == 6) {
35 } else if (version_number_.major > 6) {
38 service_pack_.major = version_info.wServicePackMajor;
/external/clang/lib/Basic/
H A DVersionTuple.cpp11 // the form major[.minor[.subminor]].
58 unsigned major = 0, minor = 0, micro = 0; local
60 // Parse the major version, [0-9]+
61 if (parseInt(input, major)) return true;
64 *this = VersionTuple(major);
74 *this = VersionTuple(major, minor);
86 *this = VersionTuple(major, minor, micro);
/external/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, argument
41 Version::major_ = major;
52 static void CheckVersion(int major, int minor, int build, argument
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
/external/libnfc-nxp/src/
H A DphLibNfcStatus.h47 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
48 ( ((major) << 24) & 0xFF000000 ) | \
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_version.h48 Uint8 major; member in struct:SDL_version
59 (X)->major = SDL_MAJOR_VERSION; \
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c14 uint8_t major; member in struct:__anon4136
/external/openssh/
H A Dgss-serv.c94 return (ctx->major);
97 if ((ctx->major = gss_acquire_cred(&ctx->minor,
102 return (ctx->major);
155 ctx->major = gss_accept_sec_context(&ctx->minor,
160 if (GSS_ERROR(ctx->major))
168 status = ctx->major;
175 (*flags & GSS_C_INTEG_FLAG))) && (ctx->major == GSS_S_COMPLETE)) {
268 if ((ctx->major = gss_display_name(&ctx->minor, ctx->client,
271 return (ctx->major);
274 if ((ctx->major
[all...]
H A Dgss-genr.c102 *major_status = ctxt->major;
109 gss_display_status(&lmin, ctxt->major,
199 ctx->major = gss_init_sec_context(&ctx->minor,
204 if (GSS_ERROR(ctx->major))
207 return (ctx->major);
221 if ((ctx->major = gss_import_name(&ctx->minor,
226 return (ctx->major);
232 if ((ctx->major = gss_get_mic(&ctx->minor, ctx->context,
236 return (ctx->major);
255 OM_uint32 major, mino local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c51 if (info -> version.major <= SDL_MAJOR_VERSION) {
/external/webkit/Source/WebCore/platform/win/
H A DSystemInfo.cpp34 WindowsVersion windowsVersion(int* major, int* minor) argument
83 if (major)
84 *major = majorVersion;
92 int major, minor; local
93 WindowsVersion version = windowsVersion(&major, &minor);
114 return makeString(familyName, String::number(major), '.', String::number(minor));
/external/chromium/net/http/
H A Dhttp_version.h13 // Wrapper for an HTTP (major,minor) version pair.
16 // Default constructor (major=0, minor=0).
19 // Build from unsigned major/minor pair.
20 HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { } argument
54 uint32 value_; // Packed as <major>:<minor>
/external/skia/src/gpu/mac/
H A DSkNativeGLContext_mac.cpp35 GLint major, minor; local
38 aglGetVersion(&major, &minor);
39 //SkDebugf("---- agl version %d %d\n", major, minor);
/external/chromium/base/
H A Dsys_info_win.cc58 std::string version(StringPrintf("%d.%d", version_number.major,
61 if (service_pack.major != 0) {
62 version += StringPrintf(" SP%d", service_pack.major);
103 *major_version = os_info->version_number().major;
/external/kernel-headers/original/linux/
H A Dkdev_t.h43 unsigned major = MAJOR(dev); local
45 return (minor & 0xff) | (major << 8) | ((minor & ~0xff) << 12);
50 unsigned major = (dev & 0xfff00) >> 8; local
52 return MKDEV(major, minor);

Completed in 624 milliseconds

123456789