HomeSort by relevance Sort by last modified time
    Searched refs:start (Results 326 - 350 of 18938) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
immexpr2.s 4 .uaquad end-start
9 start: label
ptext32-noexp-1.d 10 [0]+ <start>:
11 [ ]+0:[ ]+e8000250[ ]+pta/l 0 <start>,tr5
13 [ ]+4:[ ]+e8000640[ ]+pta/l 8 <start\+0x8>,tr4
15 [ ]+8:[ ]+ec000630[ ]+ptb/l c <start\+0xc>,tr3
17 [ ]+c:[ ]+e8000050[ ]+pta/u c <start\+0xc>,tr5
19 [ ]+10:[ ]+e8000440[ ]+pta/u 14 <start\+0x14>,tr4
21 [ ]+14:[ ]+ec000430[ ]+ptb/u 18 <start\+0x18>,tr3
ptext64-noexp-1.d 10 [0]+ <start>:
11 [ ]+0:[ ]+e8000250[ ]+pta/l 0 <start>,tr5
13 [ ]+4:[ ]+e8000640[ ]+pta/l 8 <start\+0x8>,tr4
15 [ ]+8:[ ]+ec000630[ ]+ptb/l c <start\+0xc>,tr3
17 [ ]+c:[ ]+e8000050[ ]+pta/u c <start\+0xc>,tr5
19 [ ]+10:[ ]+e8000440[ ]+pta/u 14 <start\+0x14>,tr4
21 [ ]+14:[ ]+ec000430[ ]+ptb/u 18 <start\+0x18>,tr3
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
comm-data4.s 7 .globl start
12 start: label
comm-data5.s 7 .globl start
12 start: label
fini0.s 2 .global start /* Used by SH targets. */
3 start: label
foo0.s 2 .global start /* Used by SH targets. */
3 start: label
init0.s 2 .global start /* Used by SH targets. */
3 start: label
linkonce1b.s 2 .globl start
7 start: label
loadaddr.s 3 .globl start
7 start: label
tbss2.s 2 .globl start
7 start: label
tbss3.s 2 .globl start
7 start: label
tdata2.s 2 .globl start
7 start: label
tls_gc.s 2 .globl start
7 start: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
jaloverflow-2.d 4 #ld: -Ttext=0x20000000 -e start
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
undef-1.d 2 #source: start.s
undef-1m.d 2 #source: start.s
undef-2.d 2 #source: start.s
undef-2m.d 2 #source: start.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
4.cc 18 void start() __asm__("start"); // some toolchains use this name.
29 void start () function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
crange-1.s 5 .global start
7 start: label
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 55 int start = 0; local
56 while (start < temp.length()
57 && (pos = temp.indexOf('.', start)) > start)
65 octet = Integer.parseInt(temp.substring(start, pos));
75 start = pos + 1;
137 int start = 0; local
138 while (start < temp.length()
139 && (pos = temp.indexOf(':', start)) >= start)
    [all...]
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ListChangeRegistry.java 44 callback.onItemRangeChanged(sender, listChanges.start, listChanges.count);
47 callback.onItemRangeInserted(sender, listChanges.start, listChanges.count);
50 callback.onItemRangeMoved(sender, listChanges.start, listChanges.to,
54 callback.onItemRangeRemoved(sender, listChanges.start, listChanges.count);
76 * @param start The index of the first changed element.
79 public void notifyChanged(ObservableList list, int start, int count) {
80 ListChanges listChanges = acquire(start, 0, count);
88 * @param start The index where the elements were inserted.
91 public void notifyInserted(ObservableList list, int start, int count) {
92 ListChanges listChanges = acquire(start, 0, count)
146 public int start; field in class:ListChangeRegistry.ListChanges
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Instances.java 53 int start = 0; local
55 while (start < end) {
56 int mid = start + ((end - start) / 2);
64 start = mid + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon4362
32 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop,
34 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
38 Py_ssize_t *start, Py_ssize_t *stop,

Completed in 275 milliseconds

<<11121314151617181920>>