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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/video_coding/
frame_buffer.cc 109 if (requiredSizeBytes >= _size) {
114 const uint32_t newSize = _size + increments * kBufferIncStepSizeBytes;
  /external/webrtc/webrtc/
video_frame.h 178 : _buffer(buffer), _length(length), _size(size) {}
201 size_t _size; member in class:webrtc::EncodedImage
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 109 // symbol: _size
111 "_binary_" + mangled_name + "_size",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 448 void *__cdecl malloc(size_t _Size);
450 _CRTIMP void *__cdecl _recalloc(void *_Memory,size_t _Count,size_t _Size);
458 _CRTIMP void *__cdecl _aligned_malloc(size_t _Size,size_t _Alignment);
462 _CRTIMP void *__cdecl _aligned_offset_malloc(size_t _Size,size_t _Alignment,size_t _Offset);
463 _CRTIMP void *__cdecl _aligned_realloc(void *_Memory,size_t _Size,size_t _Alignment);
464 _CRTIMP void *__cdecl _aligned_recalloc(void *_Memory,size_t _Count,size_t _Size,size_t _Alignment);
465 _CRTIMP void *__cdecl _aligned_offset_realloc(void *_Memory,size_t _Size,size_t _Alignment,size_t _Offset);
466 _CRTIMP void *__cdecl _aligned_offset_recalloc(void *_Memory,size_t _Count,size_t _Size,size_t _Alignment,size_t _Offset);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcov.a 72 ?? ? $@w? ?(???  ???(pD?  ????? $?H? ?(0`?  ??(?H?  ???(?? ?  ???(??? ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcov.cqintsize_t?long unsigned intcharsigned charunsigned charshort int__uint16_t+?short unsigned int__int32_t,v__uint32_t- unsigned int__int64_t.Along long intlong long unsigned intlong int__darwin_time_tvl??x__darwin_blkcnt_t^0__darwin_blksize_t_?__darwin_dev_t`?__darwin_gid_tc__darwin_ino_ti__darwin_mode_tm?__darwin_off_tn0__darwin_pid_to?__darwin_uid_t?off_tK0fpos_tW0__sbufb? _basec?# _sizedv#
560 __debug_aranges__DWARF? - ? __debug_macinfo__DWARF?M __debug_line__DWARF??M ? __debug_loc__DWARF?? __debug_pubnames__DWARF='? __debug_pubtypes__DWARFd?? __debug_inlined__DWARF { __debug_str__DWARF { __debug_ranges__DWARF# ? __jump_table__IMPORT# ? ?? < PU??WVS?? ?]?E ??t(fD??3?{????3?{???M u?? [^_??????| ?(C? ???$GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcov.cCintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned int__int64_t.?long long intlong long unsigned intlong int__darwin_off_tn?fpos_tW:__sbufb?_basec?#_sizedv#?__sFILEX??_p??#_r?v#_w?v#_flags??# _file??#_bf?^#_lbfsize?v#_cookie?8#_close??# _read?#$_seek?8#(_write?c#,_ub?^#0_extra?t#8_ur?v#<_ubuf?z#@_nbuf??#C_lb?^#D_blksize?v#L_offset?P#P v?
649 ??Dl@ PhU??WVS??,?}??????e ??U????E????9?vi?E?U??W+_w ?_?w ?E??U?GW?E?U?9U?tT???? ?E?U??? ?É??? ?E??U?U?3W?E?3 ?t?G?W 9?}?)??G?W ?D_w ??,[^_??????| ?(?? ???{GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcov.c?intlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned int__int64_t.?long long intlong long unsigned intlong int__darwin_off_tn?fpos_tW:__sbufb?_basec?#_sizedv#?__sFILEX??_p??#_r?v#_w?v#_flags??# _file??#_bf?^#_lbfsize?v#_cookie?8#_close??# _read?#$_seek?8#(_write?c#,_ub?^#0_extra?t#8_ur?v#<_ubuf?z#@_nbuf??#C_lb?^#D_blksize?v#L_offset?P#P v?
    [all...]
  /libnativehelper/platform_include/nativehelper/detail/
signature_checker.h 72 : _array(lit), _size(N - 1) {
79 : _array(ptr), _size(size) {
87 : _array(""), _size(0u) {
91 constexpr ConstexprStringView() : _array(""), _size(0u) {}
94 return _size;
132 size_t _size; member in struct:nativehelper::detail::ConstexprStringView
181 constexpr explicit ConstexprVector() : _size(0u), _array{} {
248 X_ASSERT(_size + 1 <= kMaxSize);
250 _array[_size]._value = value;
251 _size++
271 size_t _size; member in struct:nativehelper::detail::ConstexprVector
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 1191 : _size(0),
1200 _size(original_._size),
1201 _dasharray(new double[_size+1])
1205 for (size_t i=0; i < _size; i++)
1207 _dasharray[_size]=0.0;
1214 _size=0;
1224 _size=original_._size;
1225 _dasharray = new double[_size+1]
    [all...]