Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 25 of 45) sorted by relevance

12

/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py323 nBytes = 0
324 while nWords+nBytes < nArgs and nBytes < 255 and 0 <= args[nWords+nBytes] <= 255:
325 nBytes += 1
326 if nBytes < 2 and nWords + nBytes < 255 and nWords + nBytes != nArgs:
328 nWords += nBytes
347 if nBytes:
349 if nBytes <= 8:
351 op = op + nBytes - 1
356 push(nBytes)
357 for value in args[nWords:nWords+nBytes]:
[all …]
/external/libevent/
Dbuffer_iocp.c96 evbuffer_commit_read(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read() argument
105 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */ in evbuffer_commit_read()
112 remaining = nBytes; in evbuffer_commit_read()
128 evbuf->total_len += nBytes; in evbuffer_commit_read()
129 evbuf->n_add_for_cb += nBytes; in evbuffer_commit_read()
137 evbuffer_commit_write(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write() argument
144 evbuffer_drain(evbuf, nBytes); in evbuffer_commit_write()
Devent_iocp.c55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() argument
59 eo->cb(eo, completion_key, nBytes, ok); in handle_entry()
/external/libvncserver/libvncclient/
Dh264.c121 hdr.nBytes = rfbClientSwap32IfLE(hdr.nBytes); in HandleH264()
125 framedata = (char*) malloc(hdr.nBytes); in HandleH264()
128 DebugLog(("Reading %d bytes of frame data (type: %d)\n", hdr.nBytes, hdr.slice_type)); in HandleH264()
129 if (!ReadFromRFBServer(client, framedata, hdr.nBytes)) in HandleH264()
153 if (hdr.nBytes > 0) { in HandleH264()
154 DebugLog((" decoding %d bytes of H.264 data\n", hdr.nBytes)); in HandleH264()
155 h264_decode_frame(hdr.width, hdr.height, framedata, hdr.nBytes, hdr.slice_type); in HandleH264()
159 put_updated_rectangle(client, rx, ry, rw, rh, hdr.width, hdr.height, hdr.nBytes != 0); in HandleH264()
Dultra.c45 toRead = rfbClientSwap32IfLE(hdr.nBytes); in HandleUltraBPP()
128 toRead = rfbClientSwap32IfLE(hdr.nBytes); in HandleUltraZipBPP()
Dzlib.c65 remaining = rfbClientSwap32IfLE(hdr.nBytes); in HandleZlibBPP()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.c175 UINT nBytes, in wglDescribePixelFormat() argument
178 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd ); in wglDescribePixelFormat()
301 UINT nBytes, in wglDescribeLayerPlane() argument
304 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); in wglDescribeLayerPlane()
Dstw_wgl.h51 UINT nBytes,
Dstw_pixelformat.c378 UINT nBytes, in DrvDescribeLayerPlane() argument
/external/bzip2/
Dcompress.c243 Int32 nGroups, nBytes; in sendMTFValues() local
503 nBytes = s->numZ; in sendMTFValues()
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
518 nBytes = s->numZ; in sendMTFValues()
526 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
529 nBytes = s->numZ; in sendMTFValues()
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
545 nBytes = s->numZ; in sendMTFValues()
597 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/external/aac/libFDK/src/
DFDK_crc.cpp190 INT nBytes
370 INT nBytes in calcCrc_Bytes() argument
377 for (i=0; i<nBytes; i++) { in calcCrc_Bytes()
382 for (i=0; i<nBytes; i++) { in calcCrc_Bytes()
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp594 int nBytes; in get() local
595 if (ch >= 0xF0) {nBytes=4;} in get()
596 else if (ch >= 0xE0) {nBytes=3;} in get()
597 else if (ch >= 0xC0) {nBytes=2;} in get()
607 for (i=1; i<nBytes; i++) { in get()
610 … Expected %d bytes, byte %d is invalid. First byte is %02X\n", fName, ftell(fFile), nBytes, i, ch); in get()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h150 unsigned int nBytes = 4; in print() local
152 nBytes = 8; in print()
153 for (pos = 0; pos < size; pos += nBytes) { in print()
184 } else if (nBytes == 4) in print()
/external/webrtc/webrtc/modules/video_processing/test/
DreadYUV420file.m27 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
41 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
/external/valgrind/none/tests/x86/
Dx86locked.c110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) in crcBytes() argument
113 while (nBytes >= 4) { in crcBytes()
119 nBytes -= 4; in crcBytes()
121 while (nBytes >= 1) { in crcBytes()
124 nBytes -= 1; in crcBytes()
/external/valgrind/none/tests/amd64/
Damd64locked.c110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) in crcBytes() argument
113 while (nBytes >= 4) { in crcBytes()
119 nBytes -= 4; in crcBytes()
121 while (nBytes >= 1) { in crcBytes()
124 nBytes -= 1; in crcBytes()
/external/xmlrpcpp/src/
DXmlRpcValue.h61 XmlRpcValue(void* value, int nBytes) : _type(TypeBase64) in XmlRpcValue() argument
63 _value.asBinary = new BinaryData((char*)value, ((char*)value)+nBytes); in XmlRpcValue()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp764 int nBytes; in aacDecoder_UpdateBitStreamCounters() local
766 nBytes = nBits>>3; in aacDecoder_UpdateBitStreamCounters()
767 pSi->numTotalBytes += nBytes; in aacDecoder_UpdateBitStreamCounters()
772 pSi->numBadBytes += nBytes; in aacDecoder_UpdateBitStreamCounters()
/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp224 int nBytes = GetBPP() / 8; in SwapXY() local
226 if (nBytes == 3) { in SwapXY()
232 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
236 if (nBytes == 4) { in SwapXY()
243 const uint8_t* src_scan = GetScanline(row) + col_start * nBytes; in SwapXY()
244 if (nBytes == 1) { in SwapXY()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp271 virtual bool Skip(const unsigned int nBytes) = 0;
395 virtual bool Skip(const unsigned int nBytes);
482 bool CSourceStream::Skip(const unsigned int nBytes) in Skip() argument
484 if (m_BytesReadCount + nBytes > m_pFile->Size()) return false; in Skip()
485 m_BytesReadCount += nBytes; in Skip()
502 virtual bool Skip(const unsigned int nBytes);
556 bool CSourceResource::Skip(const unsigned int nBytes) in Skip() argument
558 if(m_nReadPos + nBytes > m_nSize) in Skip()
561 m_nReadPos += nBytes; in Skip()
3482 PVRTuint32 nStride, nOffset, nBytes; local
[all …]
/external/valgrind/coregrind/
Dm_mallocfree.c1434 ULong nBytes; member
1446 if (ancc1->nBytes < ancc2->nBytes) return 1; in cmp_AnCC_by_vol()
1447 if (ancc1->nBytes > ancc2->nBytes) return -1; in cmp_AnCC_by_vol()
1522 anCCs[k].nBytes = 0; in cc_analyse_alloc_arena()
1528 anCCs[k].nBytes += (ULong)bszB_to_pszB(a, b_bszB); in cc_analyse_alloc_arena()
1540 anCCs[n_ccs].nBytes = a->stats__perm_bytes_on_loan; in cc_analyse_alloc_arena()
1550 anCCs[k].nBytes, anCCs[k].nBlocks, anCCs[k].cc ); in cc_analyse_alloc_arena()
/external/libvncserver/rfb/
Drfbproto.h719 uint32_t nBytes; member
884 uint32_t nBytes; member
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1322 int nBytes; in get() local
1323 if (ch >= 0xF0) {nBytes=4;} in get()
1324 else if (ch >= 0xE0) {nBytes=3;} in get()
1325 else if (ch >= 0xC0) {nBytes=2;} in get()
1335 for (i=1; i<nBytes; i++) { in get()
/external/libvncserver/libvncserver/
Dultra.c126 hdr.nBytes = Swap32IfLE(cl->afterEncBufLen); in rfbSendOneRectEncodingUltra()
Dzlib.c225 hdr.nBytes = Swap32IfLE(zlibAfterBufLen); in rfbSendOneRectEncodingZlib()

12