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:PARAM_32
(Results
1 - 5
of
5
) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H
A
D
otherstestndk32.cpp
67
#define
PARAM_32
32
macro
129
int32_t pcount =
PARAM_32
;
in Gnuunwindfindexidx()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
wcharndk1.cpp
42
#define
PARAM_32
32
macro
672
wchar_t dst[
PARAM_32
] = {PARAM_0};
in Wcsncat_One()
720
char buffer[
PARAM_32
];
in Wcsnrtombs_One()
865
char buffer[
PARAM_32
];
in Wcstombs_One()
1055
napi_create_int32(env, ret ==
PARAM_32
, &result);
in Vfwprintf_One()
1125
napi_create_int32(env, ret ==
PARAM_32
, &result);
in Vwprintf_One()
H
A
D
unistdndk.cpp
71
#define
PARAM_32
32
macro
157
gid_t list[
PARAM_32
];
in GetGroups()
204
size_t lenV =
PARAM_32
;
in Crypt()
1213
size_t lenV =
PARAM_32
;
in Link()
1234
size_t lenV =
PARAM_32
;
in LinkAt()
1254
size_t lenV =
PARAM_32
;
in LockF()
1275
size_t lenV =
PARAM_32
;
in LockF64()
1291
void *buf = malloc(
PARAM_32
);
in Getrandom()
1292
ssize_t ret = getrandom(buf,
PARAM_32
, PARAM_0);
in Getrandom()
H
A
D
otherstestndk.cpp
71
#define
PARAM_32
32
macro
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/
H
A
D
usbddk.cpp
37
#define
PARAM_32
32
macro
550
uint32_t devNum = (uint32_t)((deviceId & 0x0000FFFF00000000) >>
PARAM_32
);
in JsDeviceIdToNative()
551
return (((static_cast<uint64_t>(busNum)) <<
PARAM_32
) | devNum);
in JsDeviceIdToNative()
Completed in 13 milliseconds