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:system_page_size
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
logfile.c
68
logfile_system_page_size = le32_to_cpu(rp->
system_page_size
);
in ntfs_check_restart_page_header()
212
if ((u32)(ra_ofs + ra_len) > le32_to_cpu(rp->
system_page_size
) ||
in ntfs_check_restart_area()
214
le32_to_cpu(rp->
system_page_size
) ||
in ntfs_check_restart_area()
281
* function needs @rp->
system_page_size
bytes in @rp, i.e. it requires the full
295
> le32_to_cpu(rp->
system_page_size
))
in ntfs_check_log_client_array()
301
if (offset_clients >= le32_to_cpu(rp->
system_page_size
))
in ntfs_check_log_client_array()
323
> le32_to_cpu(rp->
system_page_size
))
in ntfs_check_log_client_array()
400
if ((le32_to_cpu(rp->
system_page_size
)
in ntfs_check_and_load_restart_page()
402
|| (le32_to_cpu(rp->
system_page_size
)
in ntfs_check_and_load_restart_page()
405
trp = ntfs_malloc(le32_to_cpu(rp->
system_page_size
));
in ntfs_check_and_load_restart_page()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsdump_logfile.c
301
if (page_size != le32_to_cpu(rstr->
system_page_size
)) {
in restart_header_sanity()
302
page_size = le32_to_cpu(rstr->
system_page_size
);
in restart_header_sanity()
360
ntfs_log_info("
system_page_size
= %u (0x%x)\n",
in dump_restart_areas_header()
361
(unsigned int)le32_to_cpu(rstr->
system_page_size
),
in dump_restart_areas_header()
362
(unsigned int)le32_to_cpu(rstr->
system_page_size
));
in dump_restart_areas_header()
H
A
D
ntfsrecover.c
2728
printf("
system_page_size
%08lx\n",
in showrest()
2729
(long)le32_to_cpu(rest->
system_page_size
));
in showrest()
3160
u32
system_page_size
;
in getlogfiledata()
local
3172
system_page_size
= le32_to_cpu(rph->
system_page_size
);
in getlogfiledata()
3174
if (
system_page_size
< NTFS_BLOCK_SIZE ||
in getlogfiledata()
3176
system_page_size
& (
system_page_size
- 1) ||
in getlogfiledata()
3181
if (off & 7 || off >
system_page_size
) {
in getlogfiledata()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_screen.c
350
const long
system_page_size
= sysconf(_SC_PAGE_SIZE);
in crocus_get_param()
local
352
if (system_memory_pages <= 0 ||
system_page_size
<= 0)
in crocus_get_param()
356
(uint64_t) system_memory_pages * (uint64_t)
system_page_size
;
in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_screen.c
171
const long
system_page_size
= sysconf(_SC_PAGE_SIZE);
in iris_get_video_memory()
local
173
if (system_memory_pages <= 0 ||
system_page_size
<= 0)
in iris_get_video_memory()
177
(uint64_t) system_memory_pages * (uint64_t)
system_page_size
;
in iris_get_video_memory()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
logfile.h
78
/* 16*/ le32
system_page_size
; /* Byte size of system pages when the log file
member
197
has to be <=
system_page_size
. Also,
215
system_page_size
. On Win2k and presumably
Completed in 10 milliseconds