Searched refs:rev (Results 1 - 25 of 509) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/rev/
H A DMakefile4 PROG= rev
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-recordfail7 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-checkfail8 REV=`${REG_IDS} -f index -t rev ${ID}`
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-recordfail7 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-checkfail8 REV=`${REG_IDS} -f index -t rev ${ID}`
/netbsd-current/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
H A DMakefile3 amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb \
/netbsd-current/sbin/mount_portal/examples/
H A Dcvs.sh.sh29 rev="-r`expr "$file" : '.*,\(.*\)' | sed 's/^-r//'`"
32 rev=""
34 cvs co -p $rev $file
/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Dsetrev.awk21 rev = "0.0"
25 if (revcmp($4, rev) > 0)
26 rev = $4
33 sub("\\\$Revision.*\\\$", "Revision " rev)
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsmerge.c126 "\nrcsmerge usage: rcsmerge -rrev1 [-rrev2] -ksubst -{pq}[rev] -Vn -xsuff -zzone file";
132 char const *rev[3], *xrev[3]; /*revision numbers*/ variable
144 edarg = rev[1] = rev[2] = 0;
165 if (!rev[1])
166 rev[1] = a;
167 else if (!rev[2])
168 rev[2] = a;
208 if (!rev[1]) faterror("no base revision number given");
229 if (!*rev[
[all...]
/netbsd-current/external/gpl2/dtc/dist/scripts/
H A Dsetlocalversion13 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
15 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Ddal_asic_id.h42 #define ASIC_REV_IS_BONAIRE_M(rev) \
43 ((rev >= CI_BONAIRE_M_A0) && (rev < CI_HAWAII_P_A0))
45 #define ASIC_REV_IS_HAWAII_P(rev) \
46 (rev >= CI_HAWAII_P_A0)
72 #define ASIC_REV_IS_KALINDI(rev) \
73 ((rev >= KB_KALINDI_A0) && (rev < KV_UNKNOWN))
75 #define ASIC_REV_IS_BHAVANI(rev) \
76 ((rev >
[all...]
/netbsd-current/common/lib/libc/arch/aarch64/gen/
H A Dbyte_swap_8.S41 rev x0, x0
H A Dbyte_swap_4.S41 rev w0, w0
/netbsd-current/sys/lib/libkern/arch/ia64/
H A Dbyte_swap_8.S43 mux1 r8=in0,@rev
H A Dbyte_swap_2.S42 mux1 r16=in0,@rev
H A Dbyte_swap_4.S42 mux1 r16=in0,@rev
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-undescr.sh10 h=$(git rev-parse --verify --quiet ${o:-origin}/releases/gcc-$r);
11 test -z $h && h=$(git rev-parse --verify --quiet ${o:-origin}/master);
13 git rev-parse --verify $h~$(expr $p - $n);
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-undescr.sh10 h=$(git rev-parse --verify --quiet ${o:-origin}/releases/gcc-$r);
11 test -z $h && h=$(git rev-parse --verify --quiet ${o:-origin}/master);
13 git rev-parse --verify $h~$(expr $p - $n);
/netbsd-current/sys/arch/evbmips/gdium/
H A Dbonito_mainbus.c71 pcireg_t rev; local
79 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
81 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
82 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
83 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
/netbsd-current/sys/arch/evbmips/loongson/
H A Dbonito_mainbus.c73 pcireg_t rev; local
93 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
96 " %s rev. %d.%d\n", BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
97 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
99 aprint_normal(": Memory and PCI-X controller, rev. %d\n",
100 PCI_REVISION(rev));
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs2vendor.sh87 # work on each rev of that file in ascending order
90 for rev in `cat $revfile`; do
92 case "$rev" in
94 newdate=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | sed -e 's~/~.~g' -e 's/:/./g' -e 's/;//' -e 's/^19//'`
99 symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ ]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s:1.1.1.1\n",$1)}'`
108 continue # skip first rev....
121 date=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s %s\n",$2,$3); exit}' | sed -e 's/;//'`
122 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
124 symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ ]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s\n",$1)}'`
126 rlog -r$rev
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dbswapdi2.S30 // before armv6 does not have "rev" instruction
31 // r2 = rev(r0)
36 // r0 = rev(r1)
42 rev r2, r0 // r2 = rev(r0)
43 rev r0, r1 // r0 = rev(r1)
45 mov r1, r2 // r1 = r2 = rev(r0)
/netbsd-current/external/lgpl3/mpfr/dist/
H A Dversion-ext.sh15 if [ "x`git rev-parse --is-inside-work-tree 2> /dev/null`" != xtrue ]; then
38 gitc=`git rev-list --count HEAD`
39 gith=`git rev-parse --short HEAD`
/netbsd-current/sys/arch/algor/dev/
H A Dbonito_mainbus.c81 pcireg_t rev; local
94 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
96 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
97 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
98 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dt_crl.c42 STACK_OF(X509_REVOKED) *rev;
73 rev = X509_CRL_get_REVOKED(x);
75 if (sk_X509_REVOKED_num(rev) > 0)
80 for (i = 0; i < sk_X509_REVOKED_num(rev); i++) {
81 r = sk_X509_REVOKED_value(rev, i);

Completed in 165 milliseconds

1234567891011>>