perf_benchmark sample
lfs_dir_find_match::size
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
perf_benchmark sample
lfs_dir_find_match::size
lfs_dir_find_match::size field
Syntax
Show:
Summary
Declaration
from
lfs.c:1437
lfs_size_t
size
;
Examples
References
from
examples
Code
Location
Referrer
lfs_size_t
size
;
lfs.c:1437
lfs_size_t
diff
=
lfs_min
(
name
->
size
,
lfs_tag_size
(
tag
)
)
;
lfs.c:1447
lfs_dir_find_match()
if
(
name
->
size
!=
lfs_tag_size
(
tag
)
)
{
lfs.c:1456
lfs_dir_find_match()
return
(
name
->
size
<
lfs_tag_size
(
tag
)
)
?
LFS_CMP_LT
:
LFS_CMP_GT
;
lfs.c:1457
lfs_dir_find_match()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lfs_dir_find_match::size
is read by 1 function:
All items filtered out
lfs_dir_find_match::size
lfs_dir_find_match()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out