/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_cgs.c | 259 if ((adev->pdev->revision == 0x81) && in amdgpu_cgs_get_firmware_info() 270 ((adev->pdev->revision == 0x81) || in amdgpu_cgs_get_firmware_info() 271 (adev->pdev->revision == 0x83))) || in amdgpu_cgs_get_firmware_info() 273 ((adev->pdev->revision == 0x83) || in amdgpu_cgs_get_firmware_info() 274 (adev->pdev->revision == 0x87))) || in amdgpu_cgs_get_firmware_info() 317 if ((adev->pdev->revision == 0x80) || in amdgpu_cgs_get_firmware_info() 318 (adev->pdev->revision == 0x81) || in amdgpu_cgs_get_firmware_info() 327 if (adev->pdev->revision == 0x80) { in amdgpu_cgs_get_firmware_info() 399 ((adev->pdev->revision == 0xc0) || in amdgpu_cgs_get_firmware_info() 400 (adev->pdev->revision == 0xc1) || in amdgpu_cgs_get_firmware_info() [all …]
|
/openbsd/usr.bin/patch/ |
H A D | inp.c | 249 if (revision != NULL) { in plan_a() 255 revision); in plan_a() 259 revision); in plan_a() 263 revision); in plan_a() 269 revision); in plan_a() 313 if (revision != NULL) { in plan_b() 319 revision); in plan_b() 323 revision); in plan_b() 327 revision); in plan_b() 333 revision); in plan_b() [all …]
|
/openbsd/gnu/llvm/clang/tools/clang-format/ |
H A D | git-clang-format | 182 revision = old_tree 185 revision = '' 188 revision = None 190 revision, 414 def run_clang_format_and_save_to_tree(changed_lines, revision=None, argument 421 env = os.environ.copy() if revision == '' else None 429 if revision is not None: 430 if len(revision) > 0: 447 revision=revision, 475 def clang_format_to_blob(filename, line_ranges, revision=None, argument [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/osf-share/ |
H A D | cma_attr.h | 180 _int_att_->cache[cma__c_obj_tcb].revision++; \ 181 _int_att_->cache[cma__c_obj_stack].revision++; \ 252 _int_att_->cache[cma__c_obj_tcb].revision++; \ 253 _int_att_->cache[cma__c_obj_stack].revision++; \ 299 cma_t_natural revision; /* Revisions */ member
|
/openbsd/gnu/llvm/llvm/utils/docker/scripts/ |
H A D | checkout.sh | 23 -r|--revision git revision to checkout 24 -c|--cherrypick revision to cherry-pick. Can be specified multiple times. 37 -r|--revision)
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | versnum | 1 /define PERL_REVISION/ {revision = $3} 6 printf "p9pvers = %d.%d\n", revision, version> "buildinfo"; 8 printf "p9pvers = %d.%d.%d\n" , revision, version, subvers> "buildinfo";
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-3 | 184 Specifying what to tag by date or revision 200 revision is found, use the most recent revision (instead of 437 revision - it's often useful to split a branch off an old revision (for 442 than just a symbolic revision name). Note that the numeric revision 637 Consider this revision tree: 718 the first revision to the second revision. For example, in this case 766 new revision: 1.3; previous revision: 1.2 840 retrieving revision 1.1 841 retrieving revision 1.1.2.1 866 retrieving revision 1.1 [all …]
|
H A D | cvs.info-6 | 46 to a specific revision on a branch. 188 with the revision it was based on. With one `-r', that revision 323 revision (instead of ignoring the file). 335 Use revision TAG. 496 searched for the revision or tag. 666 revision (the latest revision on the trunk), all symbolic names (tags) 667 and some other things. For each revision, the revision number, the 775 The latest revision in BRANCH. 864 Use revision TAG. 1071 revision is found, retrieve the most recent revision (instead of [all …]
|
/openbsd/regress/usr.bin/rcs/ |
H A D | rlog-rflag2.out | 14 revision 1.3 18 revision 1.2 22 revision 1.1
|
H A D | rcsdiff-rflag.out | 3 another revision 5 +a third revision
|
H A D | rlog-rflag3.out | 14 revision 1.3 18 revision 1.2
|
/openbsd/gnu/gcc/intl/ |
H A D | explodename.c | 54 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument 63 const char **revision; 75 *revision = NULL; 171 *revision = ++cp;
|
H A D | l10nflist.c | 189 sponsor, revision, filename, do_allocate) in _nl_make_l10nflist() argument 201 const char *revision; 237 ? strlen (revision) + 1 : 0)) : 0) 290 cp = stpcpy (cp, revision); 377 sponsor, revision, filename, 1); 384 sponsor, revision, filename, 1);
|
H A D | finddomain.c | 64 const char *revision; local 142 &sponsor, &revision); 149 sponsor, revision, domainname, 1);
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | explodename.c | 48 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument 57 const char **revision; 69 *revision = NULL; 167 *revision = ++cp;
|
H A D | finddomain.c | 87 const char *revision; local 165 &sponsor, &revision); 172 sponsor, revision, domainname, 1);
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | explodename.c | 48 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument 57 const char **revision; 69 *revision = NULL; 167 *revision = ++cp;
|
H A D | finddomain.c | 87 const char *revision; local 165 &sponsor, &revision); 172 sponsor, revision, domainname, 1);
|
/openbsd/gnu/usr.bin/gcc/gcc/intl/ |
H A D | explodename.c | 54 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument 63 const char **revision; 75 *revision = NULL; 171 *revision = ++cp;
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | ver.t | 207 my ($revision,$version,$subversion) = split /\./, sprintf("%vd",$^V); 210 $revision =~ s/^v//; 212 print "# revision = '$revision'\n"; 216 my $v = sprintf("%d.%.3d%.3d",$revision,$version,$subversion); 223 $v = $revision + $version/1000 + $subversion/1000000;
|
/openbsd/sys/dev/pci/drm/amd/display/dc/bios/ |
H A D | bios_parser2.c | 1756 switch (revision.major) { in bios_parser_get_firmware_info() 1859 if (revision.minor == 2) { in get_firmware_info_v3_2() 1888 if (revision.minor == 2) in get_firmware_info_v3_2() 1899 if (revision.minor == 2) in get_firmware_info_v3_2() 1947 switch (revision.major) { in get_firmware_info_v3_4() 1949 switch (revision.minor) { in get_firmware_info_v3_4() 2007 switch (revision.major) { in get_firmware_info_v3_4() 2009 switch (revision.minor) { in get_firmware_info_v3_4() 2026 switch (revision.minor) { in get_firmware_info_v3_4() 2950 switch (revision.major) { in construct_integrated_info() [all …]
|
/openbsd/gnu/usr.bin/texinfo/intl/ |
H A D | explodename.c | 56 const char **sponsor, const char **revision) in _nl_explode_name() argument 68 *revision = NULL; in _nl_explode_name() 164 *revision = ++cp; in _nl_explode_name()
|
H A D | finddomain.c | 61 const char *revision; in _nl_find_domain() local 139 &sponsor, &revision); in _nl_find_domain() 146 sponsor, revision, domainname, 1); in _nl_find_domain()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GitBisecting.rst | 8 ``git bisect`` is a useful tool for finding which revision caused a bug. 29 git will check out a revision in between. Try to reproduce your problem at 30 that revision, and run ``git bisect good`` or ``git bisect bad``. 53 directory that makes clang crash at trunk, but it worked fine at revision 59 # revision to be skipped 100 merged, at every revision at ``C`` or earlier, *only* the ``mlir/`` directory 119 listed twice because git ranges exclude the revision listed on the left,
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | GenerateVersionFromVCS.cmake | 23 get_source_info("${path}" revision repository) 25 if(revision) 27 "#define ${name}_REVISION \"${revision}\"\n")
|