Home
last modified time | relevance | path

Searched defs:minor (Results 1 - 25 of 238) sorted by relevance

12345678910

/third_party/ffmpeg/tools/python/
H A Dconvert_header.py26 minor = 23 variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsysmacros.h6 #define minor(x) \ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsysmacros.h6 #define minor(x) \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsysmacros.h6 #define minor(x) \ macro
/third_party/musl/include/sys/
H A Dsysmacros.h6 #define minor(x) \ macro
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D04_03_relations.rs42 let mut minor = 2; in main() variables
H A D04_04_custom.rs28 let mut minor = 2; in main() variables
/third_party/rust/crates/libc/libc-test/src/
H A Dmakedev.c11 dev_t makedev_ffi(unsigned major, unsigned minor) { in makedev_ffi() argument
/third_party/rust/crates/rustix/src/fs/
H A Dmakedev.rs22 pub fn minor(dev: Dev) -> u32 { in minor() functions
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D04_03_relations.rs44 let mut minor = 2; in main() variables
H A D04_04_custom.rs39 let mut minor = 2; in main() variables
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVersion.h21 unsigned int minor; member
/third_party/nghttp2/src/
H A Dshrpx_http.h47 OutputIt create_via_header_value(OutputIt dst, int major, int minor) { in create_via_header_value() argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_unittest.cpp79 int32_t major = 1, minor = 2; in TEST() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-version.c35 unsigned int major, minor, micro; in test_version() local
[all...]
/third_party/toybox/toys/lsb/
H A Dmknod.c40 int major=0, minor=0, type; in mknod_main() local
/third_party/gn/src/gn/
H A Dversion.h15 #undef minor macro
26 int minor() const { return minor_; } in minor() function in Version
H A Dversion.cc16 Version::Version(int major, int minor, int patch) in Version() argument
21 int major = 0, minor = 0, patch = 0; in FromString() local
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_device_info.c55 uint32_t minor = (ident1.value >> 0) & 0xf; in v3d_get_device_info() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dplatform.cpp32 unsigned major = 1, minor = 1; in platform() local
/third_party/node/test/node-api/test_general/
H A Dtest_general.c13 napi_value result, major, minor, patch, release; in testGetNodeVersion() local
/third_party/ninja/src/
H A Dversion.cc25 void ParseVersion(const string& version, int* major, int* minor) { in ParseVersion() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A Dcl_util.cpp28 const long minor = std::strtol(&version[dotPos + 1u], nullptr, 10); in ExtractCLVersion() local
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H A Dvideo_dummy.c15 int minor = iminor(inode); in dummy_open() local
24 int minor = iminor(inode); in dummy_close() local
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx.c101 int major, minor, patch; in apple_init_glx() local

Completed in 6 milliseconds

12345678910