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:htole32
(Results
1 - 16
of
16
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_urndis.c
269
msg.ibuf.filter =
htole32
(sc->sc_filter);
in urndis_attach()
618
msg_filter.filter =
htole32
(sc->sc_filter);
in urndis_ctrl_handle_reset()
638
msg.rm_type =
htole32
(REMOTE_NDIS_INITIALIZE_MSG);
in urndis_ctrl_init()
639
msg.rm_len =
htole32
(sizeof(msg));
in urndis_ctrl_init()
641
msg.rm_ver_major =
htole32
(1);
in urndis_ctrl_init()
642
msg.rm_ver_minor =
htole32
(1);
in urndis_ctrl_init()
643
msg.rm_max_xfersz =
htole32
(RNDIS_RX_MAXLEN);
in urndis_ctrl_init()
675
msg.rm_type =
htole32
(REMOTE_NDIS_HALT_MSG);
in urndis_ctrl_halt()
676
msg.rm_len =
htole32
(sizeof(msg));
in urndis_ctrl_halt()
704
msg->rm_type =
htole32
(REMOTE_NDIS_QUERY_MS
in urndis_ctrl_query()
[all...]
H
A
D
if_axge.c
606
txhdr =
htole32
(txlen);
in axge_bulk_write_callback()
609
txhdr =
htole32
(txhdr);
in axge_bulk_write_callback()
H
A
D
if_axe.c
266
val =
htole32
(val);
in axe_miibus_writereg()
H
A
D
if_cdce.c
724
crc =
htole32
(crc);
in cdce_bulk_write_callback()
/third_party/libdrm/tests/amdgpu/
H
A
D
security_tests.c
160
packet[0] =
htole32
(secure << 18 | 1);
in amdgpu_sdma_lcopy()
161
packet[1] =
htole32
(size-1);
in amdgpu_sdma_lcopy()
162
packet[2] =
htole32
(0);
in amdgpu_sdma_lcopy()
163
packet[3] =
htole32
((uint32_t)(src & 0xFFFFFFFFU));
in amdgpu_sdma_lcopy()
164
packet[4] =
htole32
((uint32_t)(src >> 32));
in amdgpu_sdma_lcopy()
165
packet[5] =
htole32
((uint32_t)(dst & 0xFFFFFFFFU));
in amdgpu_sdma_lcopy()
166
packet[6] =
htole32
((uint32_t)(dst >> 32));
in amdgpu_sdma_lcopy()
173
packet[0] =
htole32
(nop_count << 16);
in amdgpu_sdma_nop()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
198
*ptr =
htole32
(val);
in xhci_ctx_set_le32()
404
phwr->hwr_ring_seg[0].dwEvrsTableSize =
htole32
(XHCI_MAX_EVENTS);
in xhci_start_controller()
814
if (!(td->td_trb[0].dwTrb3 &
htole32
(XHCI_TRB_3_CYCLE_BIT))) {
in xhci_activate_transfer()
816
td->td_trb[0].dwTrb3 |=
htole32
(XHCI_TRB_3_CYCLE_BIT);
in xhci_activate_transfer()
836
if (!(td->td_trb[0].dwTrb3 &
htole32
(XHCI_TRB_3_CYCLE_BIT))) {
in xhci_skip_transfer()
1165
temp |=
htole32
(XHCI_TRB_3_CYCLE_BIT);
in xhci_do_command()
1167
temp &= ~
htole32
(XHCI_TRB_3_CYCLE_BIT);
in xhci_do_command()
1169
temp &= ~
htole32
(XHCI_TRB_3_TC_BIT);
in xhci_do_command()
1184
temp =
htole32
(XHCI_TRB_3_TC_BIT |
in xhci_do_command()
1188
temp =
htole32
(XHCI_TRB_3_TC_BI
in xhci_do_command()
[all...]
H
A
D
ehci.h
399
return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe32(v) :
htole32
(v);
in htohc32()
426
return
htole32
(v);
in htohc32()
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
48
#undef
htole32
macro
73
static inline le32_t
htole32
(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); }
in htole32()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
47
#define
htole32
(x) (uint32_t)(x)
macro
60
#define
htole32
(x) __bswap32(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
43
#define
htole32
(x) (uint32_t)(x)
macro
56
#define
htole32
(x) __bswap32(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
43
#define
htole32
(x) (uint32_t)(x)
macro
56
#define
htole32
(x) __bswap32(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
43
#define
htole32
(x) (uint32_t)(x)
macro
56
#define
htole32
(x) __bswap32(x)
macro
/third_party/musl/include/
H
A
D
endian.h
43
#define
htole32
(x) (uint32_t)(x)
macro
56
#define
htole32
(x) __bswap32(x)
macro
/third_party/alsa-utils/axfer/
H
A
D
container-riff-wave.c
410
chunk->size =
htole32
(data_size);
in build_riff_chunk_header()
422
subchunk->size =
htole32
(size);
in build_subchunk_header()
451
subchunk->frames_per_second =
htole32
(state->frames_per_second);
in build_wave_format_subchunk()
453
htole32
(average_bytes_per_second);
in build_wave_format_subchunk()
H
A
D
container-voc.c
624
block->frames_per_second =
htole32
(frames_per_second);
in write_v120_format_block()
/third_party/mesa3d/src/util/
H
A
D
compiler.h
57
#define CPU_TO_LE32( x )
htole32
( x )
Completed in 14 milliseconds