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:log_base_2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afloader.c
598
FT_Int
log_base_2
;
in FT_LOCAL_DEF()
local
634
log_base_2
= FT_MSB( (FT_UInt32)stem_width_per_1000 ) +
in FT_LOCAL_DEF()
637
if (
log_base_2
>= 46 )
in FT_LOCAL_DEF()
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
233
log_sectorsize =
log_base_2
(c.sector_size);
in f2fs_prepare_super_block()
234
log_sectors_per_block =
log_base_2
(c.sectors_per_blk);
in f2fs_prepare_super_block()
236
log_blks_per_seg =
log_base_2
(c.blks_per_seg);
in f2fs_prepare_super_block()
/third_party/f2fs-tools/fsck/
H
A
D
mount.c
57
log_base_2
(sbi->segs_per_sec * sbi->blocks_per_seg);
in get_zone_idx_from_dev()
68
log_base_2
(blocks_per_sec);
in is_usable_seg()
3353
log_sectorsize =
log_base_2
(c.sector_size);
in check_sector_size()
3354
log_sectors_per_block =
log_base_2
(c.sectors_per_blk);
in check_sector_size()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
1430
extern int
log_base_2
(uint32_t);
/third_party/f2fs-tools/lib/
H
A
D
libf2fs.c
229
int
log_base_2
(uint32_t num)
in log_base_2()
function
Completed in 16 milliseconds