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

1 2 3 4 5 6 7 8

  /external/libcxx/src/
valarray.cpp 41 for (size_t __j = __i + 1; __j != __indices.size(); ++__j)
42 __1d_[__k] -= __stride_[__j] * (__size_[__j] - 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
valarray.cpp 41 for (size_t __j = __i + 1; __j != __indices.size(); ++__j)
42 __1d_[__k] -= __stride_[__j] * (__size_[__j] - 1);
  /external/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 93 for ( size_t __j = 0; __j < sizeof(_WordT); __j++ ) {
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
130 for ( size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); ++__j ) {
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
147 for ( size_t __j = 0; __j < sizeof(_WordT); ++__j )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
search.h 60 for (_DifferenceType __j = 2; __j <= __length; __j++)
62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1]))
64 __off[__j] = ++__k;
multiseq_selection.h 217 _SeqNumber __j;
218 for (__j = 0;
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
220 ++__j)
221 __a[__sample[__j].second] += __n + 1;
222 for (; __j < __m; __j++)
223 __b[__sample[__j].second] -= __n + 1;
470 _SeqNumber __j;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
search.h 60 for (_DifferenceType __j = 2; __j <= __length; __j++)
62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1]))
64 __off[__j] = ++__k;
multiseq_selection.h 217 _SeqNumber __j;
218 for (__j = 0;
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
220 ++__j)
221 __a[__sample[__j].second] += __n + 1;
222 for (; __j < __m; __j++)
223 __b[__sample[__j].second] -= __n + 1;
470 _SeqNumber __j;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
search.h 60 for (_DifferenceType __j = 2; __j <= __length; __j++)
62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1]))
64 __off[__j] = ++__k;
multiseq_selection.h 217 _SeqNumber __j;
218 for (__j = 0;
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
220 ++__j)
221 __a[__sample[__j].second] += __n + 1;
222 for (; __j < __m; __j++)
223 __b[__sample[__j].second] -= __n + 1;
470 _SeqNumber __j;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
search.h 60 for (_DifferenceType __j = 2; __j <= __length; __j++)
62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1]))
64 __off[__j] = ++__k;
multiseq_selection.h 217 _SeqNumber __j;
218 for (__j = 0;
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
220 ++__j)
221 __a[__sample[__j].second] += __n + 1;
222 for (; __j < __m; __j++)
223 __b[__sample[__j].second] -= __n + 1;
470 _SeqNumber __j;
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-double-vote-fuzz.js 78 code += "for (var __j = 0; __j < 100; ++__j) {\n";
79 code += " result += foo({}, __j, __j + 1);\n";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_grep_matcher.h 58 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
88 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
92 if (__j == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.h 64 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
94 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
98 if (__j == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_grep_matcher.h 64 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
94 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
98 if (__j == 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 58 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
88 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
92 if (__j == 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 58 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
88 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
92 if (__j == 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 58 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
88 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
92 if (__j == 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 58 _M_set_pos(int __i, int __j, const _PatternCursor& __pc);
88 _M_set_pos(int __i, int __j, const _PatternCursor& __pc)
92 if (__j == 0)

Completed in 1321 milliseconds

1 2 3 4 5 6 7 8