Home
last modified time | relevance | path

Searched defs:newBuf (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/
Dos_memory_aligned.h121 void *newBuf = os_malloc_aligned(newsize, alignment); in os_realloc_aligned() local
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java619 char[] newBuf = new char[reusableChars.length * 2]; in readNumberImpl() local
786 char[] newBuf = new char[reusableChars.length * 2]; in readStringSlowPath() local
792 char[] newBuf = new char[reusableChars.length * 2]; in readStringSlowPath() local
803 char[] newBuf = new char[reusableChars.length * 2]; in readStringSlowPath() local
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift60 let newBuf = FlatBuffersUtils.removeSizePrefix(bb: bytes.buffer) in testCreateMonsterPrefixed() variable
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp2007 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/icu/icu4c/source/i18n/
Drematch.cpp1997 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drematch.cpp1992 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp1997 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/third_party/python/Modules/expat/
Dxmlparse.c2096 char *newBuf; in XML_GetBuffer() local
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c2096 char *newBuf; in XML_GetBuffer() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp60955 T* newBuf = this->template pod_malloc<T>(aNewCap); in convertToHeapStorage() local