HomeSort by relevance Sort by last modified time
    Searched full:_size (Results 101 - 125 of 730) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 17 #define _WSPIAPI_STRCPY_S(_Dst,_Size,_Src) strcpy((_Dst),(_Src))
18 #define _WSPIAPI_STRCAT_S(_Dst,_Size,_Src) strcat((_Dst),(_Src))
19 #define _WSPIAPI_STRNCPY_S(_Dst,_Size,_Src,_Count) strncpy((_Dst),(_Src),(_Count)); (_Dst)[(_Size) - 1] = 0
20 #define _WSPIAPI_SPRINTF_S_1(_Dst,_Size,_Format,_Arg1) sprintf((_Dst),(_Format),(_Arg1))
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 58 fp->_bf._size = 1;
65 fp->_bf._size = 1;
70 fp->_bf._size = size;
  /external/bison/lib/
stdio-impl.h 36 struct { unsigned char *_base; int _size; } _bf; \
42 struct { unsigned char *_base; int _size; } _ub; \
46 struct { unsigned char *_base; int _size; } _lb; \
  /external/iputils/ninfod/
ninfod.h 104 size_t _size = (size); \
105 void *p = malloc(_size); \
106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 29 UInt64 _size; member in class:COutStreamWithHash
41 _size = 0;
46 UInt64 GetSize() const { return _size; }
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
EOLConvertingInputStream.java 72 * @param _size the size of the input stream (need not be exact)
75 public EOLConvertingInputStream(InputStream _in, int _size, Callback _callback) {
77 size = _size;
  /packages/services/Telephony/src/org/apache/james/mime4j/
EOLConvertingInputStream.java 72 * @param _size the size of the input stream (need not be exact)
75 public EOLConvertingInputStream(InputStream _in, int _size, Callback _callback) {
77 size = _size;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
carray.i 24 $1 = ($*1_type *)malloc( $1_size );
73 $1 = ($*1_type *)malloc( $1_size );
106 $1 = ($*1_type *)malloc( $1_size );
  /external/lzma/Java/SevenZip/
LzmaBench.java 143 int _size; field in class:LzmaBench.MyOutputStream
149 _size = _buffer.length;
159 if (_pos >= _size)
173 int _size; field in class:LzmaBench.MyInputStream
179 _size = size;
189 if (_pos >= _size)
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 34 template <typename _SIZE, typename _ENDIANNESS> class SizeAndEndianness {
36 typedef _SIZE SIZE;
  /external/skia/tools/
embed_resources.py 59 out('static const size_t resource{0:d}_size = {1:d};\n'
68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 150 template<typename _Tp, std::size_t _Size>
151 struct is_array<_Tp[_Size]>
358 template<typename _Tp, std::size_t _Size>
359 struct rank<_Tp[_Size]>
371 template<typename _Tp, unsigned _Uint, std::size_t _Size>
372 struct extent<_Tp[_Size], _Uint>
374 _Uint == 0 ? _Size : extent<_Tp,
449 template<typename _Tp, std::size_t _Size>
450 struct remove_extent<_Tp[_Size]>
462 template<typename _Tp, std::size_t _Size>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 150 template<typename _Tp, std::size_t _Size>
151 struct is_array<_Tp[_Size]>
358 template<typename _Tp, std::size_t _Size>
359 struct rank<_Tp[_Size]>
371 template<typename _Tp, unsigned _Uint, std::size_t _Size>
372 struct extent<_Tp[_Size], _Uint>
374 _Uint == 0 ? _Size : extent<_Tp,
449 template<typename _Tp, std::size_t _Size>
450 struct remove_extent<_Tp[_Size]>
462 template<typename _Tp, std::size_t _Size>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 150 template<typename _Tp, std::size_t _Size>
151 struct is_array<_Tp[_Size]>
358 template<typename _Tp, std::size_t _Size>
359 struct rank<_Tp[_Size]>
371 template<typename _Tp, unsigned _Uint, std::size_t _Size>
372 struct extent<_Tp[_Size], _Uint>
374 _Uint == 0 ? _Size : extent<_Tp,
449 template<typename _Tp, std::size_t _Size>
450 struct remove_extent<_Tp[_Size]>
462 template<typename _Tp, std::size_t _Size>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
type_traits 150 template<typename _Tp, std::size_t _Size>
151 struct is_array<_Tp[_Size]>
358 template<typename _Tp, std::size_t _Size>
359 struct rank<_Tp[_Size]>
371 template<typename _Tp, unsigned _Uint, std::size_t _Size>
372 struct extent<_Tp[_Size], _Uint>
374 _Uint == 0 ? _Size : extent<_Tp,
449 template<typename _Tp, std::size_t _Size>
450 struct remove_extent<_Tp[_Size]>
462 template<typename _Tp, std::size_t _Size>
    [all...]
  /external/libcxx/include/
memory     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 118 AutoBuffer(size_t _size);
128 //! allocates the new buffer of size _size. if the _size is small enough, stack-allocated buffer is used
129 void allocate(size_t _size);
133 void resize(size_t _size);
773 AutoBuffer<_Tp, fixed_size>::AutoBuffer(size_t _size)
777 allocate(_size);
808 AutoBuffer<_Tp, fixed_size>::allocate(size_t _size)
810 if(_size <= sz)
812 sz = _size;
    [all...]
  /external/libopus/celt/
entenc.h 35 _size: The size of the buffer, in chars.*/
36 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size);
100 _size: The number of bytes in the new buffer.
103 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 281 size_t _size; member in struct:NArchive::N7z::CInByte2
284 size_t GetRem() const { return _size - _pos; }
289 _size = size;
298 void SkipRem() { _pos = _size; }
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 37 size_t _size; member in class:CGrowBuf
51 _size = newSize;
55 CGrowBuf(): _items(0), _size(0) {}
60 size_t Size() const { return _size; }
  /external/opencv/
WLNonFileByteStream.h 43 int _size; member in class:WLNonFileByteStream
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 57 _encodedImage._size = 0;
66 _encodedImage._size = newSize;
101 if (_encodedImage._size > req_length) {
106 _encodedImage._size = req_length;
  /frameworks/base/core/java/android/provider/
OpenableColumns.java 42 public static final String SIZE = "_size";
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
conio_s.h 18 errno_t __cdecl _cgets_s (char *_Buffer,size_t _Size,size_t *_SizeRead);

Completed in 384 milliseconds

1 2 3 45 6 7 8 91011>>