HomeSort by relevance Sort by last modified time
    Searched refs:successive (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
bad.l 8 [^:]*:16: Warning: a NOP might be needed here because of successive changes in interrupt state
10 [^:]*:25: Warning: a NOP might be needed here because of successive changes in interrupt state
12 [^:]*:29: Warning: a NOP might be needed here because of successive changes in interrupt state
13 [^:]*:31: Warning: a NOP might be needed here because of successive changes in interrupt state
14 [^:]*:32: Warning: a NOP might be needed here because of successive changes in interrupt state
15 [^:]*:33: Warning: a NOP might be needed here because of successive changes in interrupt state
16 [^:]*:34: Warning: a NOP might be needed here because of successive changes in interrupt state
bad.s 21 ;; Changing interrupt states in two successive instructions
  /prebuilts/go/darwin-x86/doc/play/
fib.go 6 // successive Fibonacci numbers.
  /prebuilts/go/linux-x86/doc/play/
fib.go 6 // successive Fibonacci numbers.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7153.go 7 // Issue 7153: array invalid index error duplicated on successive bad values
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7153.go 7 // Issue 7153: array invalid index error duplicated on successive bad values
  /frameworks/rs/tests/lldb/
config.py 42 will be forwarded to on the host. Each successive test will increment
51 Each successive test will increment onwards from this port.'''
  /external/eigen/lapack/
clacgv.f 59 *> The spacing between successive elements of X.
zlacgv.f 59 *> The spacing between successive elements of X.
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 59 // Scan scans text read from standard input, storing successive
60 // space-separated values into successive arguments. Newlines count
73 // Scanf scans text read from standard input, storing successive
74 // space-separated values into successive arguments as determined by
95 // Sscan scans the argument string, storing successive space-separated
96 // values into successive arguments. Newlines count as space. It
109 // Sscanf scans the argument string, storing successive space-separated
110 // values into successive arguments as determined by the format. It
117 // Fscan scans text read from r, storing successive space-separated
118 // values into successive arguments. Newlines count as space. I
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan.go 59 // Scan scans text read from standard input, storing successive
60 // space-separated values into successive arguments. Newlines count
73 // Scanf scans text read from standard input, storing successive
74 // space-separated values into successive arguments as determined by
95 // Sscan scans the argument string, storing successive space-separated
96 // values into successive arguments. Newlines count as space. It
109 // Sscanf scans the argument string, storing successive space-separated
110 // values into successive arguments as determined by the format. It
117 // Fscan scans text read from r, storing successive space-separated
118 // values into successive arguments. Newlines count as space. I
    [all...]
  /prebuilts/go/darwin-x86/src/math/
pow.go 123 // by multiplying in successive squarings
  /prebuilts/go/linux-x86/src/math/
pow.go 123 // by multiplying in successive squarings
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 29 // If 'All' is present, the routine matches successive non-overlapping
31 // match are ignored. The return value is a slice containing the successive
40 // successive submatches of the expression. Submatches are matches of
979 // FindAll is the 'All' version of Find; it returns a slice of all successive
998 // successive matches of the expression, as defined by the 'All' description
1016 // successive matches of the expression, as defined by the 'All' description
1034 // slice of all successive matches of the expression, as defined by the 'All'
1052 // of all successive matches of the expression, as defined by the 'All'
1076 // a slice of all successive matches of the expression, as defined by th
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 29 // If 'All' is present, the routine matches successive non-overlapping
31 // match are ignored. The return value is a slice containing the successive
40 // successive submatches of the expression. Submatches are matches of
979 // FindAll is the 'All' version of Find; it returns a slice of all successive
998 // successive matches of the expression, as defined by the 'All' description
1016 // successive matches of the expression, as defined by the 'All' description
1034 // slice of all successive matches of the expression, as defined by the 'All'
1052 // of all successive matches of the expression, as defined by the 'All'
1076 // a slice of all successive matches of the expression, as defined by th
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 112 // ah and al are the successive approximation high and low values.
120 // order. Successive approximation is when not all of the bits of a
141 return FormatError("bad successive approximation values")
333 // refine decodes a successive approximation refinement block, as specified in
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 112 // ah and al are the successive approximation high and low values.
120 // order. Successive approximation is when not all of the bits of a
141 return FormatError("bad successive approximation values")
333 // refine decodes a successive approximation refinement block, as specified in
  /external/ltp/testcases/realtime/
00_Descriptions.txt 86 is locked as well. It makes successive calls to the gettimeofday() function
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 29 // Identify and sort runs of specs on successive lines.
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 102 otherwise, dot is set to the successive elements of the array,
110 T0 is executed; otherwise, dot is set to the successive elements
245 successive elements of the iteration. Also, a "range" may declare two
250 in which case $index and $element are set to the successive values of the
  /prebuilts/go/linux-x86/src/go/ast/
import.go 29 // Identify and sort runs of specs on successive lines.
  /prebuilts/go/linux-x86/src/text/template/
doc.go 102 otherwise, dot is set to the successive elements of the array,
110 T0 is executed; otherwise, dot is set to the successive elements
245 successive elements of the iteration. Also, a "range" may declare two
250 in which case $index and $element are set to the successive values of the
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 208 // in successive order. Otherwise, at most n matches are returned and
209 // they may not be successive. The result is nil if there are no matches,
  /prebuilts/go/darwin-x86/test/chan/
select5.go 105 // successive calls to checkorder have increasing o values.
422 // On successive runs through the logic, choose(n)
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 208 // in successive order. Otherwise, at most n matches are returned and
209 // they may not be successive. The result is nil if there are no matches,

Completed in 616 milliseconds

1 2 3 4