| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_galstub.c | 156 #define makedev(major, minor) ((((unsigned int) (major)) << 8) \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmx-config.h | 50 * AA: major version 01-20 59 * xdpyinfo to key off the major/minor version to determine the 63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \ 64 ((major) * 100000000) + \
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| systemd-logind.h | 32 int systemd_logind_take_fd(int major, int minor, const char *path, Bool *paus); 33 void systemd_logind_release_fd(int major, int minor, int fd); 40 #define systemd_logind_take_fd(major, minor, path, paus) -1 41 #define systemd_logind_release_fd(major, minor, fd) close(fd)
|
| /xsrc/external/mit/brotli/dist/c/include/brotli/ |
| port.h | 17 #define BROTLI_MAKE_VERSION(major, minor, revision) \ 18 (((major) * 1000000) + ((minor) * 1000) + (revision)) 28 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) \ 29 (BROTLI_GNUC_VERSION >= BROTLI_MAKE_VERSION(major, minor, patch)) 31 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) (0) 50 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) (0) 52 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ 53 (_MSC_FULL_VER >= ((major * 10000000) + (minor * 100000) + (patch))) 55 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ 56 (_MSC_FULL_VER >= ((major * 1000000) + (minor * 10000) + (patch)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| vk_util.c | 34 int major = atoi(PACKAGE_VERSION); local 42 --major; 48 return VK_MAKE_VERSION(major, minor, patch); 60 int major = atoi(str); local 65 if (major < 1 || minor < 0 || patch < 0 || minor > 1023 || patch > 4095) 68 return VK_MAKE_VERSION(major, minor, patch);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| SoftwareRenderer.rdef | 9 major = 9,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| SoftwareRenderer.rdef | 9 major = 9,
|
| /xsrc/external/mit/pixman/include/ |
| pixman-version.h | 40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \ 41 ((major) * 10000) \
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| egl_common.c | 38 EGLint major, minor; local 49 ok = eglInitialize(edpy, &major, &minor);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xorgVersion.h | 36 #define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \ 37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xorgVersion.h | 36 # define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \ 37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
|
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| extract_libtool_version.py | 6 `--major`, `--minor` or `--patch` can be used to only print one of these 27 major = None 35 assert major == None, "version_info appears more than once!" 36 major = m.group(1) 42 major and minor and patch 45 return (major, minor, patch) 53 "--major", 55 help="Only print the major version number.", 85 if args.major:
|
| extract_freetype_version.py | 5 By default, the full dotted version number is printed, but `--major`, 31 major = None 39 assert major == None, "FREETYPE_MAJOR appears more than once!" 40 major = m.group(1) 56 major and minor and patch 59 return (major, minor, patch) 67 "--major", 69 help="Only print the major version number.", 94 if args.major:
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| xiqueryversion.c | 60 int major, minor; local 75 major = stuff->major_version; 78 major = XIVersion.major_version; 87 if (version_compare(major, minor, 2, 2) >= 0 && 96 if (version_compare(major, minor, 99 pXIClient->major_version = major; 103 if (version_compare(major, minor, 109 major = pXIClient->major_version; 113 pXIClient->major_version = major; 122 .major_version = major, [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| registry.c | 88 RegisterRequestName(unsigned major, unsigned minor, char *name) 90 while (major >= nmajor) { 97 while (minor >= nminor[major]) { 98 if (!double_size(requests + major, nminor[major], sizeof(char *))) 100 nminor[major] = nminor[major] ? nminor[major] * 2 : BASE_SIZE; 103 free(requests[major][minor]); 104 requests[major][minor] = name [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| registry.c | 74 RegisterRequestName(unsigned major, unsigned minor, char *name) 76 while (major >= nmajor) { 83 while (minor >= nminor[major]) { 84 if (!double_size(requests+major, nminor[major], sizeof(char *))) 86 nminor[major] = nminor[major] ? nminor[major] * 2 : BASE_SIZE; 89 free(requests[major][minor]); 90 requests[major][minor] = name [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| XIQueryVersion.c | 51 _xiQueryVersion(Display * dpy, int *major, int *minor, XExtDisplayInfo *info) 66 *major = 0; 73 *major = ext->major_version; 81 req->major_version = *major; 89 *major = rep.major_version;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| systemd-logind.c | 57 int major, int minor) 62 if (pInfo->major == major && pInfo->minor == minor && 70 systemd_logind_set_input_fd_for_all_devs(int major, int minor, int fd, 75 pInfo = systemd_logind_find_info_ptr_by_devnum(xf86InputDevs, major, minor); 82 pInfo = systemd_logind_find_info_ptr_by_devnum(pInfo->next, major, minor); 95 dbus_int32_t major = _major; local 100 if (!info->session || major == 0) 107 /* Check if we already have an InputInfo entry with this major, minor 109 pInfo = systemd_logind_find_info_ptr_by_devnum(xf86InputDevs, major, minor) 173 dbus_int32_t major = _major; local 316 dbus_int32_t major, minor; local 345 dbus_int32_t major, minor; local [all...] |
| /xsrc/external/mit/libepoxy/dist/src/ |
| dispatch_egl.c | 48 * version = major * 10 + minor 63 int major, minor; local 71 ret = sscanf(version_string, "%d.%d", &major, &minor); 73 return major * 10 + minor;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| vk_util.c | 38 int major = atoi(PACKAGE_VERSION); local 46 --major; 52 return VK_MAKE_VERSION(major, minor, patch); 64 int major = atoi(str); local 69 if (major < 1 || minor < 0 || patch < 0 || minor > 1023 || patch > 4095) 72 return VK_MAKE_VERSION(major, minor, patch);
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 10-hinting-full.conf | 8 This sort of configuration is available on the major desktop environments
|
| 10-hinting-medium.conf | 8 This sort of configuration is available on the major desktop environments
|
| 10-hinting-none.conf | 8 This sort of configuration is available on the major desktop environments
|
| 10-hinting-slight.conf | 8 This sort of configuration is available on the major desktop environments
|
| 10-unhinted.conf | 8 This sort of configuration is available on the major desktop environments
|