Home
last modified time | relevance | path

Searched defs:minor (Results 401 - 425 of 1314) sorted by relevance

1...<<11121314151617181920>>...53

/third_party/NuttX/drivers/usbdev/gadget/
H A Ddfu.c359 static int usbclass_classobject(int minor, in usbclass_classobject() argument
/third_party/libbpf/src/
H A Dlibbpf_probes.c34 __u32 major, minor, patch; in get_ubuntu_kernel_version() local
65 __u32 major, minor, patch; in get_debian_kernel_version() local
82 __u32 major, minor, patch, version; in get_kernel_version() local
/third_party/libdrm/exynos/
H A Dexynos_drm.h96 __u32 minor; member
/third_party/ltp/lib/
H A Dtst_cmd.c195 int rc, major, minor, patch; in mkfs_ext4_version_parser() local
215 int major, minor, patch; in mkfs_ext4_version_table_get() local
/third_party/mesa3d/src/glx/
H A Ddri2.c222 DRI2QueryVersion(Display * dpy, int *major, int *minor) in DRI2QueryVersion() argument
H A Dindirect_glx.c289 uint32_t minor = 0; in indirect_create_context_attribs() local
H A Dsingle2.c633 long minor; in version_from_string() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c531 uint32_t minor = (ident1.value >> 0) & 0xf; in vc4_get_chip_info() local
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tracker.c543 xa_tracker_version(int *major, int *minor, int *patch) in xa_tracker_version() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dea.c426 le32 minor; in ntfs_ea_check_wsldev() member
475 le32 minor; in ntfs_ea_set_wsl_not_symlink() member
/third_party/mesa3d/src/mesa/main/
H A Dversion.c69 int major, minor, n; in get_gl_override() local
252 GLuint major, minor, version; in compute_version() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dversion.py430 def minor(self) -> int: member in Version
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c279 unsigned major, minor; in main() member
317 unsigned minor = gpus[i].minor; in main() local
/third_party/libfuse/example/
H A Dcuse.c246 unsigned minor; member
/third_party/ltp/testcases/kernel/uevents/
H A Duevent03.c37 static void get_minor_major(char *device, char *minor, char *major, size_t buf_sizes) in get_minor_major() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c1021 unsigned minor = screen->gpu_id % 10; in fd_screen_create() local
/third_party/mesa3d/src/util/
H A Du_debug.c216 debug_get_version_option(const char *name, unsigned *major, unsigned *minor) in debug_get_version_option() argument
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp41 fake_glx_display(mock_XDisplay *dpy, int major, int minor) in fake_glx_display() argument
265 create_single_screen_display(unsigned major, unsigned minor, const char *glx_ext) create_single_screen_display() argument
276 common_protocol_expected_false_test(unsigned major, unsigned minor, const char *glx_ext, bool *value) common_protocol_expected_false_test() argument
287 common_protocol_expected_true_test(unsigned major, unsigned minor, const char *glx_ext, bool *value) common_protocol_expected_true_test() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Ddriver_utils.cpp190 OSVersion::OSVersion(int major, int minor, int patch) in OSVersion() argument
232 bool ParseLinuxOSVersion(const char *version, int *major, int *minor, int *patch) in ParseLinuxOSVersion() argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp209 ParseMacMachineModel(const std::string &identifier, std::string *type, int32_t *major, int32_t *minor) ParseMacMachineModel() argument
H A DSystemInfo.h26 uint32_t minor = 0; member
/third_party/python/Lib/email/
H A Dheaderregistry.py431 def minor(self): member in MIMEVersionHeader
/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc61 #undef minor macro
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc101 int minor = (version / 1000) % 1000; in VersionString() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.hpp79 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} in ApiType() argument
91 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); } in es() argument
92 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); } in core() argument
93 static ApiType compatibility (int major, int minor) { return ApiType(major, minor, PROFILE_COMPATIBILITY); } in compatibility() argument
116 inline deUint32 ApiType::pack (int major, int minor, Profil argument
170 ContextType(int major, int minor, Profile profile, ContextFlags flags) ContextType() argument
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...53