Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:newBuf
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lzma/CPP/Common/
H
A
D
DynLimBuf.cpp
43
Byte *
newBuf
= (Byte *)MyAlloc(n);
in operator +=()
local
79
Byte *
newBuf
= (Byte *)MyAlloc(n);
in operator +=()
local
H
A
D
MyString.cpp
409
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...]
/third_party/mesa3d/src/util/
H
A
D
os_memory_aligned.h
121
void *
newBuf
= os_malloc_aligned(newsize, alignment);
in os_realloc_aligned()
local
/third_party/musl/libc-test/src/functional/
H
A
D
fopencookie_test.c
50
char *
newBuf
;
in mwrite()
local
/third_party/icu/icu4c/source/i18n/
H
A
D
rematch.cpp
2007
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
D
rematch.cpp
2007
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
D
rematch.cpp
1997
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
D
xmlparse.c
2143
char *
newBuf
;
in XML_GetBuffer()
local
[all...]
/third_party/python/Modules/expat/
H
A
D
xmlparse.c
2112
char *
newBuf
;
in XML_GetBuffer()
local
[all...]
Completed in 38 milliseconds