HomeSort by: relevance | last modified time | path
    Searched refs:le64toh (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/libctf/
ctf-endian.h 32 # ifndef le64toh
33 # define le64toh(x) (x) macro
39 # ifndef le64toh
40 # define le64toh(x) bswap_64 ((x)) macro
ctf-archive.c 132 for (i = 0, namesz = 0; i < le64toh (archdr->ctfa_ndicts); i++)
145 i < le64toh (archdr->ctfa_ndicts); i++)
173 le64toh (archdr->ctfa_ndicts),
322 return strcmp (&nametbl[le64toh (a->name_offset)],
323 &nametbl[le64toh (b->name_offset)]);
335 return strcmp (k, &search_nametbl[le64toh (v->name_offset)]);
399 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
402 return (const ctf_preamble_t *) ((char *) arc + le64toh (arc->ctfa_ctfs)
422 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
476 if (le64toh (arc->ctfa_magic) != CTFA_MAGIC
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-endian.h 32 # ifndef le64toh
33 # define le64toh(x) (x) macro
39 # ifndef le64toh
40 # define le64toh(x) bswap_64 ((x)) macro
ctf-archive.c 132 for (i = 0, namesz = 0; i < le64toh (archdr->ctfa_ndicts); i++)
145 i < le64toh (archdr->ctfa_ndicts); i++)
173 le64toh (archdr->ctfa_ndicts),
322 return strcmp (&nametbl[le64toh (a->name_offset)],
323 &nametbl[le64toh (b->name_offset)]);
335 return strcmp (k, &search_nametbl[le64toh (v->name_offset)]);
399 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
402 return (const ctf_preamble_t *) ((char *) arc + le64toh (arc->ctfa_ctfs)
422 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
476 if (le64toh (arc->ctfa_magic) != CTFA_MAGIC
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-endian.h 30 # define le64toh(x) (x) macro
33 # define le64toh(x) bswap_64 ((x)) macro
ctf-archive.c 132 for (i = 0, namesz = 0; i < le64toh (archdr->ctfa_ndicts); i++)
145 i < le64toh (archdr->ctfa_ndicts); i++)
173 le64toh (archdr->ctfa_ndicts),
322 return strcmp (&nametbl[le64toh (a->name_offset)],
323 &nametbl[le64toh (b->name_offset)]);
335 return strcmp (k, &search_nametbl[le64toh (v->name_offset)]);
399 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
402 return (const ctf_preamble_t *) ((char *) arc + le64toh (arc->ctfa_ctfs)
422 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
476 if (le64toh (arc->ctfa_magic) != CTFA_MAGIC
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-endian.h 30 # define le64toh(x) (x) macro
33 # define le64toh(x) bswap_64 ((x)) macro
ctf-archive.c 132 for (i = 0, namesz = 0; i < le64toh (archdr->ctfa_ndicts); i++)
145 i < le64toh (archdr->ctfa_ndicts); i++)
173 le64toh (archdr->ctfa_ndicts),
322 return strcmp (&nametbl[le64toh (a->name_offset)],
323 &nametbl[le64toh (b->name_offset)]);
335 return strcmp (k, &search_nametbl[le64toh (v->name_offset)]);
399 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
402 return (const ctf_preamble_t *) ((char *) arc + le64toh (arc->ctfa_ctfs)
422 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
476 if (le64toh (arc->ctfa_magic) != CTFA_MAGIC
    [all...]
  /src/usr.sbin/installboot/arch/
alpha.c 162 (unsigned long long)le64toh(bb.bb_cksum),
163 (unsigned long long)le64toh(cksum));
170 (unsigned long long)le64toh(bb.bb_secstart));
172 (unsigned long long)le64toh(bb.bb_secsize));
174 (unsigned long long)le64toh(bb.bb_cksum));
184 (unsigned long long)le64toh(bb.bb_secstart));
186 (unsigned long long)le64toh(bb.bb_secsize));
188 (unsigned long long)le64toh(bb.bb_cksum));
302 (unsigned long long)le64toh(bb.bb_secsize));
304 (unsigned long long)le64toh(bb.bb_cksum))
    [all...]
  /src/sys/external/bsd/common/include/asm/
byteorder.h 54 #define le64_to_cpu le64toh
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 34 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
56 # define le64toh(x) letoh64(x) macro
78 # define le64toh(x) (x) macro
96 # define le64toh(x) __builtin_bswap64(x) macro
  /src/sbin/gpt/
header.c 96 gpt_show_num("- First Data Sector", le64toh(hdr->hdr_lba_start));
97 gpt_show_num("- Last Data Sector", le64toh(hdr->hdr_lba_end));
backup.c 179 le64toh(ent->ent_lba_start)));
181 le64toh(ent->ent_lba_end)));
183 le64toh(ent->ent_attr)));
resizedisk.c 125 oldloc = (off_t)le64toh((uint64_t)hdr->hdr_lba_alt);
151 ((off_t)le64toh(ent->ent_lba_end) > lastdata)) {
152 lastdata = (off_t)le64toh((uint64_t)ent->ent_lba_end);
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 34 #define le64toh(x) letoh64(x) macro
59 #define le64toh(x) (x) macro
82 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
182 #define le64toh(x) bswap_64(x) macro
189 #define le64toh(x) (x) macro
  /src/sys/lib/libkern/
entpool.h 57 #define ENTPOOL_WTOH le64toh
  /src/sys/arch/arm/acpi/
acpi_table.c 92 pa = le64toh(rsdp->XsdtPhysicalAddress);
103 rv = acpi_table_map(le64toh(xsdt->TableOffsetEntry[n]), (void **)&header);
acpi_platform.c 169 if (le64toh(spcr->SerialPort.Address) == 0) {
197 plcom_console.pi_iobase = le64toh(spcr->SerialPort.Address);
233 le64toh(spcr->SerialPort.Address), reg_shift);
241 le64toh(spcr->SerialPort.Address) + 0x40, 2);
341 if (le64toh(spcr->SerialPort.Address) == 0) {
379 if (mem->ar_base == le64toh(spcr->SerialPort.Address)) {
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 195 lba_start = le64toh(hdr->hdr_lba_start);
196 lba_end = le64toh(hdr->hdr_lba_end);
197 lba_table = le64toh(hdr->hdr_lba_table);
256 dkw.dkw_offset = le64toh(ent->ent_lba_start);
257 dkw.dkw_size = le64toh(ent->ent_lba_end) - dkw.dkw_offset + 1;
  /src/sys/dev/ic/
nvmeio.h 105 t = le64toh(v[0]);
106 v[0] = le64toh(v[1]);
126 identify->nsze = le64toh(identify->nsze);
127 identify->ncap = le64toh(identify->ncap);
128 identify->nuse = le64toh(identify->nuse);
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 36 #define le64toh(x) (x) macro
50 #define le64toh(x) _byteswap_uint64(x) macro
78 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
221 # if !defined le64toh
222 # define le64toh(x) letoh(64,(x)) macro
cert.h 64 value = le64toh(value);
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 34 #define le64toh(x) letoh64(x) macro
58 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
158 #define le64toh(x) bswap_64(x) macro
165 #define le64toh(x) (x) macro
  /src/sys/ufs/chfs/
chfs_scan.c 127 vno = le64toh(vnode->vno);
148 if (le64toh(vnode->version) > *vc->vno_version) {
149 *vc->vno_version = le64toh(vnode->version);
159 *vc->vno_version = le64toh(vnode->version);
326 parentvc = chfs_scan_make_vnode_cache(chmp, le64toh(dirent->pvno));
339 fd->vno = le64toh(dirent->vno);
340 fd->version = le64toh(dirent->version);
381 vno = le64toh(dnode->vno);
  /src/sys/arch/i386/stand/bootxx/
boot1.c 281 bootme_lba = le64toh(ent->ent_lba_start);
286 firstpart_lba = le64toh(ent->ent_lba_start);
289 bootable_lba = le64toh(ent->ent_lba_start);

Completed in 30 milliseconds

1 2 3 4