OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REV
(Results
1 - 10
of
10
) sorted by null
/external/llvm/utils/crosstool/
create-snapshots.sh
3
# Creates LLVM SVN snapshots: llvm-$
REV
.tar.bz2 and llvm-gcc-4.2-$
REV
.tar.bz2,
4
# where $
REV
is an SVN revision of LLVM. This is used for creating stable
8
# $0 [
REV
] -- grabs the revision $
REV
from SVN; if not specified, grabs the
20
readonly
REV
="${1:-$(getLatestRevisionFromSVN)}"
25
echo "Running: svn export -r ${
REV
} ${module}; log in ${log}"
26
svn -q export -r ${
REV
} ${LLVM_PROJECT_SVN}/${module}/trunk \
30
local tarball="${module}-${
REV
}.tar.bz2"
/external/qemu/distrib/zlib-1.2.3/
crc32.c
56
# define
REV
(w) (((w)>>24)+(((w)>>8)&0xff00)+ \
139
crc_table[4][n] =
REV
(c);
143
crc_table[k + 4][n] =
REV
(c);
310
c =
REV
((u4)crc);
334
return (unsigned long)(
REV
(c));
/external/zlib/
crc32.c
59
# define
REV
(w) ((((w)>>24)&0xff)+(((w)>>8)&0xff00)+ \
145
crc_table[4][n] =
REV
(c);
149
crc_table[k + 4][n] =
REV
(c);
317
c =
REV
((u4)crc);
341
return (unsigned long)(
REV
(c));
/development/build/tools/
mk_sdk_repo_xml.sh
105
Platform.MinToolsRev min-tools-
rev
1
106
Platform.MinPlatformToolsRev min-platform-tools-
rev
3
142
local
REV
152
REV
=$3
154
if [[ $VERSION -ge $
REV
]]; then
243
# - min-tools-
rev
platform sample
244
# - min-platform-tools-
rev
tool
/external/openssh/
buildpkg.sh.in
24
# revisions within the same version (
REV
=a)
25
#
REV
=
252
VERSION=$VERSION$
REV
659
echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$
REV
-$UNAME_S-$ARCH.pkg
670
echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$
REV
-$UNAME_S-$ARCH.pkg
/external/mdnsresponder/mDNSShared/
CommonServices.h
[
all
...]
/external/llvm/test/MC/ARM/
basic-thumb-instructions.s
445
@
REV
/REV16/REVSH
447
rev
r6, r3
451
@ CHECK:
rev
r6, r3 @ encoding: [0x1e,0xba]
basic-arm-instructions.s
[
all
...]
basic-thumb2-instructions.s
[
all
...]
/external/valgrind/main/none/tests/arm/
v6intARM.stdout.exp
[
all
...]
Completed in 456 milliseconds