HomeSort by relevance Sort by last modified time
    Searched refs:_size (Results 51 - 75 of 290) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Node.h 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
47 int getSize() const { return _size; }
54 int _size; member in class:lld::GroupEnd
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wbuf.c 51 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
68 * happen on unbuffered streams, where _bf._size==1; __sflush()
73 if (n >= fp->_bf._size) {
80 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
wsetup.c 82 fp->_lbfsize = -fp->_bf._size;
84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
makebuf.c 58 fp->_bf._size = 1;
65 fp->_bf._size = 1;
70 fp->_bf._size = size;
  /device/linaro/bootloader/arm-trusted-firmware/include/common/aarch64/
asm_macros.S 100 .macro get_mp_stack _name, _size
102 ldr x2, =(\_name + \_size)
103 mov x1, #\_size
115 .macro get_my_mp_stack _name, _size
117 ldr x2, =(\_name + \_size)
118 mov x1, #\_size
127 .macro get_up_stack _name, _size
128 ldr x0, =(\_name + \_size)
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.cpp 13 _size += realProcessedSize;
OutStreamWithCRC.cpp 14 _size += 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
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp 37 _size = 0;
55 _size += processed;
71 _size += cur;
98 while (size < _size)
111 return (_crc == crc && size == _size) ? S_OK : E_FAIL;
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 25 _size = 0;
35 _size = 0;
55 if (streamGetSize->GetSize(&_size) == S_OK)
101 _size = 0;
132 *value = (_pos > _size ? _pos : _size);
7zSpecStream.cpp 11 _size += realProcessedSize;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 137 #define trace_dump_array(_type, _obj, _size) \
142 for(idx = 0; idx < (_size); ++idx) { \
153 #define trace_dump_struct_array(_type, _obj, _size) \
158 for(idx = 0; idx < (_size); ++idx) { \
176 #define trace_dump_arg_array(_type, _arg, _size) \
179 trace_dump_array(_type, _arg, _size); \
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
wbuf.c 73 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
90 * happen on unbuffered streams, where _bf._size==1; fflush()
95 if (n >= fp->_bf._size) {
102 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
wsetup.c 102 fp->_lbfsize = -fp->_bf._size;
104 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
  /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/mesa3d/src/amd/addrlib/inc/
lnx_common_defs.h 72 #define vsnprintf(_dst, _size, _fmt, varg) __ke_snprintf(_dst, _size, _fmt, varg)
125 #define snprintf(_dst, _size, _fmt, arg...) __ke_snprintf(_dst, _size, _fmt, ##arg)
  /external/opencv/
WLNonFileByteStream.h 43 int _size; member in class:WLNonFileByteStream

Completed in 698 milliseconds

1 23 4 5 6 7 8 91011>>