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:objsize
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_a/fs/fat/os_adapt/
H
A
D
fatfs.c
452
dp_new->obj.
objsize
= 0;
in fatfs_create_obj()
454
dp_new->obj.
objsize
= strlen(target);
in fatfs_create_obj()
546
dp->obj.
objsize
= 0;
in fatfs_lookup()
624
fp->obj.
objsize
= finfo->fsize;
in fatfs_open()
691
fp->obj.
objsize
= finfo->fsize;
in fatfs_read()
790
fp->obj.
objsize
= finfo->fsize;
in fatfs_lseek64()
793
finfo->fsize = fp->obj.
objsize
;
in fatfs_lseek64()
852
fp->obj.
objsize
= finfo->fsize;
in fatfs_write()
859
finfo->fsize = fp->obj.
objsize
;
in fatfs_write()
1178
dfp->f_dir.obj.
objsize
in fatfs_mount()
[all...]
/kernel/liteos_a/
H
A
D
Makefile
146
#$(LITEOS_TARGET): $(OUT)/$(LITEOS_TARGET).
objsize
155
$(OUT)/$(LITEOS_TARGET).
objsize
: $(LITEOS_LIBS_TARGET)
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_gpu_state.c
83
void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t
objsize
)
in state_kcalloc()
argument
86
kzalloc((nr *
objsize
) + sizeof(*obj), GFP_KERNEL);
in state_kcalloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_gpu_state.c
91
static void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t
objsize
)
in state_kcalloc()
argument
94
kvzalloc((nr *
objsize
) + sizeof(*obj), GFP_KERNEL);
in state_kcalloc()
/kernel/liteos_m/components/fs/fatfs/
H
A
D
fatfs.c
875
fp->obj.
objsize
= length; /* Set file size to length */
in DoTruncate()
Completed in 9 milliseconds