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:le64toh
(Results
1 - 11
of
11
) sorted by relevance
/third_party/eudev/src/libudev/
H
A
D
libudev-hwdb.c
104
return (const struct trie_child_entry_f *)((const char *)node +
le64toh
(hwdb->head->node_size));
in trie_node_children()
110
base +=
le64toh
(hwdb->head->node_size);
in trie_node_values()
111
base += node->children_count *
le64toh
(hwdb->head->child_entry_size);
in trie_node_values()
116
return (const struct trie_node_f *)(hwdb->map +
le64toh
(off));
in trie_node_from_off()
120
return hwdb->map +
le64toh
(off);
in trie_string()
136
le64toh
(hwdb->head->child_entry_size), trie_children_cmp_f);
in node_lookup_f()
176
if (
le64toh
(node->values_count) && fnmatch(linebuf_get(buf), search, 0) == 0)
in trie_fnmatch_f()
177
for (i = 0; i <
le64toh
(node->values_count); i++) {
in trie_fnmatch_f()
243
for (n = 0; n <
le64toh
(node->values_count); n++) {
in trie_search_f()
300
(size_t)hwdb->st.st_size !=
le64toh
(hwd
in udev_hwdb_new()
[all...]
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
54
#undef
le64toh
macro
82
static inline uint64_t
le64toh
(le64_t value) { return bswap_64_on_be((uint64_t __force)value); }
in le64toh()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
50
#define
le64toh
(x) (uint64_t)(x)
macro
63
#define
le64toh
(x) __bswap64(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
46
#define
le64toh
(x) (uint64_t)(x)
macro
59
#define
le64toh
(x) __bswap64(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
46
#define
le64toh
(x) (uint64_t)(x)
macro
59
#define
le64toh
(x) __bswap64(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
46
#define
le64toh
(x) (uint64_t)(x)
macro
59
#define
le64toh
(x) __bswap64(x)
macro
/third_party/musl/include/
H
A
D
endian.h
46
#define
le64toh
(x) (uint64_t)(x)
macro
59
#define
le64toh
(x) __bswap64(x)
macro
/third_party/elfutils/libdwfl/
H
A
D
linux-core-attach.c
234
? be64toh (val64) :
le64toh
(val64));
in core_set_initial_registers()
277
? be64toh (val64) :
le64toh
(val64));
in core_set_initial_registers()
/third_party/python/Python/
H
A
D
pyhash.c
342
# define _le64toh(x)
le64toh
(x)
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
131
DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)
le64toh
(trb->qwTrb0));
in xhci_dump_trb()
238
return (
le64toh
(*ptr));
in xhci_ctx_get_le64()
871
td_event =
le64toh
(trb->qwTrb0);
in xhci_check_transfer()
1073
i, event, (long long)
le64toh
(phwr->hwr_events[i].qwTrb0),
in xhci_interrupt_poll()
1153
(long long)
le64toh
(trb->qwTrb0),
in xhci_do_command()
/third_party/python/
H
A
D
configure
10824
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
le64toh
" >&5
10825
printf %s "checking for
le64toh
... " >&6; }
10844
le64toh
(1)
Completed in 28 milliseconds