Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 25 of 4768) sorted by path

12345678910>>...191

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dwingdi.rs680 nBytes: DWORD,
2676 nBytes: UINT, in DescribePixelFormat()
5552 nBytes: UINT, in wglDescribeLayerPlane()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwingdi.rs680 nBytes: DWORD,
2676 nBytes: UINT, in DescribePixelFormat()
5552 nBytes: UINT, in wglDescribeLayerPlane()
/dports/archivers/bzip2/bzip2-1.0.8/
H A 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()
/dports/archivers/lbzip2/lbzip2-2.5/tests/
H A D32767.diff78 nBytes = bytesOut;
H A Dbzip2-0.1pl2.c1181 Int32 nGroups, nBytes; in sendMTFValues() local
1386 nBytes = bytesOut; in sendMTFValues()
1396 fprintf ( stderr, " bytes: mapping %d, ", bytesOut-nBytes ); in sendMTFValues()
1400 nBytes = bytesOut; in sendMTFValues()
1408 fprintf ( stderr, "selectors %d, ", bytesOut-nBytes ); in sendMTFValues()
1411 nBytes = bytesOut; in sendMTFValues()
1424 fprintf ( stderr, "code lengths %d, ", bytesOut-nBytes ); in sendMTFValues()
1427 nBytes = bytesOut; in sendMTFValues()
1448 fprintf ( stderr, "codes %d\n", bytesOut-nBytes ); in sendMTFValues()
/dports/archivers/p5-Compress-Bzip2/Compress-Bzip2-2.24/bzlib-src/
H A 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()
/dports/archivers/p5-Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.101/bzip2-src/
H A Dcompress.c243 Int32 nGroups, nBytes; in sendMTFValues() local
261 ((void)nBytes); /* Silence variable ‘nBytes’ set but not used warning */ in sendMTFValues()
504 nBytes = s->numZ; in sendMTFValues()
515 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
519 nBytes = s->numZ; in sendMTFValues()
527 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
530 nBytes = s->numZ; in sendMTFValues()
543 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
546 nBytes = s->numZ; in sendMTFValues()
598 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/dports/archivers/unalz/unalz/bzip2/
H A Dcompress.c233 Int32 nGroups, nBytes; in sendMTFValues() local
490 nBytes = s->numZ; in sendMTFValues()
501 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
505 nBytes = s->numZ; in sendMTFValues()
513 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
516 nBytes = s->numZ; in sendMTFValues()
529 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
532 nBytes = s->numZ; in sendMTFValues()
583 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/dports/archivers/xmill/xmill/bzlib/
H A Dcompress.c281 Int32 nGroups, nBytes; in sendMTFValues() local
490 nBytes = s->numZ; in sendMTFValues()
501 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
505 nBytes = s->numZ; in sendMTFValues()
513 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
516 nBytes = s->numZ; in sendMTFValues()
529 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
532 nBytes = s->numZ; in sendMTFValues()
552 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DSpiceCel.h379 SpiceInt nBytes; \
381 nBytes = brckti_c ( (cell)->length, 0, (lenout-1) ) \
384 memmove ( (item), SPICE_CELL_ELEM_C((cell), (i)), nBytes ); \
386 item[nBytes] = NULLCHAR; \
408 SpiceInt nBytes; \
410 nBytes = brckti_c ( strlen(item), 0, (cell)->length - 1 ) \
415 memmove ( sPtr, (item), nBytes ); \
417 sPtr[nBytes] = NULLCHAR; \
/dports/astro/celestia-gtk/celestia-1.6.1/src/cel3ds/
H A D3dsread.cpp234 int nBytes, in read3DSChunks() argument
241 while (bytesRead < nBytes) in read3DSChunks()
245 if (bytesRead != nBytes) in read3DSChunks()
246 cout << "Expected " << nBytes << " bytes but read " << bytesRead << '\n'; in read3DSChunks()
/dports/astro/celestia-gtk/celestia-1.6.1/windows/inc/spice/
H A DSpiceCel.h379 SpiceInt nBytes; \
381 nBytes = brckti_c ( (cell)->length, 0, (lenout-1) ) \
384 memmove ( (item), SPICE_CELL_ELEM_C((cell), (i)), nBytes ); \
386 item[nBytes] = NULLCHAR; \
408 SpiceInt nBytes; \
410 nBytes = brckti_c ( strlen(item), 0, (cell)->length - 1 ) \
415 memmove ( sPtr, (item), nBytes ); \
417 sPtr[nBytes] = NULLCHAR; \
H A DSpiceZmc.h929 SpiceInt nBytes; \
954 nBytes = ndim * fLen * sizeof(SpiceChar); \
955 memmove ( array, fCell, nBytes ); \
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DSpiceCel.h379 SpiceInt nBytes; \
381 nBytes = brckti_c ( (cell)->length, 0, (lenout-1) ) \
384 memmove ( (item), SPICE_CELL_ELEM_C((cell), (i)), nBytes ); \
386 item[nBytes] = NULLCHAR; \
408 SpiceInt nBytes; \
410 nBytes = brckti_c ( strlen(item), 0, (cell)->length - 1 ) \
415 memmove ( sPtr, (item), nBytes ); \
417 sPtr[nBytes] = NULLCHAR; \
/dports/astro/celestia/celestia-1.6.1/src/cel3ds/
H A D3dsread.cpp234 int nBytes, in read3DSChunks() argument
241 while (bytesRead < nBytes) in read3DSChunks()
245 if (bytesRead != nBytes) in read3DSChunks()
246 cout << "Expected " << nBytes << " bytes but read " << bytesRead << '\n'; in read3DSChunks()
/dports/astro/celestia/celestia-1.6.1/windows/inc/spice/
H A DSpiceCel.h379 SpiceInt nBytes; \
381 nBytes = brckti_c ( (cell)->length, 0, (lenout-1) ) \
384 memmove ( (item), SPICE_CELL_ELEM_C((cell), (i)), nBytes ); \
386 item[nBytes] = NULLCHAR; \
408 SpiceInt nBytes; \
410 nBytes = brckti_c ( strlen(item), 0, (cell)->length - 1 ) \
415 memmove ( sPtr, (item), nBytes ); \
417 sPtr[nBytes] = NULLCHAR; \
H A DSpiceZmc.h929 SpiceInt nBytes; \
954 nBytes = ndim * fLen * sizeof(SpiceChar); \
955 memmove ( array, fCell, nBytes ); \
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dgdal.h559 void CPL_DLL GDALSetCacheMax( int nBytes );
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrgeometryfactory.cpp144 int nBytes ) in createFromWkb() argument
154 if( nBytes < 5 && nBytes != -1 ) in createFromWkb()
203 eErr = poGeom->importFromWkb( pabyData, nBytes ); in createFromWkb()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/iso8211/src/
H A Dddfsubfielddefn.cpp781 int nBytes, i; in DumpData() local
782 GByte *pabyBString = (GByte *) ExtractStringData( pachData, nMaxBytes, &nBytes ); in DumpData()
785 for( i = 0; i < std::min(nBytes,24); i++ ) in DumpData()
788 if( nBytes > 24 ) in DumpData()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/include/
H A Dsqlite3.h4881 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/src/
H A Dsqlite3.c22532 if( nBytes<=0 ){ in memsys3Realloc()
22537 if( nBytes<=nOld && nBytes>=nOld-128 ){ in memsys3Realloc()
23053 if( nBytes>0 ){ in memsys5Malloc()
23090 assert( (nBytes&(nBytes-1))==0 ); /* EV: R-46199-30249 */ in memsys5Realloc()
23092 if( nBytes==0 ){ in memsys5Realloc()
25268 if( nBytes==0 ){
100514 int nBytes;
117109 if( nBytes>=0 && (nBytes==0 || zSql[nBytes-1]!=0) ){
117357 if( nBytes>=0 ){
117361 nBytes = sz;
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/bzip2/
H A Dcompress.c287 Int32 nGroups, nBytes; in sendMTFValues() local
545 nBytes = s->numZ; in sendMTFValues()
556 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
560 nBytes = s->numZ; in sendMTFValues()
568 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
571 nBytes = s->numZ; in sendMTFValues()
584 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
587 nBytes = s->numZ; in sendMTFValues()
639 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/cspice/
H A DSpiceCel.h379 SpiceInt nBytes; \
381 nBytes = brckti_c ( (cell)->length, 0, (lenout-1) ) \
384 memmove ( (item), SPICE_CELL_ELEM_C((cell), (i)), nBytes ); \
386 item[nBytes] = NULLCHAR; \
408 SpiceInt nBytes; \
410 nBytes = brckti_c ( strlen(item), 0, (cell)->length - 1 ) \
415 memmove ( sPtr, (item), nBytes ); \
417 sPtr[nBytes] = NULLCHAR; \
H A DSpiceZmc.h943 SpiceInt nBytes; \
968 nBytes = ndim * fLen * sizeof(SpiceChar); \
969 memmove ( array, fCell, nBytes ); \

12345678910>>...191