HomeSort by relevance Sort by last modified time
    Searched refs:start3 (Results 1 - 21 of 21) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
pt-1.s 13 pta start3,tr4
15 start3: label
pt-2.s 18 pta start3,tr4
20 start3: label
pt-1.d 21 [ ]+18:[ ]+e8000a40[ ]+pta/l 20 <start3>,tr4
24 [0]+20 <start3>:
pt32-noexp-2.d 28 [ ]+4:[ ]+e8000a40[ ]+pta/l c <start3>,tr4
31 0+c <start3>:
32 [ ]+c:[ ]+e8000630[ ]+pta/l 10 <start3\+0x4>,tr3
pt64-noexp-2.d 28 [ ]+4:[ ]+e8000a40[ ]+pta/l c <start3>,tr4
31 0+c <start3>:
32 [ ]+c:[ ]+e8000630[ ]+pta/l 10 <start3\+0x4>,tr3
pt-noexp-1.d 22 [ ]+18:[ ]+e8000a40[ ]+pta/l 20 <start3>,tr4
25 [0]+20 <start3>:
pt64-32-1.d 22 [ ]+18:[ ]+e8000a40[ ]+pta/l 20 <start3>,tr4
25 [0]+20 <start3>:
pt32-1.d 30 [ ]+4:[ ]+e8000a40[ ]+pta/l c <start3>,tr4
33 0+c <start3>:
pt64-32-2.d 30 [ ]+4:[ ]+e8000a40[ ]+pta/l c <start3>,tr4
33 0+c <start3>:
rel-5.s 8 movi start3+4 - $,r30
21 start3: label
pt64-1.d 34 [ ]+4:[ ]+e8000a40[ ]+pta/l c <start3>,tr4
37 0+c <start3>:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-9m.d 1 #source: start3.s
bpo-11.d 1 #source: start3.s
bpo-9.d 1 #source: start3.s
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 129 final long start3 = System.currentTimeMillis() - USAGE_STATS_RANGE_ALLOWANCE; local
135 retryUntil(() -> hasEvent(usm.queryEvents(start3, end3),
138 assertFalse(hasEvent(usm.queryEvents(start3, end3),
  /external/scrypt/lib/crypto/
crypto_scrypt-neon-salsa208.h 58 uint32x4_t start3 = x4x9x14x3; local
66 uint32x4_t diag3 = start3;
104 x4x9x14x3 = diag3 + start3;
  /external/lz4/lib/
lz4hc.c 333 const BYTE* start3 = NULL; local
400 ml3 = LZ4HC_InsertAndGetWiderMatch(ctx, start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, maxNbAttempts);
413 if (start3 < ip+ml+3) { /* Not enough space for match 2 : remove it */
414 if (start3 >= (ip+ml)) { /* can write Seq1 immediately ==> Seq2 is removed, so Seq3 becomes Seq1 */
421 start2 = start3;
428 ip = start3;
438 start2 = start3;
469 start2 = start3;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
branch.s 9 startm32: ; start start2 start3
62 start3: label
branch.d 59 0+7f9a <start3>:
rd-branch-pic.d 60 0+7f9a <start3>:
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 222 button = (Button)findViewById(R.id.start3);

Completed in 259 milliseconds