Home
last modified time | relevance | path

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

123

/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/e2fsprogs/lib/uuid/
DuuidP.h60 #define __GNUC_PREREQ(maj, min) \ argument
63 #define __GNUC_PREREQ(maj, min) 0 argument
/third_party/e2fsprogs/lib/ext2fs/
Dhashmap.h9 #define __GNUC_PREREQ(maj, min) \ argument
12 #define __GNUC_PREREQ(maj, min) 0 argument
/third_party/e2fsprogs/include/mingw/sys/
Dsysmacros.h10 #define makedev(maj, min) (((maj) << 8) + (min)) argument
/third_party/glib/glib/
Dgmacros.h1048 #define G_UNAVAILABLE(maj,min) __attribute__((deprecated("Not available before " #maj "." #min))) argument
1050 #define G_UNAVAILABLE(maj,min) __declspec(deprecated("is not available before " #maj "." #min)) argument
1052 #define G_UNAVAILABLE(maj,min) G_DEPRECATED argument
1068 #define GLIB_UNAVAILABLE(maj,min) _GLIB_EXTERN argument
1069 #define GLIB_UNAVAILABLE_STATIC_INLINE(maj,min) argument
1073 #define GLIB_UNAVAILABLE(maj,min) G_UNAVAILABLE(maj,min) _GLIB_EXTERN argument
1074 #define GLIB_UNAVAILABLE_STATIC_INLINE(maj,min) G_UNAVAILABLE(maj,min) argument
1083 #define GLIB_UNAVAILABLE_MACRO(maj,min) _GLIB_GNUC_DO_PRAGMA(GCC warning "Not available before " #m… argument
1087 #define GLIB_UNAVAILABLE_MACRO(maj,min) argument
1095 #define GLIB_UNAVAILABLE_ENUMERATOR(maj,min) G_UNAVAILABLE(maj,min) argument
[all …]
/third_party/ffmpeg/libavcodec/
Dlibopenh264.h25 #define OPENH264_VER_AT_LEAST(maj, min) \ argument
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Deeprom.h18 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
/third_party/libnl/include/netlink/
Dversion.h23 #define LIBNL_VER(maj,min) ((maj) << 8 | (min)) argument
Dversion.h.in23 #define LIBNL_VER(maj,min) ((maj) << 8 | (min)) 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/libdrm/
Dxf86drm.c2780 int maj, min; in drmGetDeviceNameFromFd() local
2816 static bool drmNodeIsDRM(int maj, int min) in drmNodeIsDRM()
2843 int maj, min, type; in drmGetNodeTypeFromFd() local
2904 int maj, min; in drmGetMinorNameForFD() local
3102 static int drmParseSubsystemType(int maj, int min) in drmParseSubsystemType()
3133 get_pci_path(int maj, int min, char *pci_path) in get_pci_path()
3150 static int get_sysctl_pci_bus_info(int maj, int min, drmPciBusInfoPtr info) in get_sysctl_pci_bus_info()
3209 static int drmParsePciBusInfo(int maj, int min, drmPciBusInfoPtr info) in drmParsePciBusInfo()
3321 static int parse_separate_sysfs_files(int maj, int min, in parse_separate_sysfs_files()
3361 static int parse_config_sysfs_file(int maj, int min, in parse_config_sysfs_file()
[all …]
/third_party/libdrm/libkms/
Dlinux.c58 unsigned maj, min; in linux_name_from_sysfs() local
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.h33 # define LOCAL_GIF_PREREQ(maj, min) \ argument
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.h33 # define LOCAL_GIF_PREREQ(maj, min) \ argument
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dfsl_portals.c192 unsigned int maj, min; in fdt_fixup_qportals() local
308 unsigned int maj, min; in fdt_fixup_bportals() local
/third_party/libnl/include/netlink/route/
Dtc.h40 #define TC_HANDLE(maj, min) (TC_H_MAJ((maj) << 16) | TC_H_MIN(min)) argument
/third_party/curl/lib/
Dkrb5.c140 OM_uint32 maj, min; in krb5_decode() local
164 OM_uint32 maj, min; in krb5_encode() local
206 OM_uint32 maj, min; in krb5_auth() local
368 OM_uint32 maj = gss_delete_sec_context(&min, context, GSS_C_NO_BUFFER); in krb5_end() local
/third_party/python/Lib/test/
Dtest__locale.py13 maj, min, mic = [int(part) for part in uname().release.split(".")] variable
/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/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c32 #define TC_HANDLE(maj, min) (TC_H_MAJ((maj) << 16) | TC_H_MIN(min)) argument
102 __u32 maj, min; in get_tc_classid() 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/uboot/u-boot-2020.01/arch/arm/include/asm/arch-sunxi/
Dspl.h14 #define SPL_VERSION(maj, min) \ 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/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/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c572 gint maj, min, n; in gst_gl_context_get_current_gl_api() local
1057 guint maj = 0, min = 0; in _create_context_info() local
1598 gst_gl_context_get_gl_version (GstGLContext * context, gint * maj, gint * min) in gst_gl_context_get_gl_version()
1624 gint maj, gint min) in gst_gl_context_check_gl_version()

123