/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
stdio.h | 76 int _size; member in struct:__sbuf 85 * _lbfsize is -_bf._size, else _lbfsize is 0 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
type_traits | 285 template<typename _Tp, std::size_t _Size> 286 struct is_array<_Tp[_Size]> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
type_traits | 285 template<typename _Tp, std::size_t _Size> 286 struct is_array<_Tp[_Size]> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
type_traits | 285 template<typename _Tp, std::size_t _Size> 286 struct is_array<_Tp[_Size]> [all...] |
/external/autotest/client/cros/ |
memory_bandwidth_logger.py | 72 self._size = size 79 self._size,
|
/external/libvorbis/doc/ |
06-floor0.tex | 122 \mathtt{floor0\_bark\_map\_size} - 1, 135 \mathrm{bark}\left(\frac{\mathtt{floor0\_rate} \cdot i}{2n}\right) \cdot \frac{\mathtt{floor0\_bark\_map\_size}} {\mathrm{bark}(.5 \cdot \mathtt{floor0\_rate})}
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/ |
vp8_impl_unittest.cc | 52 if (encoded_frame_->_size < encoded_frame._length) { 56 encoded_frame_->_size = encoded_frame._length;
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
Scanner.java | 73 final long _size; field in class:Scanner.TimeNSize 78 _size = size; 84 return (int)_lastModified^(int)_size; 93 return tns._lastModified==_lastModified && tns._size==_size; 101 return "[lm="+_lastModified+",s="+_size+"]";
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_size.py | 112 """Emit the body of the __gl*_size function using a pair 188 """Emit the body of the __gl*_size function using a 336 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\' 338 print '# define ALIAS(from,to) ALIAS2( from, __gl ## to ## _size )' 341 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\' 342 print ' { return __gl ## to ## _size( e ); }'
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_enum_field.cc | 348 "if (this->$name$_size() > 0) {\n" 357 "for (int i = 0; i < this->$name$_size(); i++) {\n"); 375 "if (this->$name$_size() > 0) {\n" 385 "for (int i = 0; i < this->$name$_size(); i++) {\n"); 405 "for (int i = 0; i < this->$name$_size(); i++) {\n" 422 "total_size += $tag_size$ * this->$name$_size() + data_size;\n");
|
cpp_string_field.cc | 586 " this->$name$(this->$name$_size() - 1).data(),\n" 587 " this->$name$(this->$name$_size() - 1).length(),\n" 596 "for (int i = 0; i < this->$name$_size(); i++) {\n"); 614 "for (int i = 0; i < this->$name$_size(); i++) {\n"); 632 "total_size += $tag_size$ * this->$name$_size();\n" 633 "for (int i = 0; i < this->$name$_size(); i++) {\n"
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
vp8_impl.cc | 434 encoded_images_[i]._size = 436 encoded_images_[i]._buffer = new uint8_t[encoded_images_[i]._size]; [all...] |
/bionic/libc/stdio/ |
stdio.cpp | 155 fp->_bf._size = 0; 160 fp->_lb._size = 0; 314 fp->_bf._size = 0; 317 _UB(fp)._size = 0; 320 fp->_lb._size = 0;
|
/frameworks/av/media/libstagefright/ |
avc_utils.cpp | 258 const uint8_t **_data, size_t *_size, 262 size_t size = *_size; 282 *_size = 2; 320 *_size = size - offset + 2; 323 *_size = 0;
|
/external/libunwind/src/coredump/ |
_UCD_create.c | 72 #define NOTE_FITS_IN(_hdr, _size) ((_size) >= sizeof (Elf32_Nhdr) && (_size) >= NOTE_SIZE (_hdr))
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 48 _CStr(__cstr), _Size(__size) {} 52 size_t size() const { return _Size; } 58 size_t _Size;
|
/prebuilts/misc/common/swig/include/2.0.11/java/ |
arrays_java.i | 152 %{ if ($input && JCALL1(GetArrayLength, jenv, $input) != $1_size) { 281 if (sz != $1_size) { 374 if ($input && JCALL1(GetArrayLength, jenv, $input) != $1_size) {
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 48 _CStr(__cstr), _Size(__size) {} 52 size_t size() const { return _Size; } 58 size_t _Size;
|
/external/libcxx/include/ |
algorithm | [all...] |