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:blkSize
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H
A
D
los_membox.h
80
* @param
blkSize
[IN] Memory block size.
90
extern UINT32 LOS_MemboxInit(VOID *boxMem, UINT32 boxSize, UINT32
blkSize
);
188
* @param
blkSize
[OUT] Type #UINT32* Record membox block size.
196
extern UINT32 LOS_MemboxStatisticsGet(const VOID *boxMem, UINT32 *maxBlk, UINT32 *blkCnt, UINT32 *
blkSize
);
/device/qemu/drivers/virtio/
H
A
D
virtblock.c
51
uint32_t
blkSize
;
member
77
uint32_t
blkSize
; /* block(cluster) size */
member
96
blk->
blkSize
= VIRTBLK_DEF_BLK_SIZE;
in Feature0()
98
bs = conf->
blkSize
;
in Feature0()
101
blk->
blkSize
= bs;
in Feature0()
364
uint32_t e = U32_BITS - __builtin_clz(blk->
blkSize
) - 1;
in VirtMmcFillRespCsd()
392
b[EMMC_EXT_CSD_ACC_SIZE] = blk->
blkSize
/ MMC_SEC_SIZE;
in VirtMmcFillDataExtCsd()
393
b[EMMC_EXT_CSD_REL_WR_SEC_C] = blk->
blkSize
/ MMC_SEC_SIZE;
in VirtMmcFillDataExtCsd()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
mpp_vb_hal.h
39
VB_POOL HI_VBS_CreateExtPool(HI_U64
blkSize
, HI_U32 blkCnt);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
mpp_vb_hal.h
39
VB_POOL HI_VBS_CreateExtPool(HI_U64
blkSize
, HI_U32 blkCnt);
Completed in 3 milliseconds