Home
last modified time | relevance | path

Searched defs:major (Results 1 - 25 of 232) sorted by relevance

12345678910

/third_party/ffmpeg/tools/python/
H A Dconvert_header.py23 major = 1 variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsysmacros.h4 #define major(x) \ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsysmacros.h4 #define major(x) \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsysmacros.h4 #define major(x) \ macro
/third_party/musl/include/sys/
H A Dsysmacros.h4 #define major(x) \ macro
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D04_03_relations.rs41 let mut major = 1; in main() variables
H A D04_04_custom.rs27 let mut major = 1; 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.rs33 pub fn major(dev: Dev) -> u32 { in major() functions
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D04_03_relations.rs43 let mut major = 1; in main() variables
H A D04_04_custom.rs38 let mut major = 1; in main() variables
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVersion.h20 unsigned int major; 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.h12 #undef major macro
25 int major() const { return major_; } in major() 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.c54 uint32_t major = (ident0.value >> 24) & 0xff; 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.cpp27 const long major = std::strtol(&version[spacePos + 1u], nullptr, 10); in ExtractCLVersion() local
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx.c101 int major, minor, patch; in apple_init_glx() local
/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.c38 int major = atoi(PACKAGE_VERSION); in vk_get_driver_version() local
64 int major = atoi(str); in vk_get_version_override() local

Completed in 6 milliseconds

12345678910