OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htole64
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gdb.old/dist/libctf/
ctf-endian.h
29
# ifndef
htole64
30
# define
htole64
(x) (x)
macro
36
# ifndef
htole64
37
# define
htole64
(x) bswap_64 ((x))
macro
ctf-archive.c
110
archdr->ctfa_magic =
htole64
(CTFA_MAGIC);
111
archdr->ctfa_ndicts =
htole64
(ctf_dict_cnt);
112
archdr->ctfa_ctfs =
htole64
(ctf_startoffs);
123
archdr->ctfa_model =
htole64
(ctf_getmodel (ctf_dicts[0]));
165
modent->name_offset =
htole64
(namesz);
166
modent->ctf_offset =
htole64
(off - ctf_startoffs);
185
archdr->ctfa_names =
htole64
(nameoffs);
289
ctfsz =
htole64
(end_off - off);
/src/external/gpl3/gdb/dist/libctf/
ctf-endian.h
29
# ifndef
htole64
30
# define
htole64
(x) (x)
macro
36
# ifndef
htole64
37
# define
htole64
(x) bswap_64 ((x))
macro
/src/external/gpl3/binutils/dist/libctf/
ctf-endian.h
27
#if !defined (HAVE_ENDIAN_H) || !defined (
htole64
)
29
# define
htole64
(x) (x)
macro
32
# define
htole64
(x) bswap_64 ((x))
macro
ctf-archive.c
110
archdr->ctfa_magic =
htole64
(CTFA_MAGIC);
111
archdr->ctfa_ndicts =
htole64
(ctf_dict_cnt);
112
archdr->ctfa_ctfs =
htole64
(ctf_startoffs);
123
archdr->ctfa_model =
htole64
(ctf_getmodel (ctf_dicts[0]));
165
modent->name_offset =
htole64
(namesz);
166
modent->ctf_offset =
htole64
(off - ctf_startoffs);
185
archdr->ctfa_names =
htole64
(nameoffs);
289
ctfsz =
htole64
(end_off - off);
/src/external/gpl3/binutils.old/dist/libctf/
ctf-endian.h
27
#if !defined (HAVE_ENDIAN_H) || !defined (
htole64
)
29
# define
htole64
(x) (x)
macro
32
# define
htole64
(x) bswap_64 ((x))
macro
ctf-archive.c
110
archdr->ctfa_magic =
htole64
(CTFA_MAGIC);
111
archdr->ctfa_ndicts =
htole64
(ctf_dict_cnt);
112
archdr->ctfa_ctfs =
htole64
(ctf_startoffs);
123
archdr->ctfa_model =
htole64
(ctf_getmodel (ctf_dicts[0]));
165
modent->name_offset =
htole64
(namesz);
166
modent->ctf_offset =
htole64
(off - ctf_startoffs);
185
archdr->ctfa_names =
htole64
(nameoffs);
289
ctfsz =
htole64
(end_off - off);
/src/sys/external/bsd/common/include/asm/
byteorder.h
47
#define cpu_to_le64
htole64
/src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h
32
# define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
76
# define
htole64
(x) (x)
macro
94
# define
htole64
(x) __builtin_bswap64(x)
macro
/src/sys/lib/libkern/
entpool.h
58
#define ENTPOOL_HTOW
htole64
/src/external/bsd/libfido2/dist/openbsd-compat/
endian_win32.c
35
htole64
(uint64_t in)
function
openbsd-compat.h
26
#define
htole64
(x) OSSwapHostToLittleInt64((x))
macro
40
uint64_t
htole64
(uint64_t);
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h
57
#define
htole64
(x) (x)
macro
80
#define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
180
#define
htole64
(x) bswap_64(x)
macro
187
#define
htole64
(x) (x)
macro
/src/sbin/gpt/
restore.c
151
ent.ent_lba_start =
htole64
(ent.ent_lba_start);
154
ent.ent_lba_end =
htole64
(ent.ent_lba_end);
157
ent.ent_attr =
htole64
(ent.ent_attr);
356
hdr->hdr_lba_self =
htole64
(GPT_HDR_BLKNO);
357
hdr->hdr_lba_alt =
htole64
((uint64_t)last);
358
hdr->hdr_lba_start =
htole64
((uint64_t)firstdata);
359
hdr->hdr_lba_end =
htole64
((uint64_t)lastdata);
361
hdr->hdr_lba_table =
htole64
(2);
372
hdr->hdr_lba_self =
htole64
((uint64_t)last);
373
hdr->hdr_lba_alt =
htole64
(GPT_HDR_BLKNO)
[
all
...]
resizedisk.c
200
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->tpg->map_start);
202
hdr->hdr_lba_end =
htole64
((uint64_t)(gpt->lbt->map_start - 1));
208
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->tpg->map_start);
209
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->gpt->map_start);
210
hdr->hdr_lba_end =
htole64
((uint64_t)(gpt->lbt->map_start - 1));
211
hdr->hdr_lba_table =
htole64
((uint64_t)gpt->lbt->map_start);
add.c
77
ent->ent_lba_start =
htole64
((uint64_t)map->map_start);
78
ent->ent_lba_end =
htole64
((uint64_t)(map->map_start +
migrate.c
227
ent->ent_lba_start =
htole64
((uint64_t)ofs);
228
ent->ent_lba_end =
htole64
((uint64_t)(ofs +
322
ent->ent_lba_start =
htole64
((uint64_t)start);
323
ent->ent_lba_end =
htole64
((uint64_t)(start + size - 1LL));
recover.c
104
hdr->hdr_lba_self =
htole64
((uint64_t)(*dgpt)->map_start);
105
hdr->hdr_lba_alt =
htole64
((uint64_t)sgpt->map_start);
106
hdr->hdr_lba_table =
htole64
((uint64_t)dtbl->map_start);
/src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h
29
#define
htole64
(x) (x)
macro
43
#define
htole64
(x) _byteswap_uint64(x)
macro
71
#define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
202
# if !defined
htole64
203
# define
htole64
(x) htole(64,(x))
macro
/src/usr.sbin/makefs/chfs/
chfs_mkfs.c
147
ebhdr.u.nand_hdr.serial =
htole64
(++(max_serial));
175
fvnode.vno =
htole64
(node->inode->ino);
176
fvnode.version =
htole64
(version++);
207
fdirent.vno =
htole64
(node->inode->ino);
209
fdirent.pvno =
htole64
(node->parent->inode->ino);
211
fdirent.pvno =
htole64
(node->inode->ino);
214
fdirent.version =
htole64
(version++);
298
fdata.vno =
htole64
(node->inode->ino);
/src/sys/arch/sandpoint/stand/altboot/
stg.c
218
txd[0].xd0 =
htole64
(VTOPHYS(&txd[1]));
219
txd[0].xd1 =
htole64
(T1_EMPTY);
220
txd[1].xd0 =
htole64
(VTOPHYS(&txd[0]));
221
txd[1].xd1 =
htole64
(T1_EMPTY);
223
rxd[0].xd0 =
htole64
(VTOPHYS(&rxd[1]));
224
rxd[0].xd2 =
htole64
(VTOPHYS(l->rxstore[0]) |
226
rxd[1].xd0 =
htole64
(VTOPHYS(&rxd[0]));
227
rxd[1].xd2 =
htole64
(VTOPHYS(l->rxstore[1]) |
299
txd->xd2 =
htole64
(VTOPHYS(buf) | ((uint64_t)len << 48));
300
txd->xd1 =
htole64
(T1_NOALIGN | (1 << 24))
[
all
...]
/src/sys/ufs/chfs/
chfs_write.c
74
fvnode->vno =
htole64
(ip->ino);
75
fvnode->version =
htole64
(++ip->chvc->highest_version);
189
fdirent->vno =
htole64
(ino);
190
fdirent->pvno =
htole64
(pdir->ino);
191
fdirent->version =
htole64
(++pdir->chvc->highest_version);
309
dnode->vno =
htole64
(ip->ino);
310
dnode->version =
htole64
(++ip->chvc->highest_version);
311
dnode->offset =
htole64
(ofs);
/src/sys/arch/hpc/stand/include/machine/
endian.h
167
#define
htole64
(x) bswap64((uint64_t)(x))
macro
174
#define
HTOLE64
(x) (x) = bswap64((uint64_t)(x))
183
#define
htole64
(x) (x)
190
#define
HTOLE64
(x) (void) (x)
199
#define le64toh(x)
htole64
(x)
206
#define LE64TOH(x)
HTOLE64
(x)
/src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h
56
#define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
156
#define
htole64
(x) bswap_64(x)
macro
163
#define
htole64
(x) (x)
macro
/src/sys/sys/
endian.h
149
#define
htole64
(x) bswap64(__CAST(uint64_t, (x)))
macro
156
#define
HTOLE64
(x) (x) = bswap64(__CAST(uint64_t, (x)))
165
#define
htole64
(x) __CAST(uint64_t, (x))
172
#define
HTOLE64
(x) __CAST(void, (x))
181
#define le64toh(x)
htole64
(x)
188
#define LE64TOH(x)
HTOLE64
(x)
Completed in 36 milliseconds
1
2
3
4
Indexes created Mon May 18 00:24:49 UTC 2026