Home
last modified time | relevance | path

Searched refs:major_ver (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/glx/
Ddri_common.c521 dca->major_ver = 1; in dri_convert_glx_attribs()
540 dca->major_ver = attribs[i * 2 + 1]; in dri_convert_glx_attribs()
601 dca->api = (dca->major_ver > 3 || (dca->major_ver == 3 && dca->minor_ver >= 2)) in dri_convert_glx_attribs()
608 if (dca->major_ver >= 3) in dri_convert_glx_attribs()
610 else if (dca->major_ver == 2 && dca->minor_ver == 0) in dri_convert_glx_attribs()
612 else if (dca->major_ver == 1 && dca->minor_ver < 2) in dri_convert_glx_attribs()
635 if (dca->major_ver < 3 && (dca->flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0) in dri_convert_glx_attribs()
638 if (dca->major_ver >= 3 && dca->render_type == GLX_COLOR_INDEX_TYPE) in dri_convert_glx_attribs()
645 if (dca->no_error && dca->major_ver < 2) in dri_convert_glx_attribs()
Ddri_common.h70 unsigned major_ver; member
Ddri3_glx.c287 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in dri3_create_context_attribs()
Ddrisw_glx.c615 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in drisw_create_context_attribs()
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c209 vol->major_ver, vol->minor_ver, filename); in logfile_open()
309 if (sle16_to_cpu(rstr->major_ver) != 1 || in restart_header_sanity()
313 sle16_to_cpu(rstr->major_ver), in restart_header_sanity()
485 sle16_to_cpu(rstr->major_ver), in dump_restart_areas()
514 if (rstr1->major_ver != rstr->major_ver || in dump_restart_areas()
Dntfsclone.c251 u8 major_ver; member
2134 image_hdr.major_ver, image_hdr.minor_ver);
2222 Printf("NTFS volume version: %d.%d\n", vol->major_ver, vol->minor_ver);
2396 if (image_hdr.major_ver < NTFSCLONE_IMG_VER_MAJOR_ENDIANNESS_SAFE) {
2397 image_hdr.major_ver = NTFSCLONE_IMG_VER_MAJOR;
2423 if (image_hdr.major_ver > NTFSCLONE_IMG_VER_MAJOR)
2427 image_hdr.major_ver,
2482 image_hdr.major_ver = NTFSCLONE_IMG_VER_MAJOR;
Dntfsinfo.c481 printf("\tVolume Version: %u.%u\n", vol->major_ver, vol->minor_ver); in ntfs_dump_volume()
935 if (vol->major_ver >= 3.0) { in ntfs_dump_attr_object_id()
974 vol->major_ver); in ntfs_dump_attr_object_id()
1191 printf("\tVolume Version:\t\t %d.%d\n", vol_information->major_ver, in ntfs_dump_attr_volume_information()
Dntfsfix.c1682 ntfs_log_info("NTFS volume version is %i.%i.\n", vol->major_ver, in main()
1694 if (vol->major_ver >= 3) { in main()
Dntfstruncate.c358 printf("NTFS version %i.%i\n", VOL_INF(val)->major_ver, in dump_resident_attr_val()
Dutils.c838 if ((vol->major_ver == 3) && (num == FILE_Extend)) in __metadata()
Dmkntfs.c2244 const u8 major_ver, const u8 minor_ver) in add_attr_vol_info() argument
2250 vi.major_ver = major_ver; in add_attr_vol_info()
4317 err = add_attr_vol_info(m, fl, g_vol->major_ver, in create_file_volume()
4988 g_vol->major_ver = 3; in mkntfs_redirect()
Dntfsrecover.c2737 (int)sle16_to_cpu(rest->major_ver)); in showrest()
2977 major = sle16_to_cpu(buf->block.restart.major_ver); in read_restart()
3019 log_header.major_ver = const_cpu_to_sle16(1); in reset_logfile()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c93 if (((rp->major_ver != const_cpu_to_sle16(1)) in ntfs_check_restart_page_header()
95 && ((rp->major_ver != const_cpu_to_sle16(2)) in ntfs_check_restart_page_header()
100 (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()
Drunlist.c908 if (vol->major_ver < 3) { in ntfs_mapping_pairs_decompress_i()
1375 if (rl->lcn >= 0 || vol->major_ver < 3) { in ntfs_get_size_for_mapping_pairs()
1398 if (rl->lcn >= 0 || vol->major_ver < 3) { in ntfs_get_size_for_mapping_pairs()
1542 if (rl->lcn >= 0 || vol->major_ver < 3) { in ntfs_mapping_pairs_build()
1581 if (rl->lcn >= 0 || vol->major_ver < 3) { in ntfs_mapping_pairs_build()
2146 vol.major_ver = 3; in test_rl_frag()
Dvolume.c714 && (rp->major_ver == const_cpu_to_le16(2)) in ntfs_volume_check_logfile()
1177 vol->major_ver = vinf->major_ver; in ntfs_device_mount()
1658 major = vol->major_ver; in ntfs_version_is_supported()
Dea.c88 if (ni->vol->major_ver >= 3) { in ntfs_need_ea()
Dobject_id.c399 if (ni->vol->major_ver >= 3) { in add_object_id()
Dattrib.c503 && (ni->vol->major_ver >= 3) in ntfs_attr_open()
525 && (ni->vol->major_ver < 3)) { in ntfs_attr_open()
530 ni->vol->major_ver, in ntfs_attr_open()
531 ni->vol->major_ver); in ntfs_attr_open()
4632 && (ni->vol->major_ver >= 3)
5699 && (na->ni->vol->major_ver >= 3)
6564 if ((na->type == AT_DATA) && (vol->major_ver >= 3)
Dmft.c412 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver)) in ntfs_mft_record_layout()
Dsecurity.c953 if ((vol->major_ver < 3) || !vol->secure_ni) { in update_secur_descr()
1082 if ((vol->major_ver >= 3) in upgrade_secur_desc()
2688 if (!cached && (scx->vol->major_ver >= 3)) { in ntfs_alloc_securid()
2827 if (!cached && (scx->vol->major_ver >= 3)) { in ntfs_alloc_securid()
4512 if (vol->major_ver < 3) in ntfs_open_secure()
Dreparse.c1216 if (ni->vol->major_ver >= 3) { in ntfs_set_ntfs_reparse_data()
/third_party/ffmpeg/libavcodec/
Drv10.c372 int major_ver, minor_ver, micro_ver, ret; in rv10_decode_init() local
394 major_ver = RV_GET_MAJOR_VER(rv->sub_id); in rv10_decode_init()
399 switch (major_ver) { in rv10_decode_init()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h95 /* 28*/ sle16 major_ver; /* Log file major version. We only support member
Dvolume.h192 u8 major_ver; /* Ntfs major version of volume. */ member
Dlayout.h2035 u8 major_ver; /* Major version of the ntfs format. */ member

12