Searched refs:SWAP32 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_conv.c35 SWAP32(p); /* first_recno */
36 SWAP32(p); /* cur_recno */
37 SWAP32(p); /* re_len */
38 SWAP32(p); /* re_pad */
39 SWAP32(p); /* rec_page */
40 SWAP32(p); /* page_ext */
42 SWAP32(p); /* crypto_magic */
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_conv.c99 SWAP32(p); /* max_bucket */
100 SWAP32(p); /* high_mask */
101 SWAP32(p); /* low_mask */
102 SWAP32(p); /* ffactor */
103 SWAP32(p); /* nelem */
104 SWAP32(p); /* h_charkey */
106 SWAP32(p); /* spares */
108 SWAP32(p); /* crypto_magic */
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_conv.c87 SWAP32(p); /* minkey */
88 SWAP32(p); /* re_len */
89 SWAP32(p); /* re_pad */
90 SWAP32(p); /* root */
92 SWAP32(p); /* crypto_magic */
/macosx-10.10/dtrace-147/libelf/
H A Dbegin.c56 SWAP32(header->magic);
57 SWAP32(header->cputype);
58 SWAP32(header->cpusubtype);
59 SWAP32(header->filetype);
60 SWAP32(header->ncmds);
61 SWAP32(header->sizeofcmds);
62 SWAP32(header->flags);
68 SWAP32(header->magic);
69 SWAP32(header->cputype);
70 SWAP32(heade
[all...]
H A Dclscook.c199 #define _SWAPVAL SWAP32
573 SWAP32(cmd);
574 SWAP32(cmdsize);
682 SWAP32(nsym->n_un.n_strx);
H A Ddecl.h72 #define SWAP32(v) v = OSSwapInt32(v) macro
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_conv.c412 SWAP32(p); /* lsn.file */
413 SWAP32(p); /* lsn.offset */
414 SWAP32(p); /* pgno */
415 SWAP32(p); /* magic */
416 SWAP32(p); /* version */
417 SWAP32(p); /* pagesize */
419 SWAP32(p); /* free */
420 SWAP32(p); /* alloc_lsn part 1 */
421 SWAP32(p); /* alloc_lsn part 2 */
422 SWAP32(
[all...]
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctf.c48 #define SWAP32(v) v = OSSwapInt32(v) macro
154 SWAP32(ctl.ctl_label);
155 SWAP32(ctl.ctl_typeidx);
244 SWAP32(ctt->ctt_name);
247 SWAP32(ctt->ctt_lsizehi);
248 SWAP32(ctt->ctt_lsizelo);
258 SWAP32(cts->ctt_name);
274 SWAP32(cts->ctt_name);
353 SWAP32(data);
376 SWAP32(ct
[all...]
H A Doutput.c946 SWAP32(size);
947 SWAP32(thecmd);
954 SWAP32(vmaddr);
955 SWAP32(vmsize);
1111 SWAP32(size);
1112 SWAP32(thecmd);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1443 #define SWAP32(x) OSSwapBigToHostInt32((x)) macro
1517 header->magic = SWAP32(header->magic);
1518 header->version = SWAP32(header->version);
1541 header->entries[i].type = SWAP32(header->entries[i].type);
1542 header->entries[i].offset = SWAP32(header->entries[i].offset);
1543 header->entries[i].length = SWAP32(header->entries[i].length);
2969 xah->appledouble.magic = SWAP32 (ADH_MAGIC);
2970 xah->appledouble.version = SWAP32 (ADH_VERSION);
2972 xah->appledouble.entries[0].type = SWAP32 (AD_FINDERINFO);
2973 xah->appledouble.entries[0].offset = SWAP32 (offseto
[all...]
H A Dvfs_journal.c741 #define SWAP32(x) OSSwapInt32(x) macro
748 jnl->jhdr->magic = SWAP32(jnl->jhdr->magic);
749 jnl->jhdr->endian = SWAP32(jnl->jhdr->endian);
753 jnl->jhdr->blhdr_size = SWAP32(jnl->jhdr->blhdr_size);
754 jnl->jhdr->checksum = SWAP32(jnl->jhdr->checksum);
755 jnl->jhdr->jhdr_size = SWAP32(jnl->jhdr->jhdr_size);
756 jnl->jhdr->sequence_num = SWAP32(jnl->jhdr->sequence_num);
766 blhdr->bytes_used = SWAP32(blhdr->bytes_used);
767 blhdr->checksum = SWAP32(blhdr->checksum);
768 blhdr->flags = SWAP32(blhd
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_swap.h144 #undef SWAP32 macro
145 #define SWAP32(p) { \ macro
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2815 #define SWAP32(x) OSSwapBigToHostInt32(x) macro
2840 adh->magic = SWAP32 (adh->magic);
2841 adh->version = SWAP32 (adh->version);
2846 adh->entries[i].type = SWAP32 (adh->entries[i].type);
2847 adh->entries[i].offset = SWAP32 (adh->entries[i].offset);
2848 adh->entries[i].length = SWAP32 (adh->entries[i].length);
2862 ae->offset = SWAP32 (ae->offset);
2863 ae->length = SWAP32 (ae->length);
2907 ah->magic = SWAP32 (ah->magic);
2908 ah->debug_tag = SWAP32 (a
[all...]

Completed in 314 milliseconds