Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/third_party/musl/libc-test/src/functionalext/fortify/
Dstdio.c54 const int bufferSize = 14; in stdio_dynamic_chk_001() local
75 const int bufferSize = 65*1024; in stdio_dynamic_chk_002() local
109 const int bufferSize = 1; in stdio_dynamic_chk_003() local
150 const int bufferSize = 1; in stdio_dynamic_chk_004() local
185 const int bufferSize = 16; in stdio_dynamic_chk_005() local
205 const int bufferSize = 16; in stdio_dynamic_chk_006() local
238 const int bufferSize = 16; in stdio_dynamic_chk_007() local
282 const int bufferSize = 20; in stdio_dynamic_chk_009() local
299 const int bufferSize = 6; in stdio_dynamic_chk_010() local
335 const int bufferSize = 6; in stdio_dynamic_chk_011() local
[all …]
Dunistd.c38 const int bufferSize = 1; in unistd_dynamic_chk_001() local
78 const int bufferSize = 2; in unistd_dynamic_chk_002() local
118 const int bufferSize = 2; in unistd_dynamic_chk_003() local
159 const int bufferSize = 2; in unistd_dynamic_chk_004() local
199 const int bufferSize = 2; in unistd_dynamic_chk_005() local
396 const int bufferSize = 2; in unistd_dynamic_chk_010() local
434 const int bufferSize = 2; in unistd_dynamic_chk_011() local
551 const int bufferSize = 1; in unistd_dynamic_chk_014() local
588 const int bufferSize = 1; in unistd_dynamic_chk_015() local
624 const int bufferSize = 1; in unistd_dynamic_chk_016() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DBufferAllocatedSizeTests.cpp54 const uint32_t bufferSize = kMinBufferSize; in TEST_P() local
63 const uint32_t bufferSize = std::max(1u + requiredBufferAlignment, kMinBufferSize); in TEST_P() local
72 const uint32_t bufferSize = kMinBufferSize; in TEST_P() local
/third_party/skia/tests/
DFrontBufferedStreamTest.cpp57 static void test_incremental_buffering(skiatest::Reporter* reporter, size_t bufferSize) { in test_incremental_buffering()
90 static void test_perfectly_sized_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_perfectly_sized_buffer()
110 static void test_skipping(skiatest::Reporter* reporter, size_t bufferSize) { in test_skipping()
161 static void test_read_beyond_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_read_beyond_buffer()
210 static void test_length_combos(skiatest::Reporter* reporter, size_t bufferSize) { in test_length_combos()
223 static void test_initial_offset(skiatest::Reporter* reporter, size_t bufferSize) { in test_initial_offset()
254 static void test_buffers(skiatest::Reporter* reporter, size_t bufferSize) { in test_buffers()
/third_party/mindspore/mindspore-src/source/third_party/securec/src/
Dgets_s.c54 …size_t bufferSize = ((numberOfElements == (size_t)-1) ? SECUREC_STRING_MAX_LEN : numberOfElements); in gets_s() local
56 size_t bufferSize = numberOfElements; in gets_s() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp738 const size_t bufferSize = 32; in TEST_P() local
774 const size_t bufferSize = 32; in TEST_P() local
825 const size_t bufferSize = 32; in TEST_P() local
894 constexpr size_t bufferSize = 32; in TEST_P() local
907 constexpr size_t bufferSize = 32; in TEST_P() local
969 constexpr size_t bufferSize = 32; in TEST_P() local
998 constexpr size_t bufferSize = 32; in TEST_P() local
1042 constexpr size_t bufferSize = 32; in TEST_P() local
1055 constexpr size_t bufferSize = 32; in TEST_P() local
1071 const size_t bufferSize = 32; in TEST_P() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp185 uint64_t bufferSize = in TestBothTBCopiesExactBufferSize() local
351 constexpr uint64_t bufferSize = 4; in TEST_F() local
430 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
513 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
545 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
597 uint64_t bufferSize = BufferSizeForTextureCopy(128, 16, 1); in TEST_F() local
655 uint64_t bufferSize = BufferSizeForTextureCopy(5, 5, 6); in TEST_F() local
692 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
724 uint64_t bufferSize = BufferSizeForTextureCopy(32, 32, 1); in TEST_F() local
745 uint64_t bufferSize = BufferSizeForTextureCopy(16, 16, 1); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeStorageBufferBarrierTests.cpp30 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
76 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
142 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
208 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
276 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
/third_party/icu/icu4c/source/tools/toolutil/
Dflagparser.cpp117 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const ch… in extractFlag()
165 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { in getFlagOffset()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dflagparser.cpp117 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const ch… in extractFlag()
165 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { in getFlagOffset()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp30 unsigned int bufferSize, in initialize()
111 unsigned int bufferSize, in setSize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp31 unsigned int bufferSize, in initialize()
111 unsigned int bufferSize, in setSize()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DLatencyTuningCallback.cpp31 int bufferSize = oboeStream->getBufferSizeInFrames(); in onAudioReady() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DFontDataTests.java157 writeFontDataWithBuffer(rfd.slice(trim, length), slice, bufferSize); in slicingWriteTest() local
200 private static byte[] readFontDataWithBuffer(ReadableFontData rfd, int bufferSize) { in readFontDataWithBuffer()
235 ReadableFontData rfd, WritableFontData wfd, int bufferSize) { in writeFontDataWithBuffer()
/third_party/bounds_checking_function/src/
Dgets_s.c54 size_t bufferSize = ((destMax == (size_t)(-1)) ? SECUREC_STRING_MAX_LEN : destMax); in gets_s() local
/third_party/skia/src/core/
DSkDataTable.cpp98 size_t bufferSize = count * sizeof(Dir) + dataSize; in MakeCopyArrays() local
118 size_t bufferSize = elemSize * count; in MakeCopyArray() local
/third_party/vk-gl-cts/framework/delibs/destream/
DdeStreamCpyThread.h37 deInt32 bufferSize; member
/third_party/skia/tools/
Dwin_lcid.cpp13 int bufferSize; in MyFuncLocaleEx() local
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.h51 static void WriteFixedIndexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteFixedIndexBuffer()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVertexArrayPerfTest.cpp42 GLuint bufferSize[5] = {384, 1028, 192, 384, 192}; member
149 GLuint bufferSize) in updateBufferData()
DIndexDataManagerTest.cpp28 MockIndexBuffer(unsigned int bufferSize, gl::DrawElementsType indexType) in MockIndexBuffer()
52 MockBufferFactoryD3D(unsigned int bufferSize, gl::DrawElementsType indexType) in MockBufferFactoryD3D()
/third_party/skia/client_utils/android/
DFrontBufferedStream.cpp76 size_t bufferSize) { in Make()
93 FrontBufferedStream::FrontBufferedStream(std::unique_ptr<SkStream> stream, size_t bufferSize) in FrontBufferedStream()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioStreamBase.java48 public int bufferSize; field in AudioStreamBase.StreamStatus
151 public int setBufferSizeInFrames(int bufferSize) { in setBufferSizeInFrames()
/third_party/skia/src/gpu/
DGrStagingBufferManager.cpp31 size_t bufferSize = std::max(size, kMinStagingBufferSize); in allocateStagingBufferSlice() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPersistentCache.cpp36 const size_t bufferSize = mCache->LoadData(ToAPI(mDevice), key.data(), key.size(), in LoadData() local

12345678910>>...16