Searched refs:nBytes (Results 1 - 25 of 44) sorted by relevance

12

/external/fonttools/Lib/fontTools/ttLib/tables/
H A 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
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A 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
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_wgl.h51 UINT nBytes,
H A Dstw_wgl.c169 UINT nBytes,
172 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
295 UINT nBytes,
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
166 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
291 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_pixelformat.c352 UINT nBytes,
348 DrvDescribeLayerPlane( HDC hdc, INT iPixelFormat, INT iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp201 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; local
208 if (nBytes > sizeof(log_line))
219 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; local
226 if (nBytes > sizeof(log_line))
245 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; local
252 if (nBytes > sizeof(log_line))
271 UINT32 nBytes = (len*2)+1; local
280 if (nBytes > sizeof(log_line))
/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/libvncserver/libvncclient/
H A Dultra.c45 toRead = rfbClientSwap32IfLE(hdr.nBytes);
128 toRead = rfbClientSwap32IfLE(hdr.nBytes);
H A Dzlib.c65 remaining = rfbClientSwap32IfLE(hdr.nBytes);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h140 unsigned int nBytes = 4; local
142 nBytes = 8;
143 for (pos = 0; pos < size; pos += nBytes) {
171 } else if (nBytes == 4)
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp589 int nBytes; local
590 if (ch >= 0xF0) {nBytes=4;}
591 else if (ch >= 0xE0) {nBytes=3;}
592 else if (ch >= 0xC0) {nBytes=2;}
602 for (i=1; i<nBytes; i++) {
605 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/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c298 UINT nBytes,
306 nBytes != sizeof(PIXELFORMATDESCRIPTOR))
637 UINT nBytes,
641 (void) nBytes; (void) plpd;
296 wglDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd) argument
634 wglDescribeLayerPlane(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) argument
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp758 int nBytes; local
760 nBytes = nBits>>3;
761 pSi->numTotalBytes += nBytes;
766 pSi->numBadBytes += nBytes;
/external/aac/libFDK/src/
H A DFDK_crc.cpp190 INT nBytes
357 * Calculate crc starting at current bitstream postion over nBytes.
370 INT nBytes
377 for (i=0; i<nBytes; i++) {
382 for (i=0; i<nBytes; i++) {
/external/libvncserver/libvncserver/
H A Dultra.c126 hdr.nBytes = Swap32IfLE(cl->afterEncBufLen);
H A Dzlib.c225 hdr.nBytes = Swap32IfLE(zlibAfterBufLen);
/external/valgrind/none/tests/amd64/
H A Damd64locked.c98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) argument
101 while (nBytes >= 4) {
107 nBytes -= 4;
109 while (nBytes >= 1) {
112 nBytes -= 1;
/external/valgrind/none/tests/x86/
H A Dx86locked.c98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) argument
101 while (nBytes >= 4) {
107 nBytes -= 4;
109 while (nBytes >= 1) {
112 nBytes -= 1;
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_transform.cpp97 int nBytes = GetBPP() / 8; local
99 if (nBytes == 3) {
104 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes;
108 if (nBytes == 4) {
115 FX_LPCBYTE src_scan = GetScanline(row) + col_start * nBytes;
116 if (nBytes == 1)
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1318 int nBytes; local
1319 if (ch >= 0xF0) {nBytes=4;}
1320 else if (ch >= 0xE0) {nBytes=3;}
1321 else if (ch >= 0xC0) {nBytes=2;}
1331 for (i=1; i<nBytes; i++) {
/external/valgrind/coregrind/
H A Dm_mallocfree.c1369 ULong nBytes; member in struct:__anon16022
1376 /* Sorting by decreasing cost center nBytes, to have the biggest
1381 if (ancc1->nBytes < ancc2->nBytes) return 1;
1382 if (ancc1->nBytes > ancc2->nBytes) return -1;
1457 anCCs[k].nBytes = 0;
1463 anCCs[k].nBytes += (ULong)bszB_to_pszB(a, b_bszB);
1475 anCCs[n_ccs].nBytes = a->stats__perm_bytes_on_loan;
1485 anCCs[k].nBytes, anCC
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py337 def getBytes(self, index, nBytes):
339 newIndex = index + nBytes
345 assert len(bytes) == nBytes
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py337 def getBytes(self, index, nBytes):
339 newIndex = index + nBytes
345 assert len(bytes) == nBytes
/external/libvncserver/rfb/
H A Drfbproto.h713 uint32_t nBytes; member in struct:__anon9235
/external/libopus/src/
H A Dopus_encoder.c933 opus_int32 nBytes; local
1576 nBytes = IMIN(1275, max_data_bytes-1-redundancy_bytes);
1578 st->silk_mode.maxBits = nBytes*8;
1619 ret = silk_Encode( silk_enc, &st->silk_mode, pcm_silk, frame_size, &enc, &nBytes, 0 );
1626 if (nBytes==0)

Completed in 2487 milliseconds

12