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:sectorSize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/gptfdisk/
H
A
D
bsd.cc
33
sectorSize
= 512;
in BSDData()
120
sectorSize
= *temp32;
in ReadBSDData()
179
ReverseBytes(&
sectorSize
, 4);
in ReverseMetaBytes()
H
A
D
support.cc
235
// (
sectorSize
defaults to 1). Note that this function uses peculiar
239
string BytesToIeee(uint64_t size, uint32_t
sectorSize
) {
in BytesToIeee()
argument
247
sizeInIeee = previousIeee = size * (uint64_t)
sectorSize
;
in BytesToIeee()
H
A
D
bsd.h
62
uint32_t
sectorSize
; // # of bytes per sector
member in BSDData
H
A
D
support.h
76
std::string BytesToIeee(uint64_t size, uint32_t
sectorSize
);
/third_party/sqlite/src/
H
A
D
sqlite3.c
37009
int
sectorSize
; /* Device sector size */
global()
member
56177
u32
sectorSize
; /* Assumed sector size during rollback */
global()
member
67143
int
sectorSize
= sqlite3SectorSize(pWal->pWalFd);
global()
local
[all...]
Completed in 152 milliseconds