Searched refs:minor (Results 76 - 100 of 168) sorted by relevance

1234567

/external/qemu/
H A Dvnc-android.c1895 if (vs->minor >= 8) {
1919 if (vs->minor >= 8) {
1954 if (vs->minor >= 8) {
1965 if (vs->minor >= 8) {
1994 if (vs->minor >= 8) {
2012 if (sscanf(local, "RFB %03d.%03d\n", &vs->major, &vs->minor) != 2) {
2017 VNC_DEBUG("Client request protocol version %d.%d\n", vs->major, vs->minor);
2019 (vs->minor != 3 &&
2020 vs->minor != 4 &&
2021 vs->minor !
[all...]
H A Dvnc.c1889 if (vs->minor >= 8) {
1913 if (vs->minor >= 8) {
1948 if (vs->minor >= 8) {
1959 if (vs->minor >= 8) {
1988 if (vs->minor >= 8) {
2006 if (sscanf(local, "RFB %03d.%03d\n", &vs->major, &vs->minor) != 2) {
2011 VNC_DEBUG("Client request protocol version %d.%d\n", vs->major, vs->minor);
2013 (vs->minor != 3 &&
2014 vs->minor != 4 &&
2015 vs->minor !
[all...]
H A Dvnc.h135 int minor; member in struct:VncState
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DlibEGL.cpp121 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) argument
123 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLint *major = 0x%0.8p, EGLint *minor = 0x%0.8p)",
124 dpy, major, minor);
141 if (minor) *minor = 4;
/external/bluetooth/bluez/src/
H A Dadapter.h139 uint8_t minor);
181 int (*set_dev_class) (int index, uint8_t major, uint8_t minor);
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc190 int major, minor; local
197 start, end, flags, offset, &major, &minor,
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp248 // push the major/minor up 8 bits. Thus on Unix, Flash's version may be
267 unsigned minor = majorMinorParts[1].toUInt(&converted); local
269 m_moduleVersion |= (minor & 0xff) << 16;
/external/chromium/third_party/libevent/
H A Dhttp.c388 method, req->uri, req->major, req->minor);
466 req->major, req->minor, req->response_code,
470 if (req->minor == 1)
477 if (req->minor == 0 && is_keepalive)
481 if (req->minor == 1 || is_keepalive) {
1228 req->minor = 0;
1231 req->minor = 1;
1286 req->minor = 0;
1289 req->minor = 1;
1812 if (!req->major && !req->minor) {
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c571 ** to experimental interfaces but reserve the right to make minor changes
579 ** The makefile makes some minor changes to this file (such as inserting
639 ** SQLite3) and Y is the minor version number and Z is the release number.)^
108651 YYMINORTYPE minor; /* The user-supplied minor token value. This member in struct:yyStackEntry
[all...]
/external/sqlite/dist/
H A Dsqlite3.c571 ** to experimental interfaces but reserve the right to make minor changes
579 ** The makefile makes some minor changes to this file (such as inserting
639 ** SQLite3) and Y is the minor version number and Z is the release number.)^
108662 YYMINORTYPE minor; /* The user-supplied minor token value. This member in struct:yyStackEntry
[all...]
/external/strace/
H A Dfile.c871 (unsigned long) minor(statbuf.st_dev),
889 (unsigned long) minor(statbuf.st_rdev));
941 major(statbuf.st_dev), minor(statbuf.st_dev),
955 (unsigned long) minor(statbuf.st_rdev));
1024 (unsigned long) minor(statbuf->st_dev),
1045 (unsigned long) minor(statbuf->st_rdev));
1049 (unsigned long) minor(statbuf->st_size));
1210 (unsigned long) minor(statbuf.st_dev),
1236 (unsigned long) minor(statbuf.st_rdev));
1240 (unsigned long) minor(statbu
[all...]
/external/genext2fs/
H A Dgenext2fs.c462 udecl16(s_minor_rev_level) /* The minor revision level of the filesystem */ \
1377 mknod_fs(filesystem *fs, uint32 parent_nod, const char *name, uint16 mode, uint16 uid, uint16 gid, uint8 major, uint8 minor, uint32 ctime, uint32 mtime) argument
1393 ((uint8*)get_nod(fs, nod)->i_block)[0] = minor;
1489 <path> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
1509 unsigned long mode, uid, gid, major, minor; local
1522 mode = uid = gid = major = minor = 0;
1536 SCANF_STRING(path), &type, &mode, &uid, &gid, &major, &minor,
1608 mknod_fs(fs, nod, dname, mode, uid, gid, major, minor + (i * increment - start), ctime, mtime);
1618 mknod_fs(fs, nod, name, mode, uid, gid, major, minor, ctime, mtime);
1745 nod = mknod_fs(fs, this_nod, name, mode|FM_IFCHR, uid, gid, major(st.st_rdev), minor(s
2206 int minor, major; local
[all...]
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h19 uint64_t minor; member in struct:nfs_fsid
27 return a->major == b->major && a->minor == b->minor;
H A Ddevice.h440 #define MODULE_ALIAS_CHARDEV(major,minor) \
441 MODULE_ALIAS("char-major-" __stringify(major) "-" __stringify(minor))
H A Dblkdev.h838 #define MODULE_ALIAS_BLOCKDEV(major,minor) \
839 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor))
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java86 * @param minor the minor version (0 for JDK 1.3 and later).
88 public ClassFileWriter(int major, int minor) { argument
91 output.writeShort(minor);
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec200 29 April 2003 - minor updates
/external/bluetooth/bluez/lib/bluetooth/
H A Dmgmt.h101 uint8_t minor; member in struct:mgmt_cp_set_dev_class
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jar ... private static final String DELIM private int major private int minor private int service void " href="/4.1.1/s ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... private static final String DELIM private int major private int minor private int service void " href="/4.1.1/s ...
/external/grub/netboot/
H A Detherboot.h489 unsigned char major, minor; /* Version */ member in struct:ebinfo
/external/libvpx/examples/includes/geshi/geshi/
H A Dgml.php32 * - Corrected some minor issues (the vk_f1...vk_f12 keys and similar).
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_syswm.c306 info->version.minor,
/external/skia/include/gpu/gl/
H A DGrGLInterface.h47 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
48 static_cast<int>(minor))
49 #define GR_GLSL_VER(major, minor) ((static_cast<int>(major) << 16) | \
50 static_cast<int>(minor))
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix.cc146 std::string minor = DisplayCode(gssapi_lib, minor_status, GSS_C_MECH_CODE); local
148 minor.c_str());
818 // TODO(cbentzel): Use minor code for even better mapping?

Completed in 770 milliseconds

1234567