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:from_new
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
core.c
1779
unsigned int
from_new
= *from, nr_new = nr, rem;
in mmc_align_erase_size()
local
1786
unsigned int temp =
from_new
;
in mmc_align_erase_size()
1788
from_new
= round_up(temp, card->erase_size);
in mmc_align_erase_size()
1789
rem =
from_new
- temp;
in mmc_align_erase_size()
1798
rem =
from_new
% card->erase_size;
in mmc_align_erase_size()
1801
from_new
+= rem;
in mmc_align_erase_size()
1816
*to =
from_new
+ nr_new;
in mmc_align_erase_size()
1817
*from =
from_new
;
in mmc_align_erase_size()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
core.c
1707
unsigned int
from_new
= *from, nr_new = nr, rem;
in mmc_align_erase_size()
local
1714
unsigned int temp =
from_new
;
in mmc_align_erase_size()
1716
from_new
= round_up(temp, card->erase_size);
in mmc_align_erase_size()
1717
rem =
from_new
- temp;
in mmc_align_erase_size()
1726
rem =
from_new
% card->erase_size;
in mmc_align_erase_size()
1729
from_new
+= rem;
in mmc_align_erase_size()
1744
*to =
from_new
+ nr_new;
in mmc_align_erase_size()
1745
*from =
from_new
;
in mmc_align_erase_size()
Completed in 6 milliseconds