Home
last modified time | relevance | path

Searched defs:bufSize (Results 1 – 25 of 32) sorted by relevance

12

/external/srec/shared/src/
DCircularBuffer.c50 int CircularBufferRead(CircularBuffer* buffer, void* data, size_t bufSize) in CircularBufferRead()
89 int CircularBufferSkip(CircularBuffer* buffer, size_t bufSize) in CircularBufferSkip()
109 int CircularBufferWrite(CircularBuffer* buffer, const void *data, size_t bufSize) in CircularBufferWrite()
/external/stlport/src/c_locale_win32/
Dc_wlocale_win32.c258 const wchar_t * _WLocale_true(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) { in _WLocale_true()
265 const wchar_t * _WLocale_false(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) { in _WLocale_false()
273 const wchar_t* _WLocale_int_curr_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_int_curr_symbol()
276 const wchar_t* _WLocale_currency_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_currency_symbol()
285 const wchar_t* _WLocale_positive_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_positive_sign()
288 const wchar_t* _WLocale_negative_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_negative_sign()
293 wchar_t* buf, size_t bufSize) in _WLocale_full_monthname()
297 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_monthname()
301 wchar_t* buf, size_t bufSize) in _WLocale_full_dayofweek()
305 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_dayofweek()
[all …]
/external/stlport/src/c_locale_dummy/
Dc_locale_dummy.c347 const wchar_t * _WLocale_true(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) in _WLocale_true()
349 const wchar_t * _WLocale_false(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) in _WLocale_false()
388 wchar_t* buf, size_t bufSize) in _WLocale_int_curr_symbol()
391 wchar_t* buf, size_t bufSize) in _WLocale_currency_symbol()
398 wchar_t* buf, size_t bufSize) in _WLocale_positive_sign()
401 wchar_t* buf, size_t bufSize) in _WLocale_negative_sign()
448 wchar_t* buf, size_t bufSize) in _WLocale_full_monthname()
455 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_monthname()
461 wchar_t* buf, size_t bufSize) in _WLocale_full_dayofweek()
467 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_dayofweek()
[all …]
/external/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c491 const wchar_t *_WLocale_true(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) in _WLocale_true()
493 const wchar_t *_WLocale_false(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) in _WLocale_false()
520 …nst wchar_t *_WLocale_int_curr_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_int_curr_symbol()
522 …nst wchar_t *_WLocale_currency_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_currency_symbol()
528 const wchar_t *_WLocale_positive_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_positive_sign()
530 const wchar_t *_WLocale_negative_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_negative_sign()
675 … wchar_t *_WLocale_full_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) in _WLocale_full_monthname()
677 …char_t *_WLocale_abbrev_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) in _WLocale_abbrev_monthname()
679 … wchar_t *_WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) in _WLocale_full_dayofweek()
681 …char_t *_WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) in _WLocale_abbrev_dayofweek()
[all …]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DChannelsTest.java156 int bufSize = 10; in testNewChannelInputStream() local
393 int bufSize = this.testNum; in testNewReaderReadableByteChannelString_InputNull() local
430 int bufSize = this.testNum; in testNewReaderReadableByteChannelString_internalBufferZero() local
465 int bufSize = this.testNum; in testNewReaderReadableByteChannelString() local
DDatagramChannelTest.java158 int bufSize = 10; in testReadByteBufferArray() local
221 int bufSize = 10; in testWriteByteBuffer() local
1426 private void receiveByChannel(int bufSize, InetSocketAddress address, in receiveByChannel()
1467 private void receiveByDatagramSocket(int bufSize, in receiveByDatagramSocket()
DSocketChannelTest.java2775 int bufSize = sc.socket().getSendBufferSize(); in test_writev2() local
2815 int bufSize = sc.socket().getSendBufferSize(); in test_write$NonBlockingException() local
/external/icu4c/test/threadtest/
Dconverttest.cpp51 int32_t bufSize = U_CNV_SAFECLONE_BUFFERSIZE; in runOnce() local
/external/aac/libFDK/include/
DFDK_bitbuffer.h107 UINT bufSize; member
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.cpp124 void Shader::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog()
160 void Shader::getSource(GLsizei bufSize, GLsizei *length, char *source) in getSource()
/external/zlib/src/contrib/minizip/
Dcrypt.h92 int bufSize, in crypthead()
/external/aac/libFDK/src/
DFDK_bitbuffer.cpp116 UINT bufSize) in FDK_CreateBitBuffer()
126 UINT bufSize, UINT validBits) in FDK_InitBitBuffer()
/external/webkit/Source/WebCore/page/
DEventSource.cpp253 unsigned int bufSize = m_receiveBuf.size(); in parseEventStream() local
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java332 RandomAccessFileInputStream (final RandomAccessFile raf, final int bufSize) in RandomAccessFileInputStream()
372 RandomAccessFileOutputStream (final RandomAccessFile raf, final int bufSize) in RandomAccessFileOutputStream()
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoader.java319 PoolEntry (final int baosCapacity, final int bufSize) in PoolEntry()
/external/opencv/cv/src/
Dcvpyramids.cpp439 int channels, int *bufSize ) in icvPyrUpG5x5_GetBufSize()
466 int channels, int *bufSize ) in icvPyrDownG5x5_GetBufSize()
Dcvstereobm.cpp559 int bufSize0, bufSize1, bufSize, width, width1, height; in cvFindStereoCorrespondenceBM() local
/external/webkit/Tools/DumpRenderTree/chromium/
DImageDiff.cpp111 const int bufSize = 1024; in createFromFilename() local
/external/mdnsresponder/mDNSPosix/
DResponder.c472 static mDNSBool ReadALine(char *buf, size_t bufSize, FILE *fp, mDNSBool skipBlankLines) in ReadALine()
/external/expat/xmlwf/
Dxmlwin32url.cxx152 DWORD bufSize = sizeof(contentType); in OnDataAvailable() local
/external/skia/tests/
DBitmapCopyTest.cpp475 const uint32_t bufSize = subH * in TestBitmapCopy() local
/external/svox/pico/lib/
Dpicoctrl.c300 picoos_uint16 bufSize; in ctrlAddPU() local
/external/icu4c/test/perf/ubrkperf/
Dubrkperfold.cpp688 int32_t bufSize = 0; in main() local
/external/icu4c/samples/ucnv/
Dconvsamp.cpp990 int32_t bufSize = 0; in convsample_46() local
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp596 size_t bufSize = 100; in com_android_tts_compat_SynthProxy_getLanguage() local

12