/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | ttProgram.py | 323 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/ |
D | buffer_iocp.c | 96 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()
|
D | event_iocp.c | 55 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/ |
D | h264.c | 121 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()
|
D | ultra.c | 45 toRead = rfbClientSwap32IfLE(hdr.nBytes); in HandleUltraBPP() 128 toRead = rfbClientSwap32IfLE(hdr.nBytes); in HandleUltraZipBPP()
|
D | zlib.c | 65 remaining = rfbClientSwap32IfLE(hdr.nBytes); in HandleZlibBPP()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 175 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()
|
D | stw_wgl.h | 51 UINT nBytes,
|
D | stw_pixelformat.c | 378 UINT nBytes, in DrvDescribeLayerPlane() argument
|
/external/bzip2/ |
D | compress.c | 243 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/ |
D | FDK_crc.cpp | 190 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/ |
D | ubrkperfold.cpp | 594 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/ |
D | NVPTXAsmPrinter.h | 150 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/ |
D | readYUV420file.m | 27 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar'); 41 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
|
/external/valgrind/none/tests/x86/ |
D | x86locked.c | 110 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/ |
D | amd64locked.c | 110 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/ |
D | XmlRpcValue.h | 61 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/ |
D | aacdecoder_lib.cpp | 764 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/ |
D | fx_dib_transform.cpp | 224 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/ |
D | PVRTModelPOD.cpp | 271 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/ |
D | m_mallocfree.c | 1434 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/ |
D | rfbproto.h | 719 uint32_t nBytes; member 884 uint32_t nBytes; member
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1322 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/ |
D | ultra.c | 126 hdr.nBytes = Swap32IfLE(cl->afterEncBufLen); in rfbSendOneRectEncodingUltra()
|
D | zlib.c | 225 hdr.nBytes = Swap32IfLE(zlibAfterBufLen); in rfbSendOneRectEncodingZlib()
|