Home
last modified time | relevance | path

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

/third_party/qrcodegen/c/
Dqrcodegen-demo.c63 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doBasicDemo() local
75 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doVarietyDemo() local
84 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doVarietyDemo() local
95 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doVarietyDemo() local
112 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doVarietyDemo() local
127 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doSegmentDemo() local
159 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doSegmentDemo() local
196 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doSegmentDemo() local
247 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doMaskDemo() local
271 uint8_t tempBuffer[qrcodegen_BUFFER_LEN_MAX]; in doMaskDemo() local
Dqrcodegen.c129 bool qrcodegen_encodeText(const char *text, uint8_t tempBuffer[], uint8_t qrcode[], in qrcodegen_encodeText()
197 enum qrcodegen_Ecc ecl, uint8_t tempBuffer[], uint8_t qrcode[]) { in qrcodegen_encodeSegments()
205 …int minVersion, int maxVersion, enum qrcodegen_Mask mask, bool boostEcl, uint8_t tempBuffer[], uin… in qrcodegen_encodeSegmentsAdvanced()
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c72 float32_t * tempBuffer) in arm_spline_init_f32()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandRecordingContext.cpp122 void CommandRecordingContext::AddToTempBuffers(Ref<Buffer> tempBuffer) { in AddToTempBuffers()
DCommandBufferD3D12.cpp215 Ref<Buffer> tempBuffer = ToBackend(std::move(tempBufferBase)); in RecordCopyTextureWithTemporaryBuffer() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java79 String tempBuffer = messageFormatter.format(paramArray); in Test4074764() local
137 String tempBuffer = messageFormatter.format(paramArray); in Test4031438() local
682 String tempBuffer = messageFormatter.format(paramsMap); in testBugTestsWithNamesArguments() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessageRegressionTest.java82 String tempBuffer = messageFormatter.format(paramArray); in Test4074764() local
140 String tempBuffer = messageFormatter.format(paramArray); in Test4031438() local
685 String tempBuffer = messageFormatter.format(paramsMap); in testBugTestsWithNamesArguments() local
/third_party/node/deps/icu-small/source/common/
Duloc.cpp765 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in ulocimp_getKeywordValue() local
1409 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_openKeywords() local
1492 …PreflightingLocaleIDBuffer tempBuffer; // if localeID has a BCP47 extension, tmpLocaleID points t… in _canonicalize() local
1798 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_getVariant() local
/third_party/skia/third_party/externals/icu/source/common/
Duloc.cpp756 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in ulocimp_getKeywordValue() local
1399 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_openKeywords() local
1477 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in _canonicalize() local
1765 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_getVariant() local
/third_party/icu/icu4c/source/common/
Duloc.cpp756 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in ulocimp_getKeywordValue() local
1399 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_openKeywords() local
1477 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in _canonicalize() local
1765 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_getVariant() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp224 dng_memory_data tempBuffer (aBufSize); in Extract_Multibyte() local
1666 dng_memory_data tempBuffer ( in Replace() local
2074 dng_memory_data tempBuffer (tempBufferSize); in ForceASCII() local
Ddng_jpeg_image.cpp100 AutoPtr<dng_memory_block> tempBuffer; in Process() local
Ddng_read_image.cpp861 dng_pixel_buffer tempBuffer (buffer); in DoGet() local
885 dng_pixel_buffer tempBuffer (buffer); in DoPut() local
909 AutoPtr<dng_memory_block> &tempBuffer) in ReorderSubTileBlocks()
Ddng_image_writer.cpp3009 AutoPtr<dng_memory_block> &tempBuffer) in EncodePredictor()
4176 AutoPtr<dng_memory_block> &tempBuffer) in WriteTile()
4395 AutoPtr<dng_memory_block> tempBuffer; in Process() local
4680 AutoPtr<dng_memory_block> tempBuffer; in WriteImage() local
/third_party/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp105 UnicodeString tempBuffer; in Test4074764() local
199 UnicodeString tempBuffer; in Test4031438() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duloc.cpp858 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_getKeywordValue() local
1624 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_openKeywords() local
1696 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in _canonicalize() local
2047 char tempBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_getVariant() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp166 std::vector<uint8_t> tempBuffer(width * height * 4); in testAttachment() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp166 std::vector<uint8_t> tempBuffer(width * height * 4); in testAttachment() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp816 glw::GLint* tempBuffer = (glw::GLint*)gl.mapBufferRange( in initializeBufferObjectData() local
/third_party/flutter/skia/src/codec/
DSkRawCodec.cpp306 SkAutoSTMalloc<kMinSizeToRead, uint8> tempBuffer(sizeToRead); in bufferMoreData() local
/third_party/skia/src/codec/
DSkRawCodec.cpp306 SkAutoSTMalloc<kMinSizeToRead, uint8> tempBuffer(sizeToRead); in bufferMoreData() local
/third_party/mesa3d/src/mesa/main/
Dimage.c478 GLuint *tempBuffer; in _mesa_convert_colors() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp464 Ref<Buffer> tempBuffer = in RecordCopyImageWithTemporaryBuffer() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISO2022.java1241 ByteBuffer tempBuffer = ByteBuffer.wrap(tempBuf); in decodeLoop() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp741 const Buffer tempBuffer (m_context.getRenderContext()); in iterate() local