HomeSort by relevance Sort by last modified time
    Searched defs:_size (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /cts/tools/dasm/src/java_cup/
parse_reduce_row.java 18 if (_size <= 0 ) _size = non_terminal.number();
29 protected static int _size = 0; field in class:parse_reduce_row
32 public static int size() {return _size;}
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/lzma/CPP/7zip/Archive/7z/
7zSpecStream.h 17 UInt64 _size; member in class:CSequentialInStreamSizeCount2
21 _size = 0;
26 UInt64 GetSize() const { return _size; }
  /external/opencv/
WLNonFileByteStream.h 43 int _size; member in class:WLNonFileByteStream
  /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/Archive/Common/
DummyOutStream.h 15 UInt64 _size; member in class:CDummyOutStream
19 void Init() { _size = 0; }
22 UInt64 GetSize() const { return _size; }
InStreamWithCRC.h 22 UInt64 _size; member in class:CSequentialInStreamWithCRC
29 _size = 0;
35 UInt64 GetSize() const { return _size; }
50 UInt64 _size; member in class:CInStreamWithCRC
57 _size = 0;
63 UInt64 GetSize() const { return _size; }
OutStreamWithCRC.h 17 UInt64 _size; member in class:COutStreamWithCRC
27 _size = 0;
33 UInt64 GetSize() const { return _size; }
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 17 UInt64 _size; member in class:CInOutTempBuffer
31 UInt64 GetDataSize() const { return _size; }
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.c 95 * one _bf._size byte chunk directly (without copying).
109 int _size; local
112 _size = fp->_bf._size;
114 _size = (_size << 1) + 1;
115 } while (_size < blen + len);
116 _base = realloc(fp->_bf._base, _size + 1);
119 fp->_w += _size - fp->_bf._size;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fvwrite.c 119 * one _bf._size byte chunk directly (without copying).
133 int _size; local
136 _size = fp->_bf._size;
138 _size = (_size << 1) + 1;
139 } while (_size < (int)(blen + len));
141 (size_t)(_size + 1));
144 fp->_w += _size - fp->_bf._size;
    [all...]
  /external/compiler-rt/test/asan/TestCases/
speculative_load.cc 16 unsigned char _size; member in struct:S::_short
26 _data._s._size = 0;
31 return _data._s._size & 1;
  /external/eigen/bench/btl/actions/
action_partial_lu.hh 37 Action_partial_lu( int size ):_size(size)
42 init_matrix<pseudo_random>(X_stl,_size);
43 init_matrix<null_function>(C_stl,_size);
46 for (int i=0; i<_size; ++i)
72 Interface::free_matrix(X_ref,_size);
73 Interface::free_matrix(X,_size);
74 Interface::free_matrix(C,_size);
89 Interface::copy_matrix(X_ref,X,_size);
93 Interface::partial_lu_decomp(X,C,_size);
100 // STL_interface<typename Interface::real_type>::lu_decomp(X_stl,C_stl,_size);
121 int _size; member in class:Action_partial_lu
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
StringProvider.java 24 int _size; field in class:StringProvider
28 _size = string.length();
33 int numCharsOutstandingInString = _size - _position;
  /prebuilts/clang/host/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/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

Completed in 715 milliseconds

1 2 3 4 5 6 7