/third_party/ffmpeg/tools/python/ |
H A D | convert_header.py | 23 major = 1 variable
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sysmacros.h | 4 #define major(x) \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sysmacros.h | 4 #define major(x) \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sysmacros.h | 4 #define major(x) \ macro
|
/third_party/musl/include/sys/ |
H A D | sysmacros.h | 4 #define major(x) \ macro
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_03_relations.rs | 41 let mut major = 1; in main() variables
|
H A D | 04_04_custom.rs | 27 let mut major = 1; in main() variables
|
/third_party/rust/crates/libc/libc-test/src/ |
H A D | makedev.c | 11 dev_t makedev_ffi(unsigned major, unsigned minor) { in makedev_ffi() argument
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | makedev.rs | 33 pub fn major(dev: Dev) -> u32 { in major() functions
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
H A D | 04_03_relations.rs | 43 let mut major = 1; in main() variables
|
H A D | 04_04_custom.rs | 38 let mut major = 1; in main() variables
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Version.h | 20 unsigned int major; member
|
/third_party/nghttp2/src/ |
H A D | shrpx_http.h | 47 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 D | SystemInfo_unittest.cpp | 79 int32_t major = 1, minor = 2; in TEST() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-version.c | 35 unsigned int major, minor, micro; in test_version() local [all...] |
/third_party/toybox/toys/lsb/ |
H A D | mknod.c | 40 int major=0, minor=0, type; in mknod_main() local
|
/third_party/gn/src/gn/ |
H A D | version.h | 12 #undef major macro 25 int major() const { return major_; } in major() function in Version
|
H A D | version.cc | 16 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 D | v3d_device_info.c | 54 uint32_t major = (ident0.value >> 24) & 0xff; in v3d_get_device_info() local
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | platform.cpp | 32 unsigned major = 1, minor = 1; in platform() local
|
/third_party/node/test/node-api/test_general/ |
H A D | test_general.c | 13 napi_value result, major, minor, patch, release; in testGetNodeVersion() local
|
/third_party/ninja/src/ |
H A D | version.cc | 25 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 D | cl_util.cpp | 27 const long major = std::strtol(&version[spacePos + 1u], nullptr, 10); in ExtractCLVersion() local
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx.c | 101 int major, minor, patch; in apple_init_glx() local
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_util.c | 38 int major = atoi(PACKAGE_VERSION); in vk_get_driver_version() local 64 int major = atoi(str); in vk_get_version_override() local
|