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:page_size
(Results
1 - 9
of
9
) sorted by relevance
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H
A
D
drv_spiflash.h
44
uint32_t
page_size
; ///< Optimal programming page size in bytes
member
H
A
D
drv_eflash.h
44
uint32_t
page_size
; ///< Optimal programming page size in bytes
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H
A
D
cmpi_mm.c
67
hi_ulong
page_size
;
in cmpi_remap_cached()
local
91
hi_ulong
page_size
;
in cmpi_remap_nocache()
local
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H
A
D
mpp_rkvdec2.c
1030
size_t
page_size
= PAGE_ALIGN(rcb_size - sram_size);
in rkvdec2_alloc_rcbbuf()
local
1215
size_t
page_size
= PAGE_ALIGN(dec->rcb_size - dec->sram_size);
in rkvdec2_free_rcbbuf()
local
H
A
D
mpp_rkvenc2.c
1479
size_t
page_size
= PAGE_ALIGN(sram_used - sram_size);
in rkvenc2_alloc_rcbbuf()
local
1647
size_t
page_size
= PAGE_ALIGN(enc->sram_used - enc->sram_size);
in rkvenc2_free_rcbbuf()
local
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H
A
D
mpp_rkvdec2.c
1030
size_t
page_size
= PAGE_ALIGN(rcb_size - sram_size);
in rkvdec2_alloc_rcbbuf()
local
1214
size_t
page_size
= PAGE_ALIGN(dec->rcb_size - dec->sram_size);
in rkvdec2_free_rcbbuf()
local
H
A
D
mpp_rkvenc2.c
1466
size_t
page_size
= PAGE_ALIGN(sram_used - sram_size);
in rkvenc2_alloc_rcbbuf()
local
1635
size_t
page_size
= PAGE_ALIGN(enc->sram_used - enc->sram_size);
in rkvenc2_free_rcbbuf()
local
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/dwc/
H
A
D
pcie-designware.h
235
size_t
page_size
;
member
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
mm.h
988
static inline unsigned long
page_size
(struct page *page)
in page_size()
function
Completed in 16 milliseconds