/third_party/mesa3d/src/glx/ |
D | dri_common.c | 521 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()
|
D | dri_common.h | 70 unsigned major_ver; member
|
D | dri3_glx.c | 287 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in dri3_create_context_attribs()
|
D | drisw_glx.c | 615 ctx_attribs[num_ctx_attribs++] = dca.major_ver; in drisw_create_context_attribs()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsdump_logfile.c | 209 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()
|
D | ntfsclone.c | 251 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;
|
D | ntfsinfo.c | 481 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()
|
D | ntfsfix.c | 1682 ntfs_log_info("NTFS volume version is %i.%i.\n", vol->major_ver, in main() 1694 if (vol->major_ver >= 3) { in main()
|
D | ntfstruncate.c | 358 printf("NTFS version %i.%i\n", VOL_INF(val)->major_ver, in dump_resident_attr_val()
|
D | utils.c | 838 if ((vol->major_ver == 3) && (num == FILE_Extend)) in __metadata()
|
D | mkntfs.c | 2244 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()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | logfile.c | 93 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()
|
D | runlist.c | 908 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()
|
D | volume.c | 714 && (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()
|
D | ea.c | 88 if (ni->vol->major_ver >= 3) { in ntfs_need_ea()
|
D | object_id.c | 399 if (ni->vol->major_ver >= 3) { in add_object_id()
|
D | attrib.c | 503 && (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)
|
D | mft.c | 412 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver)) in ntfs_mft_record_layout()
|
D | security.c | 953 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()
|
D | reparse.c | 1216 if (ni->vol->major_ver >= 3) { in ntfs_set_ntfs_reparse_data()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvenc.c | 868 gint major_ver, minor_ver; in gst_nvenc_load_library() local 936 major_ver = max_supported_version >> 4; in gst_nvenc_load_library() 940 major_ver, minor_ver); in gst_nvenc_load_library() 944 if (version_list[i].major > major_ver || in gst_nvenc_load_library() 945 (version_list[i].major == major_ver in gst_nvenc_load_library()
|
/third_party/ffmpeg/libavcodec/ |
D | rv10.c | 371 int major_ver, minor_ver, micro_ver, ret; in rv10_decode_init() local 393 major_ver = RV_GET_MAJOR_VER(rv->sub_id); in rv10_decode_init() 398 switch (major_ver) { in rv10_decode_init()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logfile.h | 95 /* 28*/ sle16 major_ver; /* Log file major version. We only support member
|
D | volume.h | 192 u8 major_ver; /* Ntfs major version of volume. */ member
|
D | layout.h | 2035 u8 major_ver; /* Major version of the ntfs format. */ member
|