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:idIndex
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H
A
D
lnn_lane.c
99
uint32_t
idIndex
= (g_laneReqId + 1) % MAX_LANE_REQ_ID_NUM;
in AllocLaneReqId()
local
101
if (((g_laneReqIdBitmap[
idIndex
>> ID_SHIFT_STEP] >> (
idIndex
& ID_CALC_MASK)) & IS_USED) == IS_NOT_USED) {
in AllocLaneReqId()
102
g_laneReqIdBitmap[
idIndex
>> ID_SHIFT_STEP] |= (IS_USED << (
idIndex
& ID_CALC_MASK));
in AllocLaneReqId()
103
g_laneReqId =
idIndex
;
in AllocLaneReqId()
104
randomId =
idIndex
+ 1;
in AllocLaneReqId()
109
if (
idIndex
== g_laneReqId) {
in AllocLaneReqId()
112
idIndex
= (
idIndex
in AllocLaneReqId()
130
uint32_t
idIndex
= randomId - 1;
DestroyLaneReqId()
local
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H
A
D
netfirewall_db_helper.h
60
int32_t
idIndex
;
member
Completed in 4 milliseconds