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:initSize
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
fillp_buf_item.c
35
void *FillpCreateBufItemPool(int poolSize, int
initSize
, int pktSize)
in FillpCreateBufItemPool()
argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
dympool.h
57
int
initSize
; /* Initial size when do create */
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
dympool.c
21
DympoolType *DympCreatePool(int
initSize
, int maxSize, int itemSize, FILLP_BOOL autoExpand,
in DympCreatePool()
argument
H
A
D
spunge_message.c
898
void *SpungeMsgCreatePool(int
initSize
, int maxSize)
in SpungeMsgCreatePool()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H
A
D
shared_transition_effect.cpp
190
auto
initSize
= src->GetLayoutProperty()->GetCalcLayoutConstraint()
in CreateSizeAnimation()
local
/foundation/arkui/ace_engine/test/unittest/core/manager/
H
A
D
display_sync_manager_test.cpp
59
int32_t
initSize
= 0;
in HWTEST_F()
local
120
int32_t
initSize
= 0;
in HWTEST_F()
local
210
int32_t
initSize
in HWTEST_F()
local
257
int32_t
initSize
= 0;
HWTEST_F()
local
299
int32_t
initSize
= 0;
HWTEST_F()
local
343
int32_t
initSize
= 0;
HWTEST_F()
local
385
int32_t
initSize
= 0;
HWTEST_F()
local
446
int32_t
initSize
= 0;
HWTEST_F()
local
500
int32_t
initSize
= 0;
HWTEST_F()
local
559
int32_t
initSize
= 0;
HWTEST_F()
local
613
int32_t
initSize
= 0;
HWTEST_F()
local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_pcb.c
227
int
initSize
= (fpcb->fcAlg == FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_SEND_SIZE : FILLP_DYMM_INIT_SEND_SIZE;
in InitItemPool()
local
299
int
initSize
= (fpcb->fcAlg == FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_RECV_SIZE : FILLP_DYMM_INIT_RECV_SIZE;
in FillpInitRecvPcbBox()
local
Completed in 5 milliseconds