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:newsize
(Results
26 - 50
of
71
) sorted by relevance
1
2
3
/third_party/node/deps/uv/src/unix/
H
A
D
os390-syscalls.c
107
unsigned int
newsize
;
in maybe_resize()
local
/third_party/python/Modules/
H
A
D
_codecsmodule.c
203
Py_ssize_t
newsize
;
in _codecs_escape_encode_impl()
local
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fusermount.c
266
unsigned
newsize
= oldsize + 1 + strlen(opt) + expand + 1;
in add_option()
local
/third_party/node/deps/cares/src/lib/
H
A
D
ares_sysconfig.c
132
size_t
newsize
;
in commanjoin()
local
/third_party/node/deps/openssl/openssl/crypto/conf/
H
A
D
conf_def.c
713
size_t
newsize
;
in str_copy()
local
/third_party/openssl/crypto/conf/
H
A
D
conf_def.c
713
size_t
newsize
;
in str_copy()
local
/third_party/python/Parser/
H
A
D
pegen.c
188
int
newsize
= p->size * 2;
in _resize_tokens_array()
local
H
A
D
tokenizer.c
357
Py_ssize_t
newsize
= oldsize + Py_MAX(size, oldsize >> 1);
in tok_reserve_buf()
local
/third_party/python/Modules/_io/
H
A
D
winconsoleio.c
797
DWORD
newsize
= new_buffersize(self, len);
in _io__WindowsConsoleIO_readall_impl()
local
/third_party/vulkan-loader/loader/
H
A
D
cJSON.c
148
size_t
newsize
;
in ensure()
local
/third_party/ffmpeg/libavcodec/
H
A
D
omx.c
866
int
newsize
= s->output_buf_size + buffer->nFilledLen + AV_INPUT_BUFFER_PADDING_SIZE;
in omx_encode_frame()
local
/third_party/backends/backend/
H
A
D
hp5400_internal.c
565
int
newsize
= p->bufstart + maxoff + 2 * p->blksize;
in CircBufferGetLine()
local
H
A
D
hp-accessor.c
75
hp_data_resize (HpData this, size_t
newsize
)
in hp_data_resize()
argument
97
size_t
newsize
= this->bufsiz;
in hp_data_alloc()
local
/third_party/libfuse/util/
H
A
D
fusermount.c
672
unsigned
newsize
= oldsize + 1 + strlen(opt) + expand + 1;
in add_option()
local
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_dfa_match.c
429
uint32_t
newsize
= (rws->size >= UINT32_MAX/2)? UINT32_MAX/2 : rws->size * 2;
in more_workspace()
local
H
A
D
pcre2_match.c
668
PCRE2_SIZE
newsize
= match_data->heapframes_size * 2;
in match()
local
/third_party/skia/third_party/externals/freetype/src/bdf/
H
A
D
bdflib.c
318
unsigned long
newsize
= oldsize + ( oldsize >> 1 ) + 5;
in _bdf_list_ensure()
local
/third_party/python/Lib/test/
H
A
D
test_sys.py
1505
newsize
= PySet_MINSIZE
variable in SizeofTest.test_objecttypes.C
/third_party/python/Objects/
H
A
D
tupleobject.c
915
_PyTuple_Resize(PyObject **pv, Py_ssize_t
newsize
)
in _PyTuple_Resize()
argument
H
A
D
listobject.c
44
list_resize(PyListObject *self, Py_ssize_t
newsize
)
in list_resize()
argument
[all...]
H
A
D
bytearrayobject.c
938
Py_ssize_t
newsize
;
in bytearray_repr()
local
H
A
D
setobject.c
244
size_t
newsize
= PySet_MINSIZE;
in set_table_resize()
local
/third_party/ffmpeg/libavformat/
H
A
D
aviobuf.c
1100
int64_t
newsize
= avio_size(s);
in ffio_limit()
local
/third_party/cJSON/
H
A
D
cJSON.c
608
size_t
newsize
= 0;
in ensure()
local
/third_party/FreeBSD/sys/kern/
H
A
D
subr_bus.c
948
int
newsize
;
in devclass_alloc_unit()
local
Completed in 59 milliseconds
1
2
3