Home
last modified time | relevance | path

Searched refs:P_32_SWAP (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_conv.c82 P_32_SWAP(p); in __bt_pgin()
84 P_32_SWAP(p); in __bt_pgin()
88 P_32_SWAP(p); in __bt_pgin()
90 P_32_SWAP(p); in __bt_pgin()
97 P_32_SWAP(p); in __bt_pgin()
99 P_32_SWAP(p); in __bt_pgin()
139 P_32_SWAP(p); in __bt_pgout()
141 P_32_SWAP(p); in __bt_pgout()
145 P_32_SWAP(p); in __bt_pgout()
154 P_32_SWAP(p); in __bt_pgout()
[all …]
/freebsd/include/
H A Ddb.h168 #define P_32_SWAP(a) { \ macro