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

<<11121314151617181920>>

  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 272 UInt32 bufSize = (UInt32)1 << pow;
273 if (bufSize > dictionary)
281 RINOK(CrcBench(ti + 1, bufSize, speed));
  /frameworks/native/opengl/libs/
debug.in 99 TRACE_GL_VOID(glGetDriverControlStringQCOM, (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString), (driverControl, bufSize, length, driverControlString), 4, "GLuint", driverControl, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", driverControlString)
113 TRACE_GL_VOID(glGetPerfMonitorCounterStringAMD, (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString), (group, counter, bufSize, length, counterString), 5, "GLuint", group, "GLuint", counter, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", counterString)
115 TRACE_GL_VOID(glGetPerfMonitorGroupStringAMD, (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString), (group, bufSize, length, groupString), 4, "GLuint", group, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", groupString)
118 TRACE_GL_VOID(glGetProgramBinaryOES, (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary), (program, bufSize, length, binaryFormat, (…)
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 218 static __inline__ int adb_socket_setbufsize( int fd, int bufsize )
220 int opt = bufsize;
427 static __inline__ int adb_socket_setbufsize( int fd, int bufsize )
429 int opt = bufsize;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 641 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) {
647 << bufsize << ", "
655 if (bufsize > 0) {
657 std::min(static_cast<size_t>(bufsize) - 1, str.size());
721 GLuint shader, GLsizei bufsize, GLsizei* length, char* infolog) {
727 << bufsize << ", "
735 if (bufsize > 0) {
737 std::min(static_cast<size_t>(bufsize) - 1, str.size());
749 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) {
755 << bufsize << ", "
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 332 unsigned int bufSize = m_receiveBuf.size();
333 while (bufPos < bufSize) {
342 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
368 if (bufPos == bufSize)
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_sync.xml 78 <param name="bufSize" type="GLsizei"/>
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
syncobj.h 78 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length,
transformfeedback.h 85 GLsizei bufSize, GLsizei *length,
  /external/chromium_org/third_party/openssl/openssl/crypto/txt_db/
txt_db.c 66 #undef BUFSIZE
67 #define BUFSIZE 512
78 int size=BUFSIZE;
111 size+=BUFSIZE;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h 157 int bufsize = 8192; local
159 bufsize = 102400; // I picked this size arbitrarily
160 char* buffer = new char[bufsize];
161 MallocExtension::instance()->GetStats(buffer, bufsize);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h 157 int bufsize = 8192; local
159 bufsize = 102400; // I picked this size arbitrarily
160 char* buffer = new char[bufsize];
161 MallocExtension::instance()->GetStats(buffer, bufsize);
  /external/chromium_org/tools/win/link_limiter/
limiter.cc 104 DWORD bufsize = buffer.size(); local
107 &bufsize);
110 bufsize > buffer.size()) {
111 buffer.resize(bufsize);
  /external/mesa3d/src/mapi/glapi/gen/
ARB_sync.xml 78 <param name="bufSize" type="GLsizei"/>
  /external/mesa3d/src/mesa/main/
syncobj.h 78 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length,
transformfeedback.h 85 GLsizei bufSize, GLsizei *length,
  /external/openssl/crypto/txt_db/
txt_db.c 66 #undef BUFSIZE
67 #define BUFSIZE 512
78 int size=BUFSIZE;
111 size+=BUFSIZE;
  /external/qemu/audio/
ossaudio.c 430 int bufsize; local
432 bufsize = hw->samples << hw->info.shift;
444 bytes = audio_ring_dist (cntinfo.ptr, pos, bufsize);
454 if (abinfo.bytes > bufsize) {
456 dolog ("warning: Invalid available size, size=%d bufsize=%d\n"
458 abinfo.bytes, bufsize);
460 abinfo.bytes = bufsize;
465 dolog ("warning: Invalid available size, size=%d bufsize=%d\n",
466 abinfo.bytes, bufsize);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 387 unsigned avail, bufsize; local
429 bufsize = musbRecordingHandle->period_size;
432 frames = (musbRecordingHandle->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
433 x.frames = (musbRecordingHandle->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
530 memset(dstProxy_addr, 0x0, bufsize);
534 memcpy(dstProxy_addr, srcUsb_addr, bufsize );
776 unsigned avail, xfer, bufsize; local
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 277 uint32_t bufSize = 0;
287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) +
290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);
291 return bufSize;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 72 u32 bufsize; member in struct:vdec_buf_desc
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 72 u32 bufsize; member in struct:vdec_buf_desc
  /system/core/adb/
sysdeps.h 219 static __inline__ int adb_socket_setbufsize( int fd, int bufsize )
221 int opt = bufsize;
447 static __inline__ int adb_socket_setbufsize( int fd, int bufsize )
449 int opt = bufsize;
  /external/bison/lib/
unistd.in.h     [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 305 if (main_data_end > BUFSIZE) /* check overflow on the buffer */
307 pVars->frame_start -= BUFSIZE;
309 pVars->mainDataStream.usedBits -= (BUFSIZE << 3);
562 pMainData->pBuffer[module(pMainData->offset++, BUFSIZE)] = (uint8)val;
576 if ((offset + temp) < BUFSIZE)
585 if ((offset + temp) < BUFSIZE)
607 pVars->mainDataStream.offset = module(pVars->mainDataStream.offset, BUFSIZE);
614 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
615 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
619 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset , BUFSIZE)));
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h 739 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
743 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
    [all...]

Completed in 1387 milliseconds

<<11121314151617181920>>