Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/btree/
H A Dbt_conv.c83 P_32_SWAP(p); in __bt_pgin()
85 P_32_SWAP(p); in __bt_pgin()
89 P_32_SWAP(p); in __bt_pgin()
91 P_32_SWAP(p); in __bt_pgin()
98 P_32_SWAP(p); in __bt_pgin()
100 P_32_SWAP(p); in __bt_pgin()
140 P_32_SWAP(p); in __bt_pgout()
142 P_32_SWAP(p); in __bt_pgout()
146 P_32_SWAP(p); in __bt_pgout()
155 P_32_SWAP(p); in __bt_pgout()
[all …]
/dragonfly/include/
H A Ddb.h172 #define P_32_SWAP(a) { \ macro