HomeSort by relevance Sort by last modified time
    Searched refs:rev (Results 126 - 150 of 414) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/bench/
check_bench_regressions.py 207 rev = None # git commit hash or svn revision number
221 rev = value
229 if directory is None or bot is None or rev is None:
235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb.s 18 rev r2, r3
21 @ CHECK: rev r2, r3 @ encoding: [0x1a,0xba]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
thumb.s 18 rev r2, r3
21 @ CHECK: rev r2, r3 @ encoding: [0x1a,0xba]
  /external/u-boot/arch/nds32/lib/
bootm.c 223 u32 rev = 0; local
226 rev = get_board_rev();
229 params->u.revision.rev = rev;
  /external/u-boot/board/ti/common/
board_detect.h 219 * @rev: Revision of the board
231 int ti_i2c_eeprom_am_set(const char *name, const char *rev);
  /external/u-boot/include/linux/mtd/
omap_elm.h 58 u32 rev; /* 0x000 */ member in struct:elm
  /external/u-boot/scripts/
objdiff 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
76 CMT="`git rev-parse --short HEAD`"
97 SRC="`git rev-parse --short HEAD^`"
98 DST="`git rev-parse --short HEAD`"
100 SRC="`git rev-parse --short $1`"
101 DST="`git rev-parse --short $2`"
133 CMT="`git rev-parse --short $1`"
  /external/u-boot/drivers/usb/eth/
mcs7830.c 340 * currently, only "rev C and higher" and "below rev C" are needed, so
341 * the return value is #1 for "below rev C", and #2 for "rev C and above"
347 int rev; local
349 /* register 22 is readable in rev C and higher */
352 rev = 1;
354 rev = 2;
355 debug("%s() rc=%d, rev=%d\n", __func__, rc, rev);
369 int rev; local
    [all...]
  /external/tcpdump/
print-tcp.c 173 register int rev; local
251 rev = 0;
262 rev = 1;
265 rev = 1;
267 if (rev) {
293 if (rev)
298 if (rev)
313 rev = 1;
316 rev = 1;
318 if (rev) {
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 136 rev data1, data1
137 rev data2, data2
string_copy.S 132 rev has_nul1, has_nul1
166 rev has_nul2, has_nul2
strnlen.S 125 rev data2, data2
131 rev has_nul2, has_nul2
  /external/libcap/contrib/
pcaps4convenience 180 echo "Usage: pcaps4convenience [con(vert)|rev(ert)|help]"
183 echo " rev|revert - from POSIX Capabilities back to setui0"
196 rev|revert)
pcaps4suid0 198 echo "Usage: pcaps4suid0 [con(vert)|rev(ert)|help]"
201 echo " rev|revert - from POSIX Capabilities back to setui0"
214 rev|revert)
  /external/tensorflow/tensorflow/tools/ci_build/builds/
print_build_info.sh 67 TF_HEAD=$(git rev-parse HEAD)
  /external/u-boot/board/CarMediaLab/flea3/
flea3.c 197 int rev = 0; local
199 return (get_cpu_rev() & ~(0xF << 8)) | (rev & 0xF) << 8;
  /external/u-boot/board/woodburn/
woodburn.c 247 int rev = 0; local
249 return (get_cpu_rev() & ~(0xF << 8)) | (rev & 0xF) << 8;
  /external/u-boot/include/faraday/
ftsdc010.h 35 unsigned int rev; /* 0x48 - revision reg */ member in struct:ftsdc010_mmc
45 unsigned int rev; /* 0xa0 - revision reg */ member in struct:ftsdc010_mmc
  /development/build/tools/
mk_sdk_repo_xml.sh 110 Platform.MinToolsRev min-tools-rev 1
111 Platform.MinPlatformToolsRev min-platform-tools-rev 3
180 @ min-tools-rev
181 @ min-platform-tools-rev
251 local REV
268 REV=$3
270 if [[ $REV =~ ([ras0-9:,]+,)?$S:([0-9])(,.*)? ]]; then
271 # Per-schema type min-XSD revision. Format is "[<type>:rev],*]
273 REV="${BASH_REMATCH[2]}"
276 if [[ ( $REV =~ ^[0-9]+ && $XSD_VERSION -ge $REV ) || $XSD_VERSION == $REV ]]; the
    [all...]
  /external/libnl/
configure.ac 17 m4_define([libnl_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
  /external/libopus/celt/mips/
mdct_mipsr1.h 215 int rev; local
217 rev = *bitrev++;
221 yp[2*rev+1] = yr;
222 yp[2*rev] = yi;
  /external/u-boot/arch/arm/lib/
bootm.c 199 u32 rev = 0; local
201 rev = get_board_rev();
204 params->u.revision.rev = rev;
  /external/u-boot/arch/x86/include/asm/fsp/
fsp_fv.h 115 u8 rev; member in struct:fv_header
  /external/u-boot/arch/x86/include/asm/
sfi.h 42 u8 rev; member in struct:sfi_table_header
  /external/u-boot/drivers/rtc/
ftrtc010.c 30 unsigned int rev; /* 0x3c */ member in struct:ftrtc010

Completed in 612 milliseconds

1 2 3 4 56 7 8 91011>>