Searched refs:clength (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 1651 var cmode, clength, data; 1664 clength = [0, rowSize * this._FBU.height]; 1666 … clength = RFB.encodingHandlers.getTightCLength(this._sock.rQslice(3 + paletteSize, 1670 this._FBU.bytes += clength[0] + clength[1]; 1676 this._sock.rQskipBytes(clength[0]); 1679 data = this._sock.rQshiftBytes(clength[1]); 1681 data = decompress(this._sock.rQshiftBytes(clength[1])); 1704 clength = [0, uncompressedSize]; 1706 clength = RFB.encodingHandlers.getTightCLength(this._sock.rQslice(1, 4)); 1708 this._FBU.bytes = 1 + clength[0] + clength[1]; [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 533 int32_t clength = ceList2->size(); in minLengthInChars() local 535 int32_t roffset = offset + clength; in minLengthInChars() 637 int32_t clength = ceList->size(); in minLengthInChars() local 638 int32_t *history = NEW_ARRAY(int32_t, clength); in minLengthInChars() 640 for (int32_t i = 0; i < clength; i += 1) { in minLengthInChars()
|
/external/python/cpython2/Lib/ |
D | cgi.py | 153 clength = int(environ['CONTENT_LENGTH']) 154 if maxlen and clength > maxlen: 156 qs = fp.read(clength) 236 clength = headers.getheader('content-length') 237 if clength: 239 bytes = int(clength)
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageChannel.java | 409 int clength = badReq.length(); in createBadReqRes() local 411 clength + buf.length() + ContentTypeHeader.NAME.length() in createBadReqRes() 420 ContentLength clengthHeader = new ContentLength(clength); in createBadReqRes()
|
/external/valgrind/callgrind/ |
D | callgrind_control.in | 151 my $clength = $length + int(($length - 1) / 3); 152 $CC_col_widths->[$i] = max($CC_col_widths->[$i], $clength);
|
D | callgrind_annotate.in | 813 my $clength = $length + int(($length - 1) / 3); 814 $CC_col_widths->[$i] = max($CC_col_widths->[$i], $clength);
|
/external/valgrind/cachegrind/ |
D | cg_annotate.in | 538 my $clength = $length + int(($length - 1) / 3); 539 $CC_col_widths->[$i] = max($CC_col_widths->[$i], $clength);
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng_util.cpp | 182 unsigned clength = lodepng_chunk_length(chunk); in getFilterTypesInterlaced() local 184 for(unsigned i = 0; i < clength; i++) in getFilterTypesInterlaced()
|