Searched refs:blk0 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/mips/rmi/
H A Dboard.c72 struct xlr_gmac_block_t *blk0, *blk1, *blk2; local
76 blk0 = &board->gmac_block[0];
94 blk0->gmac_port[3].valid = 0;
95 blk0->num_ports--;
114 blk0->gmac_port[3].valid = 0;
115 blk0->num_ports--;
139 blk0->gmac_port[3].valid = 0;
140 blk0->num_ports--;
208 struct xlr_gmac_block_t *blk0, *blk1; local
211 blk0
237 struct xlr_gmac_block_t *blk0, *blk1; local
370 struct xlr_gmac_block_t *blk0, *blk1, *blk2; local
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/check/
H A Dsha256.c34 #define blk0(i) (W[i] = data[i]) macro
52 + (j ? blk2(i) : blk0(i)); \
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha1-internal.c133 /* blk0() and blk() perform the initial expand. */
136 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ macro
139 #define blk0(i) block->l[i] macro
146 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha1.c86 * blk0() and blk() perform the initial expand.
90 # define blk0(i) \ macro
94 # define blk0(i) block->l[i] macro
108 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha1.c86 * blk0() and blk() perform the initial expand.
90 # define blk0(i) \ macro
94 # define blk0(i) block->l[i] macro
108 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
/freebsd-9.3-release/sys/vm/
H A Dswap_pager.c1000 daddr_t blk0; local
1006 blk0 = swp_pager_meta_ctl(object, pindex, 0);
1008 if (blk0 == SWAPBLK_NONE) {
1028 if (blk != blk0 - i)
1044 if (blk != blk0 + i)

Completed in 77 milliseconds