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:bidx
(Results
1 - 4
of
4
) sorted by relevance
/foundation/filemanagement/dfs_service/utils/dentry/src/
H
A
D
meta_file_clouddisk.cpp
215
static inline off_t GetDentryGroupPos(size_t
bidx
)
in GetDentryGroupPos()
argument
217
return
bidx
* DENTRYGROUP_SIZE + DENTRYGROUP_HEADER;
in GetDentryGroupPos()
358
unsigned long
bidx
= 0;
in DoCreate()
local
368
bidx
= GetBidxFromLevel(level, namehash);
in DoCreate()
369
unsigned long endBlock =
bidx
+ BUCKET_BLOCKS;
in DoCreate()
374
for (;
bidx
< endBlock;
bidx
++) {
in DoCreate()
375
pos = GetDentryGroupPos(
bidx
);
in DoCreate()
387
pos = GetDentryGroupPos(
bidx
);
in DoCreate()
404
uint32_t
bidx
{
468
uint32_t
bidx
= GetBucketaddr(level, ctx->hash % nbucket) * BUCKET_BLOCKS;
InLevel()
local
[all...]
H
A
D
meta_file.cpp
204
static inline off_t GetDentryGroupPos(size_t
bidx
)
in GetDentryGroupPos()
argument
206
return
bidx
* DENTRYGROUP_SIZE + DENTRYGROUP_HEADER;
in GetDentryGroupPos()
335
unsigned long
bidx
;
in DoCreate()
local
347
bidx
= BUCKET_BLOCKS * GetBucketaddr(level, namehash % GetBucketByLevel(level));
in DoCreate()
348
unsigned long endBlock =
bidx
+ BUCKET_BLOCKS;
in DoCreate()
355
for (;
bidx
< endBlock;
bidx
++) {
in DoCreate()
356
pos = GetDentryGroupPos(
bidx
);
in DoCreate()
369
pos = GetDentryGroupPos(
bidx
);
in DoCreate()
387
uint32_t
bidx
{
451
uint32_t
bidx
= GetBucketaddr(level, ctx->hash % nbucket) * BUCKET_BLOCKS;
InLevel()
local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
meta_file_clouddisk_mock.cpp
240
static inline off_t GetDentryGroupPos(size_t
bidx
)
in GetDentryGroupPos()
argument
242
return
bidx
* DENTRYGROUP_SIZE + DENTRYGROUP_HEADER;
in GetDentryGroupPos()
370
uint32_t
bidx
{0};
378
ctx->
bidx
= 0;
in InitDcacheLookupCtx()
434
uint32_t
bidx
= GetBucketaddr(level, ctx->hash % nbucket) * BUCKET_BLOCKS;
in InLevel()
local
435
uint32_t endBlock =
bidx
+ BUCKET_BLOCKS;
in InLevel()
437
for (;
bidx
< endBlock;
bidx
++) {
in InLevel()
438
auto dentryBlk = FindDentryPage(
bidx
, ctx);
in InLevel()
449
ctx->
bidx
in InLevel()
[all...]
/foundation/multimodalinput/input/libudev/src/
H
A
D
udev_device.cpp
125
auto
bidx
= idx % (sizeof(val_t) * CHAR_BIT);
in CheckBit()
local
129
return (bits_[vidx] & (1ULL <<
bidx
)) != 0;
in CheckBit()
Completed in 5 milliseconds