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
refs:stb
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
spunge_core.c
979
if (g_resource.common.fullCpuEnable && (inst->
stb
.tbFpcbLists.size > 0)) {
in SpungeMainDelay()
1261
void SpungeEnableTokenTimer(struct SpungeTokenBucke *
stb
)
in SpungeEnableTokenTimer()
argument
1263
if (!FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&
stb
->tockenTimerNode)) {
in SpungeEnableTokenTimer()
1264
FillpTimingWheelAddTimer(&
stb
->inst->timingWheel,
stb
->tockenTimerNode.interval +
stb
->inst->curTime,
in SpungeEnableTokenTimer()
1265
&
stb
->tockenTimerNode);
in SpungeEnableTokenTimer()
1269
void SpungeDisableTokenTimer(struct SpungeTokenBucke *
stb
)
in SpungeDisableTokenTimer()
argument
1271
if (FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&
stb
->tockenTimerNode)) {
in SpungeDisableTokenTimer()
1272
FillpTimingWheelDelTimer(
stb
in SpungeDisableTokenTimer()
1278
struct SpungeTokenBucke *
stb
= (struct SpungeTokenBucke *)p;
SpungeTokenTimerCb()
local
1318
struct SpungeTokenBucke *
stb
;
SpungeItemRouteByToken()
local
1351
SpungeClearItemWaitTokenList(struct SpungeTokenBucke *
stb
)
SpungeClearItemWaitTokenList()
argument
1389
SpungeCheckItemWaitTokenList(struct SpungeTokenBucke *
stb
)
SpungeCheckItemWaitTokenList()
argument
1443
struct SpungeTokenBucke *
stb
= &inst->
stb
;
SpungeInitTokenBucket()
local
1475
struct SpungeTokenBucke *
stb
= FILLP_NULL_PTR;
SpungeTokenBucketAddFpcb()
local
1496
struct SpungeTokenBucke *
stb
= FILLP_NULL_PTR;
SpungeTokenBucketDelFpcb()
local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
spunge_core.h
114
void SpungeEnableTokenTimer(struct SpungeTokenBucke *
stb
);
115
void SpungeDisableTokenTimer(struct SpungeTokenBucke *
stb
);
118
void SpungeCheckItemWaitTokenList(struct SpungeTokenBucke *
stb
);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
spunge.h
122
struct SpungeTokenBucke
stb
;
member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_stb_image.cpp
58
#include <
stb
/stb_image.h>
89
// NOTE: Reading the
stb
error code is NOT THREADSAFE.
238
// 1D images not supported with
stb
loader
in ResolveImageDesc()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_common.c
197
pcb->pcbInst->
stb
.waitPktCount--;
in FillpAckItemWaitTklist()
Completed in 5 milliseconds