Home
last modified time | relevance | path

Searched defs:maj (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/include/android_stub/hardware/
Dhardware.h37 #define HARDWARE_MAKE_API_VERSION(maj,min) \ argument
40 #define HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) \ argument
68 #define HARDWARE_MODULE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min) argument
69 #define HARDWARE_MODULE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) argument
74 #define HARDWARE_DEVICE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min) argument
75 #define HARDWARE_DEVICE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DDemangleConfig.h36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
/third_party/rust/crates/rustix/tests/fs/
Dmakedev.rs5 let maj = 0x2324_2526; in makedev_roundtrip() localVariable
/third_party/ffmpeg/libavcodec/
Dlibopenh264.h25 #define OPENH264_VER_AT_LEAST(maj, min) \ argument
/third_party/alsa-lib/include/
Dversion.h29 #define SND_LIB_VER(maj, min, sub) (((maj)<<16)|((min)<<8)|(sub)) argument
/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h39 # define __GNUC_PREREQ(maj, min) \ argument
42 # define __GNUC_PREREQ(maj, min) 0 argument
/third_party/openssl/include/openssl/
Dopensslv.h.in66 # define OPENSSL_VERSION_PREREQ(maj,min) \ argument
/third_party/libdrm/
Dxf86drm.c3224 int maj, min; in drmGetDeviceNameFromFd() local
3260 static bool drmNodeIsDRM(int maj, int min) in drmNodeIsDRM()
3287 int maj, min, type; in drmGetNodeTypeFromFd() local
3357 int maj, min; in drmGetMinorNameForFD() local
3556 static int drmParseSubsystemType(int maj, int min) in drmParseSubsystemType()
3587 get_pci_path(int maj, int min, char *pci_path) in get_pci_path()
3604 static int get_sysctl_pci_bus_info(int maj, int min, drmPciBusInfoPtr info) in get_sysctl_pci_bus_info()
3663 static int drmParsePciBusInfo(int maj, int min, drmPciBusInfoPtr info) in drmParsePciBusInfo()
3775 static int parse_separate_sysfs_files(int maj, int min, in parse_separate_sysfs_files()
3817 static int parse_config_sysfs_file(int maj, int min, in parse_config_sysfs_file()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.h33 # define LOCAL_GIF_PREREQ(maj, min) \ argument
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.h33 # define LOCAL_GIF_PREREQ(maj, min) \ argument
/third_party/python/Lib/test/
Dtest__locale.py13 maj, min, mic = [int(part) for part in uname().release.split(".")] variable
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.c610 static bool amdgpu_node_is_drm(int maj, int min) in amdgpu_node_is_drm()
639 unsigned int maj, min; in amdgpu_get_device_from_fd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
53 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
56 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c123 int maj = VK_VERSION_MAJOR (device->properties.apiVersion); in fill_properties() local
135 int maj = VK_VERSION_MAJOR (device->properties.driverVersion); in fill_properties() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h60 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
64 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
67 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddsp.h34 # define LOCAL_GCC_PREREQ(maj, min) \ argument
43 # define LOCAL_CLANG_PREREQ(maj, min) \ argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c599 gint maj, min, n; in gst_gl_context_get_current_gl_api() local
1101 guint maj = 0, min = 0; in _create_context_info() local
1699 gst_gl_context_get_gl_version (GstGLContext * context, gint * maj, gint * min) in gst_gl_context_get_gl_version()
1725 gint maj, gint min) in gst_gl_context_check_gl_version()
Dgstglsl.c513 gst_gl_version_to_glsl_version (GstGLAPI gl_api, gint maj, gint min) in gst_gl_version_to_glsl_version()
589 gint maj, min, glsl_version; in gst_gl_context_supports_glsl_profile_version() local
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
Dhardware.h26 #define HARDWARE_MAKE_API_VERSION(maj, min) ((((maj)&0xff) << 8) | ((min)&0xff)) argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddsp.h51 # define LOCAL_GCC_PREREQ(maj, min) \ argument
60 # define LOCAL_CLANG_PREREQ(maj, min) \ argument
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_common.h32 #define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min)) argument
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c175 #define CHIPID(maj, min, rev, pat) \ argument
/third_party/mesa3d/src/loader/
Dloader.c474 static int loader_get_linux_pci_field(int maj, int min, const char *field) in loader_get_linux_pci_field()
500 int maj = major(sbuf.st_rdev); in loader_get_linux_pci_id_for_fd() local
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp34 #define OPENH264_VERSION_CHECK(maj,min) ((OPENH264_MAJOR > (maj)) || (OPENH264_MAJOR == (maj) && OP… argument
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmain.c279 int maj, min, ret = EXIT_FAILURE; in main() local

12