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

1 2

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glMapBufferRange.cpp 7 jobject _buf = (jobject)0; local
9 _buf = _env->NewDirectByteBuffer(_p, length);
11 return _buf;
  /external/lzma/CPP/7zip/Compress/
CopyCoder.h 19 Byte *_buf; member in class:NCompress::CCopyCoder
24 CCopyCoder(): _buf(0), TotalSize(0) {};
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 15 Byte *_buf; member in class:CInOutTempBuffer
39 CInOutTempBuffer *_buf;
41 void Init(CInOutTempBuffer *buffer) { _buf = buffer; }
StreamBinder.h 33 const void *_buf; member in class:CStreamBinder
54 _buf = NULL;
OutBuffer.h 20 Byte *_buf; member in class:COutBuffer
36 COutBuffer(): _buf(0), _pos(0), _stream(0), _buf2(0) {}
50 _buf[_pos++] = b;
InBuffer.h 19 Byte *_buf; member in class:CInBufferBase
41 UInt64 GetStreamSize() const { return _processedSize + (_buf - _bufBase); }
42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); }
52 _buf = buf + pos;
65 if (_buf >= _bufLim)
67 b = *_buf++;
73 if (_buf >= _bufLim)
75 return *_buf++;
FilterCoder.h 24 Byte *_buf; member in struct:CAlignedMidBuffer
26 CAlignedMidBuffer(): _buf(NULL) {}
27 ~CAlignedMidBuffer() { ::MidFree(_buf); }
31 ::MidFree(_buf);
32 _buf = (Byte *)::MidAlloc(size);
38 Byte *_buf;
40 CAlignedMidBuffer(): _bufBase(NULL), _buf(NULL) {}
46 _buf = NULL;
51 // _buf = (Byte *)(((uintptr_t)_bufBase + alignMask) & ~(uintptr_t)alignMask);
52 _buf = (Byte *)(((ptrdiff_t)_bufBase + alignMask) & ~(ptrdiff_t)alignMask);
    [all...]
StreamObjects.h 66 Byte *_buf; member in class:CByteDynBuffer
68 CByteDynBuffer(): _capacity(0), _buf(0) {};
73 operator Byte*() const { return _buf; }
74 operator const Byte*() const { return _buf; }
  /external/libxcam/modules/ocl/
cl_video_buffer.h 46 return _buf;
61 SmartPtr<CLBuffer> _buf; member in class:XCam::CLVideoBufferData
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 72 private byte[] _buf; field in class:BEROctetStringGenerator.BufferedBEROctetStream
79 _buf = buf;
88 _buf[_off++] = (byte)b;
90 if (_off == _buf.length)
92 DEROctetString.encode(_derOut, _buf);
101 int numToCopy = Math.min(len, _buf.length - _off);
102 System.arraycopy(b, off, _buf, _off, numToCopy);
105 if (_off < _buf.length)
110 DEROctetString.encode(_derOut, _buf);
124 System.arraycopy(_buf, 0, bytes, 0, _off)
    [all...]
  /external/libxcam/xcore/
drm_bo_buffer.h 62 uint8_t *_buf; member in class:XCam::DrmBoData
v4l2_buffer_proxy.h 40 return _buf;
44 _buf.timestamp = time;
48 _buf.timecode = code;
52 _buf.sequence = sequence;
56 _buf.length = value;
60 xcam_mem_clear (_buf.timestamp);
61 xcam_mem_clear (_buf.timecode);
62 _buf.sequence = 0;
63 //_buf.length = 0;
79 struct v4l2_buffer _buf; member in class:XCam::V4l2Buffer
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 114 StringBuffer _buf = new StringBuffer(); local
115 _buf.append(_indent);
116 _buf.append(validPolicy);
117 _buf.append(" {\n");
121 _buf.append(((PKIXPolicyNode)children.get(i)).toString(_indent + " "));
124 _buf.append(_indent);
125 _buf.append("}\n");
126 return _buf.toString();
  /external/eigen/test/
unalignedassert.cpp 97 size_t _buf = reinterpret_cast<internal::UIntPtr>(buf); local
98 _buf += (EIGEN_MAX_ALIGN_BYTES - (_buf % EIGEN_MAX_ALIGN_BYTES)); // make 16/32/...-byte aligned
99 _buf += boundary; // make exact boundary-aligned
100 T *x = ::new(reinterpret_cast<void*>(_buf)) T;
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 230 CInOutTempBuffer *_buf; member in class:NArchive::N7z::CSequentialOutTempBufferImp2
234 CSequentialOutTempBufferImp2(): _buf(0), _mtProgresSpec(NULL) {}
235 void Init(CInOutTempBuffer *buffer) { _buf = buffer; }
243 if (!_buf->Write(data, size))
7zUpdate.cpp 1329 Byte *_buf; member in class:NArchive::N7z::CFolderInStream2
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 1143 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
1145 _buf, sizeof(_buf));
1171 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
1175 _buf, sizeof(_buf));
    [all...]
config_winreg.c 592 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
594 _buf, sizeof(_buf));
  /external/libxcam/tests/
test-soft-image.cpp 103 return _buf;
124 SmartPtr<VideoBuffer> _buf; member in class:SoftElement
198 _buf = _pool->get_buffer (_pool);
199 XCAM_ASSERT (_buf.ptr ());
201 return _file.read_buf (_buf);
206 return _file.write_buf (_buf);
234 convert_to_mat (_buf, mat);
249 convert_to_mat (_buf, mat);
  /external/opencv/cv/src/
cvtemplmatch.cpp 205 void* _buf = buf[thread_idx]; local
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
269 corr_depth, _buf );
284 corr_depth, _buf );
  /external/python/cpython3/Modules/
_winapi.c 1424 Py_buffer _buf, *buf; local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 1796 jobject _buf = (jobject)0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
jetty-util-6.1.0.jar 

Completed in 798 milliseconds

1 2