HomeSort by relevance Sort by last modified time
    Searched full:_size (Results 176 - 200 of 761) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 224 template<typename _IIter, typename _Size, typename _OIter>
226 copy_n(_IIter, _Size, _OIter);
244 template<typename _OIter, typename _Size, typename _Tp>
246 fill_n(_OIter, _Size, const _Tp&);
645 template<typename _OIter, typename _Size, typename _Generator>
647 generate_n(_OIter, _Size, _Generator);
739 template<typename _FIter, typename _Size, typename _Tp>
741 search_n(_FIter, _FIter, _Size, const _Tp&);
743 template<typename _FIter, typename _Size, typename _Tp,
746 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 77 template<typename _InputIterator, typename _Size, typename _OutputIterator>
79 __copy_n(_InputIterator __first, _Size __count,
92 template<typename _RAIterator, typename _Size, typename _OutputIterator>
94 __copy_n(_RAIterator __first, _Size __count,
118 template<typename _InputIterator, typename _Size, typename _OutputIterator>
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
222 template<typename _InputIterator, typename _Tp, typename _Size>
226 _Size& __n)
240 template<typename _InputIterator, typename _Predicate, typename _Size>
244 _Size& __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 224 template<typename _IIter, typename _Size, typename _OIter>
226 copy_n(_IIter, _Size, _OIter);
244 template<typename _OIter, typename _Size, typename _Tp>
246 fill_n(_OIter, _Size, const _Tp&);
645 template<typename _OIter, typename _Size, typename _Generator>
647 generate_n(_OIter, _Size, _Generator);
739 template<typename _FIter, typename _Size, typename _Tp>
741 search_n(_FIter, _FIter, _Size, const _Tp&);
743 template<typename _FIter, typename _Size, typename _Tp,
746 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
algorithm 77 template<typename _InputIterator, typename _Size, typename _OutputIterator>
79 __copy_n(_InputIterator __first, _Size __count,
92 template<typename _RAIterator, typename _Size, typename _OutputIterator>
94 __copy_n(_RAIterator __first, _Size __count,
118 template<typename _InputIterator, typename _Size, typename _OutputIterator>
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
222 template<typename _InputIterator, typename _Tp, typename _Size>
226 _Size& __n)
240 template<typename _InputIterator, typename _Predicate, typename _Size>
244 _Size& __n
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action_row.java 19 if (_size <= 0 ) _size = terminal.number();
25 for (int i=0; i<_size; i++)
34 protected static int _size = 0; field in class:parse_action_row
37 public static int size() {return _size;}
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 41 _size = 0;
60 _size = 0;
212 if (minimumSize > _size) {
217 memcpy(newBuffer, _buffer, _size);
221 _size = minimumSize;
  /external/libopus/celt/
entenc.c 112 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size){
124 _this->storage=_size;
237 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size){
238 celt_assert(_this->offs+_this->end_offs<=_size);
239 OPUS_MOVE(_this->buf+_size-_this->end_offs,
241 _this->storage=_size;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 49 if (encoded_image_._size < encoded_image._size) {
52 encoded_image_._buffer = new uint8_t[encoded_image._size];
53 encoded_image_._size = encoded_image._size;
55 memcpy(encoded_image_._buffer, encoded_image._buffer, encoded_image._size);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 413 _size(0),
421 assert(_size.Value() == 0);
464 ++_size;
480 const int32_t totalItems = _size.Value();
492 --_size;
512 --_size;
udp_socket2_manager_win.h 80 {return _size.Value();}
90 Atomic32 _size; member in class:webrtc::test::IoContextPool
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wsetup.c 82 fp->_lbfsize = -fp->_bf._size;
84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
vasprintf.c 39 f._bf._size = f._w = 127; /* Leave room for the NUL */
setvbuf.c 110 fp->_bf._size = 1;
140 fp->_bf._size = size;
149 fp->_lbfsize = -fp->_bf._size;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
snprintf.c 84 f._bf._size = f._w = 0;
87 f._bf._size = f._w = (int)(n - 1);
vsnprintf.c 77 f._bf._size = f._w = 0;
80 f._bf._size = f._w = (int)(n - 1);
wsetup.c 102 fp->_lbfsize = -fp->_bf._size;
104 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
  /external/elfutils/tests/
md5-sha1-test.c 67 uint32_t result_buffer[(ALGO##_size + 3) / 4]; \
80 || memcmp (result, tests[I].ALGO##_expected, ALGO##_size) != 0) \
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
packet_manipulator_unittest.cc 38 image_._size = kPacketDataLength;
128 image_._size = kDataLength;
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 295 size_t _size; member in struct:NArchive::N7z::CInByte2
298 size_t GetRem() const { return _size - _pos; }
303 _size = size;
312 void SkipRem() { _pos = _size; }
  /external/parameter-framework/upstream/parameter/
BitParameterBlockType.h 59 size_t _size{0};
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
file_wrapper_input.h 51 off_t _size; member in class:FileWrapperInput
in_memory_wrapper_input.h 51 size_t _size; member in class:InMemoryWrapperInput
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
array 59 template<std::size_t _Size>
62 std::size_t size() { return _Size; }
68 template<std::size_t _Size>
71 bool empty() { return _Size == 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
array 59 template<std::size_t _Size>
62 std::size_t size() { return _Size; }
68 template<std::size_t _Size>
71 bool empty() { return _Size == 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
wchar_s.h 118 _CRTIMP errno_t __cdecl _wcsupr_s(wchar_t *_Str,size_t _Size);
119 _CRTIMP errno_t __cdecl _wcsupr_s_l(wchar_t *_Str,size_t _Size,_locale_t _Locale);
162 _CRTIMP errno_t __cdecl wcsrtombs_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,const wchar_t **_Src,size_t _Size,mbstate_t *_State);
163 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,wcsrtombs_s,size_t,_Retval,char,_Dst,const wchar_t**,_Src,size_t,_Size,mbstate_t,_State)

Completed in 1326 milliseconds

1 2 3 4 5 6 78 91011>>