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
defs:howmany
(Results
1 - 8
of
8
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
param.h
27
#define
howmany
(n,d) (((n)+((d)-1))/(d))
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
param.h
27
#define
howmany
(n,d) (((n)+((d)-1))/(d))
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
param.h
30
#define
howmany
(n,d) (((n)+((d)-1))/(d))
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
param.h
27
#define
howmany
(n,d) (((n)+((d)-1))/(d))
macro
/third_party/musl/include/sys/
H
A
D
param.h
27
#define
howmany
(n,d) (((n)+((d)-1))/(d))
macro
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H
A
D
aiocp.c
55
# define
howmany
(x, y) (((x) + ((y) - 1)) / (y))
macro
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libbitmask.c
42
#define
howmany
(x,y) (((x)+((y)-1))/(y))
macro
/third_party/lwip/src/apps/smtp/
H
A
D
smtp.c
1448
smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *
howmany
)
in smtp_send_bodyh_data()
argument
Completed in 6 milliseconds