Home
last modified time | relevance | path

Searched defs:newBuf (Results 1 - 19 of 19) sorted by relevance

/third_party/lzma/CPP/Common/
H A DDynLimBuf.cpp43 Byte *newBuf = (Byte *)MyAlloc(n); in operator +=() local
79 Byte *newBuf = (Byte *)MyAlloc(n); in operator +=() local
H A DMyString.cpp409 char *newBuf = MY_STRING_NEW_char((size_t)newLimit + 1); in ReAlloc() local
420 char *newBuf = MY_STRING_NEW_char((size_t)newLimit + 1); in ReAlloc2() local
544 char *newBuf = MY_STRING_NEW_char(1 + 1); in operator =() local
561 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); in operator =() local
578 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); operator =() local
603 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); SetFromWStr_if_Ascii() local
699 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); SetFrom() local
1005 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)newLimit + 1); ReAlloc() local
1016 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)newLimit + 1); ReAlloc2() local
1169 wchar_t *newBuf = MY_STRING_NEW_wchar_t(1 + 1); operator =() local
1186 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); operator =() local
1203 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); operator =() local
1217 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); SetFrom() local
1255 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); SetFromBstr() local
1295 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); operator =() local
1670 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); operator =() local
1685 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); SetFromAscii() local
1704 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); operator =() local
[all...]
/kernel/liteos_a/lib/libscrew/src/
H A Dlos_seq_buf.c39 char *newBuf = NULL; in ExpandSeqBuf() local
/third_party/mesa3d/src/util/
H A Dos_memory_aligned.h121 void *newBuf = os_malloc_aligned(newsize, alignment); in os_realloc_aligned() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.cpp33 auto *newBuf = chunk_->NewArray<uint8_t>(newSize); in Expand() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.cpp31 auto *newBuf = Runtime::GetCurrent()->GetInternalAllocator()->New<uint8_t[]>(newSize); in Expand() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstring_utils.cpp53 char *newBuf = new char[count + 1]; in StringPrintf() local
/third_party/musl/libc-test/src/functional/
H A Dfopencookie_test.c50 char *newBuf; in mwrite() local
/test/xts/acts/arkui/libuv/src/
H A DActsLibuvTest.cpp103 char* newBuf = uv_err_name_r(err, buf, buflen); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string_builder.cpp55 auto *newBuf = EtsObjectArray::Create(bufHandle->GetClass(), bufLen); in ReallocateBuffer() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_message.c482 char *newBuf = (char *)SoftBusCalloc(pkgLen); in TransResizeDataBuffer() local
/kernel/liteos_a/shell/full/src/cmds/
H A Ddmesg.c177 CHAR *newBuf = (CHAR *)addr + sizeof(DmesgInfo); in OsCopyToNew() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c348 char *newBuf = (char *)HksMalloc(strLen + 1); /* 1: end char */ in CloneNewStr() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c147 uint8_t *newBuf = NULL; in GetServiceDiscoverInfo() local
184 uint8_t *newBuf in GetServiceNotificationInfo() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp2007 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp2007 char16_t *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp1997 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c2143 char *newBuf; in XML_GetBuffer() local
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c2112 char *newBuf; in XML_GetBuffer() local
[all...]

Completed in 41 milliseconds