Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_cgs.c259 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 Dinp.c249 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 Dgit-clang-format182 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 Dcma_attr.h180 _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 Dcheckout.sh23 -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 Dversnum1 /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 Dcvs.info-3184 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 Dcvs.info-646 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 Drlog-rflag2.out14 revision 1.3
18 revision 1.2
22 revision 1.1
H A Drcsdiff-rflag.out3 another revision
5 +a third revision
H A Drlog-rflag3.out14 revision 1.3
18 revision 1.2
/openbsd/gnu/gcc/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument
63 const char **revision;
75 *revision = NULL;
171 *revision = ++cp;
H A Dl10nflist.c189 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 Dfinddomain.c64 const char *revision; local
142 &sponsor, &revision);
149 sponsor, revision, domainname, 1);
/openbsd/gnu/usr.bin/binutils/intl/
H A Dexplodename.c48 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument
57 const char **revision;
69 *revision = NULL;
167 *revision = ++cp;
H A Dfinddomain.c87 const char *revision; local
165 &sponsor, &revision);
172 sponsor, revision, domainname, 1);
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dexplodename.c48 normalized_codeset, special, sponsor, revision) in _nl_explode_name() argument
57 const char **revision;
69 *revision = NULL;
167 *revision = ++cp;
H A Dfinddomain.c87 const char *revision; local
165 &sponsor, &revision);
172 sponsor, revision, domainname, 1);
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dexplodename.c54 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 Dver.t207 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 Dbios_parser2.c1756 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 Dexplodename.c56 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 Dfinddomain.c61 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 DGitBisecting.rst8 ``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 DGenerateVersionFromVCS.cmake23 get_source_info("${path}" revision repository)
25 if(revision)
27 "#define ${name}_REVISION \"${revision}\"\n")

12345678910>>...18