Searched refs:M_32_SWAP (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam_conv.c74 M_32_SWAP(h->lsn.file);
75 M_32_SWAP(h->lsn.offset);
76 M_32_SWAP(h->pgno);
H A Dqam_open.c186 M_32_SWAP(vers);
/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_conv.c74 M_32_SWAP(h->pgno);
75 M_32_SWAP(h->prevpg);
76 M_32_SWAP(h->nextpg);
77 M_32_SWAP(h->flags);
180 M_32_SWAP(h->pgno);
181 M_32_SWAP(h->prevpg);
182 M_32_SWAP(h->nextpg);
183 M_32_SWAP(h->flags);
H A Dbt_open.c233 M_32_SWAP(m.magic);
234 M_32_SWAP(m.version);
235 M_32_SWAP(m.psize);
236 M_32_SWAP(m.free);
237 M_32_SWAP(m.nrecs);
238 M_32_SWAP(m.flags);
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_conv.c456 M_32_SWAP(h->lsn.file);
457 M_32_SWAP(h->lsn.offset);
458 M_32_SWAP(h->pgno);
459 M_32_SWAP(h->prev_pgno);
460 M_32_SWAP(h->next_pgno);
560 M_32_SWAP(bo->pgno);
561 M_32_SWAP(bo->tlen);
581 M_32_SWAP(bi->pgno);
582 M_32_SWAP(bi->nrecs);
590 M_32_SWAP(b
[all...]
H A Ddb_open.c423 M_32_SWAP(orig_chk);
449 M_32_SWAP(swap_lsn.file);
450 M_32_SWAP(swap_lsn.offset);
451 M_32_SWAP(magic);
531 M_32_SWAP(magic);
558 M_32_SWAP(flags);
H A Ddb_upg.c341 M_32_SWAP(((DBMETA *)mbuf)->magic);
H A Ddb_vrfy.c488 M_32_SWAP(meta->magic);
505 M_32_SWAP(meta->version);
526 M_32_SWAP(meta->pagesize);
577 M_32_SWAP(meta->free);
580 M_32_SWAP(meta->last_pgno);
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.h28 M_32_SWAP(tmp_int); \
45 #undef M_32_SWAP macro
46 #define M_32_SWAP(a) { \ macro
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.h28 M_32_SWAP(tmp_int); \
45 #undef M_32_SWAP macro
46 #define M_32_SWAP(a) { \ macro
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash.c941 M_32_SWAP(hdrp->magic);
942 M_32_SWAP(hdrp->version);
943 M_32_SWAP(hdrp->lorder);
944 M_32_SWAP(hdrp->bsize);
945 M_32_SWAP(hdrp->bshift);
946 M_32_SWAP(hdrp->dsize);
947 M_32_SWAP(hdrp->ssize);
948 M_32_SWAP(hdrp->sshift);
949 M_32_SWAP(hdrp->ovfl_point);
950 M_32_SWAP(hdr
[all...]
H A Dhash_page.c553 M_32_SWAP(((int *)p)[i]);
587 M_32_SWAP(((int *)p)[i]);
611 M_32_SWAP(((int *)p)[i]);
/macosx-10.9.5/Libc-997.90.3/include/
H A Ddb.h162 * M_32_SWAP swap a memory location
166 #define M_32_SWAP(a) { \ macro
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_swap.h93 * M_32_SWAP swap a memory location
115 #undef M_32_SWAP macro
116 #define M_32_SWAP(a) P_32_SWAP(&a) macro
/macosx-10.9.5/BerkeleyDB-21/db/log/
H A Dlog_get.c968 M_32_SWAP(hdr->prev);
969 M_32_SWAP(hdr->len);
985 M_32_SWAP(persist->magic);
986 M_32_SWAP(persist->version);
987 M_32_SWAP(persist->log_size);
988 M_32_SWAP(persist->notused);
/macosx-10.9.5/BerkeleyDB-21/db/sequence/
H A Dsequence.c39 M_32_SWAP((rp)->seq_version); \
40 M_32_SWAP((rp)->flags); \
331 M_32_SWAP(rp->seq_version);
336 M_32_SWAP(rp->seq_version);
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_open.c129 M_32_SWAP(vers);
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_open.c154 M_32_SWAP(vers);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db_pkg.c3463 M_32_SWAP(swaptype);

Completed in 344 milliseconds