Home
last modified time | relevance | path

Searched refs:COPY_BUFFER_SIZE (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_copy_buffer/
H A Dcopy_buffer_coherency.c30 #define COPY_BUFFER_SIZE (4<<20) macro
31 uint8_t src_data[COPY_BUFFER_SIZE];
32 uint8_t dest_data[COPY_BUFFER_SIZE];
60 glBufferData(GL_COPY_READ_BUFFER, COPY_BUFFER_SIZE, src_data, in do_copy()
62 glBufferData(GL_COPY_WRITE_BUFFER, COPY_BUFFER_SIZE, NULL, in do_copy()
66 COPY_BUFFER_SIZE); in do_copy()
68 glGetBufferSubDataARB(GL_COPY_WRITE_BUFFER, 0, COPY_BUFFER_SIZE, in do_copy()
71 if (memcmp(src_data, dest_data, COPY_BUFFER_SIZE) != 0) in do_copy()
85 memset(src_data, 0xff, COPY_BUFFER_SIZE); in piglit_init()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192; member in sfntly::ByteArray
112 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyTo()
116 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
133 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyTo()
136 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
146 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyFrom()
149 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom()
166 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyFrom()
169 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom()
H A Dbyte_array.h189 static const int32_t COPY_BUFFER_SIZE; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192; member in sfntly::ByteArray
112 ByteVector b(COPY_BUFFER_SIZE); in CopyTo()
116 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
133 ByteVector b(COPY_BUFFER_SIZE); in CopyTo()
136 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
146 ByteVector b(COPY_BUFFER_SIZE); in CopyFrom()
149 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom()
166 ByteVector b(COPY_BUFFER_SIZE); in CopyFrom()
169 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom()
H A Dbyte_array.h189 static const int32_t COPY_BUFFER_SIZE; variable
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/store/
H A DIndexOutput.cpp16 const int32_t IndexOutput::COPY_BUFFER_SIZE = 16384; member in Lucene::IndexOutput
81 copyBuffer = ByteArray::newInstance(COPY_BUFFER_SIZE); in copyBytes()
84 int32_t toCopy = left > COPY_BUFFER_SIZE ? COPY_BUFFER_SIZE : (int32_t)left; in copyBytes()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Store/
H A DIndexOutput.cs194 private static int COPY_BUFFER_SIZE = 16384; field in Lucene.Net.Store.IndexOutput
203 copyBuffer = new byte[COPY_BUFFER_SIZE]; in CopyBytes()
207 if (left > COPY_BUFFER_SIZE) in CopyBytes()
208 toCopy = COPY_BUFFER_SIZE; in CopyBytes()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/tools/
H A Dqt-faststart.c69 #define COPY_BUFFER_SIZE 1024 macro
87 unsigned char copy_buffer[COPY_BUFFER_SIZE]; in main()
279 if (last_offset > COPY_BUFFER_SIZE) in main()
280 bytes_to_copy = COPY_BUFFER_SIZE; in main()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/store/
H A DIndexOutput.cpp173 copyBuffer = _CL_NEWARRAY(uint8_t, COPY_BUFFER_SIZE); in copyBytes()
176 if (left > COPY_BUFFER_SIZE) in copyBytes()
177 toCopy = COPY_BUFFER_SIZE; in copyBytes()
H A DIndexOutput.h103 LUCENE_STATIC_CONSTANT(int32_t, COPY_BUFFER_SIZE = 16384);
/dports/multimedia/qt-faststart/qt-faststart-0.2/
H A Dqt-faststart.c75 #define COPY_BUFFER_SIZE 1024 macro
94 unsigned char copy_buffer[COPY_BUFFER_SIZE]; in main()
295 if (last_offset > COPY_BUFFER_SIZE) in main()
296 bytes_to_copy = COPY_BUFFER_SIZE; in main()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/util/io/
H A DFiles.java33 private static final int COPY_BUFFER_SIZE = 32768; field in Files
176 ByteBuffer buffer = ByteBuffer.allocate( COPY_BUFFER_SIZE ); in copy()
193 byte[] buffer = new byte[COPY_BUFFER_SIZE]; in copy()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/engine/util/
H A DEngineFiles.java38 private static final int COPY_BUFFER_SIZE = 32768; field in EngineFiles
87 ByteBuffer buffer = ByteBuffer.allocate( COPY_BUFFER_SIZE ); in appendFile()
/dports/science/gromacs/gromacs-2021.4/src/external/thread_mpi/src/
H A Dsettings.h101 #define COPY_BUFFER_SIZE 8192 macro
H A Dscatter.cpp117 using_cb = (total_send_size < (size_t)((cev->N)*COPY_BUFFER_SIZE)); in tMPI_Scatter()
254 using_cb = (total_send_size < (size_t)((cev->N)*COPY_BUFFER_SIZE)); in tMPI_Scatterv()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/worker/
H A Dworker_sql_task_protocol.c28 #define COPY_BUFFER_SIZE (4 * 1024 * 1024) macro
191 if (copyData->len > COPY_BUFFER_SIZE) in TaskFileDestReceiverReceive()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/shellbox/src/Action/
H A DMultipartAction.php38 private const COPY_BUFFER_SIZE = 65536; define in Shellbox\\Action\\MultipartAction
297 echo $multipartStream->read( self::COPY_BUFFER_SIZE );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/shellbox/src/Action/
H A DMultipartAction.php38 private const COPY_BUFFER_SIZE = 65536; define in Shellbox\\Action\\MultipartAction
297 echo $multipartStream->read( self::COPY_BUFFER_SIZE );
/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/tools/
H A DPatcher.java103 _buffer = new byte[COPY_BUFFER_SIZE]; in createFile()
204 protected static final int COPY_BUFFER_SIZE = 4096; field in Patcher
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexOutput.h25 static const int32_t COPY_BUFFER_SIZE;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAssemblyBuilder.cs207 const int COPY_BUFFER_SIZE = 8192; field in System.Web.Compilation.AssemblyBuilder
549 if (count > COPY_BUFFER_SIZE) in CopyFileWithChecksum()
552 src = new char [COPY_BUFFER_SIZE]; in CopyFileWithChecksum()
556 count = sr.Read (src, 0, COPY_BUFFER_SIZE); in CopyFileWithChecksum()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dqt-faststart.c86 #define COPY_BUFFER_SIZE 33554432 macro
327 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dqt-faststart.c86 #define COPY_BUFFER_SIZE 33554432 macro
327 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dqt-faststart.c101 #define COPY_BUFFER_SIZE 33554432 macro
639 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dqt-faststart.c101 #define COPY_BUFFER_SIZE 33554432 macro
639 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main()

12