HomeSort by relevance Sort by last modified time
    Searched refs:n2 (Results 426 - 450 of 1010) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 789 input: strings.Repeat("0", 1024) + "1\n2\n3\n" + strings.Repeat("\x00", 506),
793 input: strings.Repeat("0", 1024) + "1\n2\n\n" + strings.Repeat("\x00", 509),
797 input: strings.Repeat("0", 1024) + "1\n2\n" + strings.Repeat("\x00", 508),
801 input: "-1\n2\n\n" + strings.Repeat("\x00", 506),
805 input: "1\nk\n2\n" + strings.Repeat("\x00", 506),
809 input: "100\n1\n2\n3\n4\n" + strings.Repeat("54321\n0000000000000012345\n", 98) + strings.Repeat("\x00", 512),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go     [all...]
esc.go 744 for _, n2 := range n.List.Slice() {
748 if n2.Rlist.Len() != 0 {
749 e.escassignWhyWhere(n2.Rlist.First(), n.Left.Right, "switch case", n)
902 for _, n2 := range n.List.Slice() {
903 if n2.Op == OKEY {
904 n2 = n2.Right
906 e.escassign(n, n2, e.stepAssignWhere(n, n2, "array literal element", n))
913 for _, n2 := range n.List.Slice()
    [all...]
closure.go 42 for _, n2 := range n.Rlist.Slice() {
43 name := n2.Left
47 ntype.Rlist.Append(nod(ODCLFIELD, name, n2.Right))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 744 for _, n2 := range n.List.Slice() {
748 if n2.Rlist.Len() != 0 {
749 e.escassignWhyWhere(n2.Rlist.First(), n.Left.Right, "switch case", n)
902 for _, n2 := range n.List.Slice() {
903 if n2.Op == OKEY {
904 n2 = n2.Right
906 e.escassign(n, n2, e.stepAssignWhere(n, n2, "array literal element", n))
913 for _, n2 := range n.List.Slice()
    [all...]
closure.go 42 for _, n2 := range n.Rlist.Slice() {
43 name := n2.Left
47 ntype.Rlist.Append(nod(ODCLFIELD, name, n2.Right))
  /external/eigen/Eigen/src/SVD/
BDCSVD.h 347 Index n2 = n - n1; local
349 Map<MatrixXr> A2(m_workspace.data()+ n1*n, n2, n);
361 if( (A.col(j).tail(n2).array()!=Literal(0)).any() )
363 A2.col(k2) = A.col(j).tail(n2);
370 A.bottomRows(n2).noalias() = A2.leftCols(k2) * B2.topRows(k2);
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 925 n2 = len(dct)
932 self.assertEqual(n2, 0)
958 n2 = len(dct)
961 self.assertGreaterEqual(n2, 0)
962 self.assertLessEqual(n2, n1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 921 n2 = len(dct)
924 self.assertEqual(n2, 0)
950 n2 = len(dct)
953 self.assertGreaterEqual(n2, 0)
954 self.assertLessEqual(n2, n1)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 921 n2 = len(dct)
924 self.assertEqual(n2, 0)
950 n2 = len(dct)
953 self.assertGreaterEqual(n2, 0)
954 self.assertLessEqual(n2, n1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 921 n2 = len(dct)
924 self.assertEqual(n2, 0)
950 n2 = len(dct)
953 self.assertGreaterEqual(n2, 0)
954 self.assertLessEqual(n2, n1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 921 n2 = len(dct)
924 self.assertEqual(n2, 0)
950 n2 = len(dct)
953 self.assertGreaterEqual(n2, 0)
954 self.assertLessEqual(n2, n1)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1170 int n1, n2, n3; local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 74 constexpr int n2 = const_cast<int&>(n1); member in namespace:ConstCast
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 505 unsigned n2 = RHS.getActiveBits();
508 if (n1 != n2)
537 unsigned n2 = RHS.getActiveBits();
540 if (n1 < n2)
544 if (n2 < n1)
548 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD)
552 unsigned topWord = whichWord(std::max(n1,n2)-1);
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 85 /* Compare the intervals [a1,a1+n1) and [a2,a2+n2). Return -1 if the
93 Addr a2, SizeT n2 ) {
97 UWord n2w = (UWord)n2;
206 Word i, r, n1, n2; local
208 n2 = VG_(sizeXA)( fb2s );
209 if (n1 < n2) return -1;
210 if (n1 > n2) return 1;
218 tl_assert(i == n1 && i == n2);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ssa.go 272 n2 := gc.Prog(x86.AXORL)
273 n2.From.Type = obj.TYPE_REG
274 n2.From.Reg = x86.REG_DX
275 n2.To.Type = obj.TYPE_REG
276 n2.To.Reg = x86.REG_DX
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 272 n2 := gc.Prog(x86.AXORL)
273 n2.From.Type = obj.TYPE_REG
274 n2.From.Reg = x86.REG_DX
275 n2.To.Type = obj.TYPE_REG
276 n2.To.Reg = x86.REG_DX
  /external/libxml2/
xpath.c 3820 xmlNodePtr n1, n2; local
3957 xmlNodePtr n1, n2; local
4072 xmlNodePtr n2; local
    [all...]
  /external/v8/tools/
profile.js 418 result.sort(function(n1, n2) {
419 return n2.ticks - n1.ticks || (n2.name < n1.name ? -1 : 1)
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 146 def getNonNumber (self, n1, n2):
149 if not n2.isdigit():
150 return n2
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 1042 UnicodeString n2 = nfkdNormalizer.normalize(other, status); local
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
size_size_pointer_size.pass.cpp 12 // int compare(size_type pos, size_type n1, const charT *s, size_type n2) const;
34 const typename S::value_type* str, typename S::size_type n2, int x)
37 assert(sign(s.compare(pos, n1, str, n2)) == sign(x));
43 s.compare(pos, n1, str, n2);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 361 n2 := n
362 for n2 > _FixedStack {
364 n2 >>= 1
457 n2 := n
458 for n2 > _FixedStack {
460 n2 >>= 1
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 361 n2 := n
362 for n2 > _FixedStack {
364 n2 >>= 1
457 n2 := n
458 for n2 > _FixedStack {
460 n2 >>= 1
    [all...]

Completed in 1211 milliseconds

<<11121314151617181920>>