HomeSort by relevance Sort by last modified time
    Searched full:__limit (Results 1 - 25 of 60) sorted by null

1 2 3

  /bionic/libc/include/sys/
resource.h 45 int getrlimit(int __resource, struct rlimit* __limit);
46 int setrlimit(int __resource, const struct rlimit* __limit);
48 int getrlimit64(int __resource, struct rlimit64* __limit) __INTRODUCED_IN(21);
49 int setrlimit64(int __resource, const struct rlimit64* __limit) __INTRODUCED_IN(21);
  /external/libcxx/include/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__std_stream 28 static const int __limit = 8;
85 if (__encoding_ > __limit)
117 char __extbuf[__limit];
192 char __extbuf[__limit];
263 char __extbuf[__limit];
328 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__std_stream 28 static const int __limit = 8;
85 if (__encoding_ > __limit)
117 char __extbuf[__limit];
192 char __extbuf[__limit];
263 char __extbuf[__limit];
328 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
__std_stream 30 static const int __limit = 8;
87 if (__encoding_ > __limit)
119 char __extbuf[__limit];
194 char __extbuf[__limit];
265 char __extbuf[__limit];
330 char __extbuf[__limit];
  /frameworks/native/services/vr/performanced/
stdio_filebuf.h 80 static const int __limit = 8; member in class:android::dvr::stdio_filebuf
102 if (__encoding_ > __limit)
127 char __extbuf[__limit];
191 char __extbuf[__limit];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
functional 363 operator()(unsigned int __limit)
368 return _M_table[_M_index1] % __limit;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
functional 363 operator()(unsigned int __limit)
368 return _M_table[_M_index1] % __limit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
bitset 268 const size_t __limit = _Nw - __wshift - 1;
271 for (size_t __n = 0; __n <= __limit; ++__n)
277 for (size_t __n = 0; __n < __limit; ++__n)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
283 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
dynamic_bitset 402 const size_t __limit = this->_M_w.size() - __wshift - 1;
405 for (size_t __n = 0; __n <= __limit; ++__n)
411 for (size_t __n = 0; __n < __limit; ++__n)
414 this->_M_w[__limit] = this->_M_w[_M_w.size()-1] >> __offset;
417 ////std::fill(this->_M_w.begin() + __limit + 1, this->_M_w.end(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
bitset 268 const size_t __limit = _Nw - __wshift - 1;
271 for (size_t __n = 0; __n <= __limit; ++__n)
277 for (size_t __n = 0; __n < __limit; ++__n)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
283 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
dynamic_bitset 402 const size_t __limit = this->_M_w.size() - __wshift - 1;
405 for (size_t __n = 0; __n <= __limit; ++__n)
411 for (size_t __n = 0; __n < __limit; ++__n)
414 this->_M_w[__limit] = this->_M_w[_M_w.size()-1] >> __offset;
417 ////std::fill(this->_M_w.begin() + __limit + 1, this->_M_w.end(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 655 const streamsize __limit = std::min(__chunk, __bufavail);
656 if (__n >= __limit)

Completed in 1941 milliseconds

1 2 3