OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:la_swap16
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_cpio_binary.c
126
static uint16_t
la_swap16
(uint16_t in) {
function
158
U.s[0] =
la_swap16
(U.s[0]);
159
U.s[1] =
la_swap16
(U.s[1]);
428
h.h_magic =
la_swap16
(070707);
429
h.h_dev =
la_swap16
(archive_entry_dev(entry));
443
h.h_ino =
la_swap16
((uint16_t)ino);
462
h.h_mode =
la_swap16
(h.h_mode);
464
h.h_uid =
la_swap16
((uint16_t)archive_entry_uid(entry));
465
h.h_gid =
la_swap16
((uint16_t)archive_entry_gid(entry));
466
h.h_nlink =
la_swap16
((uint16_t)archive_entry_nlink(entry))
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026