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:SWAP_BE64
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/net/
H
A
D
sntp.c
122
pktime[5] =
SWAP_BE64
(before = lunchtime(&tv, diff));
in sntp_main()
150
if (!FLAG(S) && !FLAG(m) && before !=
SWAP_BE64
(pktime[3])) continue;
in sntp_main()
168
pktime[6+2] = pktime[6+4] = pktime[6+5] =
SWAP_BE64
(lunchtime(0, 0));
in sntp_main()
193
doublyso(
SWAP_BE64
(pktime[5]), &tv2);
in sntp_main()
/third_party/toybox/lib/
H
A
D
portability.h
161
#define
SWAP_BE64
(x) (x)
macro
169
#define
SWAP_BE64
(x) bswap_64(x)
macro
/third_party/toybox/toys/other/
H
A
D
nbd_client.c
64
devsize =
SWAP_BE64
(*(uint64_t *)(toybuf+16));
in nbd_client_main()
/third_party/toybox/toys/pending/
H
A
D
dumpleases.c
49
written_time =
SWAP_BE64
(written_time);
in dumpleases_main()
H
A
D
dhcpd.c
1206
timestamp =
SWAP_BE64
(timestamp);
in write_leasefile()
1243
timestamp =
SWAP_BE64
(timestamp);
in write_lease6file()
1555
timestamp =
SWAP_BE64
(timestamp);
in read_leasefile()
1586
timestamp =
SWAP_BE64
(timestamp);
in read_lease6file()
/third_party/toybox/toys/lsb/
H
A
D
md5sum.c
324
count = sha1 ?
SWAP_BE64
(count) : SWAP_LE64(count);
in do_builtin_hash()
Completed in 7 milliseconds