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:htole64
(Results
1 - 8
of
8
) sorted by relevance
/third_party/eudev/src/udev/
H
A
D
udevadm-hwdb.c
295
.prefix_off =
htole64
(trie->strings_off + node->prefix_off),
in trie_store_nodes()
297
.values_count =
htole64
(node->values_count),
in trie_store_nodes()
318
children[i].child_off =
htole64
(child_off);
in trie_store_nodes()
336
.key_off =
htole64
(trie->strings_off + node->values[i].key_off),
in trie_store_nodes()
337
.value_off =
htole64
(trie->strings_off + node->values[i].value_off),
in trie_store_nodes()
357
.tool_version =
htole64
(atoi(VERSION)),
in trie_store()
358
.header_size =
htole64
(sizeof(struct trie_header_f)),
in trie_store()
359
.node_size =
htole64
(sizeof(struct trie_node_f)),
in trie_store()
360
.child_entry_size =
htole64
(sizeof(struct trie_child_entry_f)),
in trie_store()
361
.value_entry_size =
htole64
(sizeo
in trie_store()
[all...]
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
52
#undef
htole64
macro
74
static inline le64_t
htole64
(uint64_t value) { return (le64_t __force) bswap_64_on_be(value); }
in htole64()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
49
#define
htole64
(x) (uint64_t)(x)
macro
62
#define
htole64
(x) __bswap64(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
45
#define
htole64
(x) (uint64_t)(x)
macro
58
#define
htole64
(x) __bswap64(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
45
#define
htole64
(x) (uint64_t)(x)
macro
58
#define
htole64
(x) __bswap64(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
45
#define
htole64
(x) (uint64_t)(x)
macro
58
#define
htole64
(x) __bswap64(x)
macro
/third_party/musl/include/
H
A
D
endian.h
45
#define
htole64
(x) (uint64_t)(x)
macro
58
#define
htole64
(x) __bswap64(x)
macro
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
224
*ptr =
htole64
(val);
in xhci_ctx_set_le64()
295
phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 =
htole64
(addr);
in xhci_reset_command_queue_locked()
366
pdctxa->qwBaaDevCtxAddr[0] =
htole64
(addr);
in xhci_start_controller()
371
pdctxa->qwSpBufPtr[i] =
htole64
((uint64_t)buf_scp.physaddr);
in xhci_start_controller()
403
phwr->hwr_ring_seg[0].qwEvrsTablePtr =
htole64
(addr);
in xhci_start_controller()
432
phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 =
htole64
(addr);
in xhci_start_controller()
1178
sc->sc_cmd_addr =
htole64
(addr);
in xhci_do_command()
1319
trb.qwTrb0 =
htole64
(input_ctx);
in xhci_cmd_set_address()
1468
trb.qwTrb0 =
htole64
(input_ctx);
in xhci_cmd_configure_ep()
1490
trb.qwTrb0 =
htole64
(input_ct
in xhci_cmd_evaluate_ctx()
[all...]
Completed in 5 milliseconds