Searched defs:nBytes (Results 1 - 25 of 35) sorted by relevance

12

/external/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; local
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
/external/libevent/
H A Dbuffer_iocp.c96 evbuffer_commit_read(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
105 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
112 remaining = nBytes;
128 evbuf->total_len += nBytes;
129 evbuf->n_add_for_cb += nBytes;
137 evbuffer_commit_write(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
144 evbuffer_drain(evbuf, nBytes);
H A Devent_iocp.c55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
59 eo->cb(eo, completion_key, nBytes, ok);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h150 unsigned int nBytes = 4; local
152 nBytes = 8;
153 for (pos = 0; pos < size; pos += nBytes) {
184 } else if (nBytes == 4)
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c378 UINT nBytes,
374 DrvDescribeLayerPlane( HDC hdc, INT iPixelFormat, INT iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_wgl.c175 UINT nBytes,
178 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
301 UINT nBytes,
304 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
172 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
297 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
/external/valgrind/none/tests/x86/
H A Dx86locked.c110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) argument
113 while (nBytes >= 4) {
119 nBytes -= 4;
121 while (nBytes >= 1) {
124 nBytes -= 1;
/external/xmlrpcpp/src/
H A DXmlRpcValue.h61 XmlRpcValue(void* value, int nBytes) : _type(TypeBase64) argument
63 _value.asBinary = new BinaryData((char*)value, ((char*)value)+nBytes);
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp764 int nBytes; local
766 nBytes = nBits>>3;
767 pSi->numTotalBytes += nBytes;
772 pSi->numBadBytes += nBytes;
/external/valgrind/none/tests/amd64/
H A Damd64locked.c110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) argument
113 while (nBytes >= 4) {
119 nBytes -= 4;
121 while (nBytes >= 1) {
124 nBytes -= 1;
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp594 int nBytes; local
595 if (ch >= 0xF0) {nBytes=4;}
596 else if (ch >= 0xE0) {nBytes=3;}
597 else if (ch >= 0xC0) {nBytes=2;}
607 for (i=1; i<nBytes; i++) {
610 fprintf(stderr, "utf-8 encoded file %s contains corrupt data at offset %d. Expected %d bytes, byte %d is invalid. First byte is %02X\n", fName, ftell(fFile), nBytes, i, ch);
/external/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp224 int nBytes = GetBPP() / 8; local
226 if (nBytes == 3) {
232 uint8_t* dest_scan = dest_buf + dest_col * nBytes;
236 if (nBytes == 4) {
243 const uint8_t* src_scan = GetScanline(row) + col_start * nBytes;
244 if (nBytes == 1) {
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1322 int nBytes; local
1323 if (ch >= 0xF0) {nBytes=4;}
1324 else if (ch >= 0xE0) {nBytes=3;}
1325 else if (ch >= 0xC0) {nBytes=2;}
1335 for (i=1; i<nBytes; i++) {
/external/libopus/src/
H A Dopus_encoder.c946 opus_int32 nBytes; local
1616 nBytes = IMIN(1275, max_data_bytes-1-redundancy_bytes);
1618 st->silk_mode.maxBits = nBytes*8;
1658 ret = silk_Encode( silk_enc, &st->silk_mode, pcm_silk, frame_size, &enc, &nBytes, 0 );
1665 if (nBytes==0)
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmspack.c3346 cmsUInt32Number CMSEXPORT cmsFormatterForColorspaceOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat) argument
3355 return FLOAT_SH(Float) | COLORSPACE_SH(ColorSpaceBits) | BYTES_SH(nBytes) | CHANNELS_SH(nOutputChans);
3359 cmsUInt32Number CMSEXPORT cmsFormatterForPCSOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat) argument
3368 return FLOAT_SH(Float) | COLORSPACE_SH(ColorSpaceBits) | BYTES_SH(nBytes) | CHANNELS_SH(nOutputChans);
H A Dcmstypes.c4633 cmsUInt16Number nChannels, nElems, nBytes; local
4645 if (!_cmsReadUInt16Number(io, &nBytes)) goto Error;
4648 if (nElems == 256 && nBytes == 1 && SizeOfTag == 1576)
4649 nBytes = 2;
4659 switch (nBytes) {
4679 cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported bit depth for VCGT '%d'", nBytes * 8);
/external/valgrind/coregrind/
H A Dm_mallocfree.c1434 ULong nBytes; member in struct:__anon24624
1441 /* Sorting by decreasing cost center nBytes, to have the biggest
1446 if (ancc1->nBytes < ancc2->nBytes) return 1;
1447 if (ancc1->nBytes > ancc2->nBytes) return -1;
1522 anCCs[k].nBytes = 0;
1528 anCCs[k].nBytes += (ULong)bszB_to_pszB(a, b_bszB);
1540 anCCs[n_ccs].nBytes = a->stats__perm_bytes_on_loan;
1550 anCCs[k].nBytes, anCC
[all...]
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc3543 const int16_t nBytes = (2*_playChannels)*nSamples; local
3544 memcpy(&_playBuffer[bufCount][0], &data[0], nBytes);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.cpp271 virtual bool Skip(const unsigned int nBytes) = 0;
395 virtual bool Skip(const unsigned int nBytes);
479 @Input nBytes The number of bytes to skip
482 bool CSourceStream::Skip(const unsigned int nBytes) argument
484 if (m_BytesReadCount + nBytes > m_pFile->Size()) return false;
485 m_BytesReadCount += nBytes;
502 virtual bool Skip(const unsigned int nBytes);
556 bool CSourceResource::Skip(const unsigned int nBytes) argument
558 if(m_nReadPos + nBytes > m_nSize)
561 m_nReadPos += nBytes;
[all...]
/external/libvncserver/rfb/
H A Drfbproto.h719 uint32_t nBytes; member in struct:__anon11800
884 uint32_t nBytes; member in struct:__anon11801
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c3670 Int32 nGroups, nBytes; local
3930 nBytes = s->numZ;
3941 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3945 nBytes = s->numZ;
3953 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3956 nBytes = s->numZ;
3969 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
3972 nBytes = s->numZ;
4024 VPrintf1( "codes %d\n", s->numZ-nBytes );
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c3661 Int32 nGroups, nBytes; local
3921 nBytes = s->numZ;
3932 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3936 nBytes = s->numZ;
3944 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3947 nBytes = s->numZ;
3960 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
3963 nBytes = s->numZ;
4015 VPrintf1( "codes %d\n", s->numZ-nBytes );
H A Dvarinfo6.c3698 Int32 nGroups, nBytes; local
3958 nBytes = s->numZ;
3969 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3973 nBytes = s->numZ;
3981 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3984 nBytes = s->numZ;
3997 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
4000 nBytes = s->numZ;
4052 VPrintf1( "codes %d\n", s->numZ-nBytes );
/external/valgrind/perf/
H A Dbz2.c3659 Int32 nGroups, nBytes; local
3919 nBytes = s->numZ;
3930 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3934 nBytes = s->numZ;
3942 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3945 nBytes = s->numZ;
3958 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
3961 nBytes = s->numZ;
4013 VPrintf1( "codes %d\n", s->numZ-nBytes );
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp7875 int WINAPI wglDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd) argument
7879 ASSERT(nBytes == sizeof(PIXELFORMATDESCRIPTOR)); // FIXME

Completed in 1338 milliseconds

12