Searched refs:dword (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11.0-release/contrib/binutils/binutils/
H A Dresrc.c1530 define_rcdata_number (rc_uint_type val, int dword)
1536 ri->type = dword ? RCDATA_DWORD : RCDATA_WORD;
3108 fprintf (e, "%luL", (unsigned long) ri->u.dword);
3280 windres_put_32 (&wrtarget, dst, (rc_uint_type) src->u.dword);
1528 define_rcdata_number(rc_uint_type val, int dword) argument
H A Dresbin.c1835 windres_put_32 (wrbfd, hp, ri->u.dword);
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dix_txrx.c1165 union ixgbe_atr_hash_dword input = {.dword = 0};
1166 union ixgbe_atr_hash_dword common = {.dword = 0};
H A Dixgbe_82599.c1462 * defines, and computing two keys at once since the hashed dword stream
1472 flow_vm_vlan = IXGBE_NTOHL(input.dword);
1474 /* generate common hash dword */
1475 hi_hash_dword = IXGBE_NTOHL(common.dword);
1477 /* low dword is word swapped version of common */
1487 * apply flow ID/VM pool/VLAN ID bits to lo hash dword, we had to
1524 * @input: unique input dword
1525 * @common: compressed common input dword
1621 /* generate common hash dword */
1626 /* low dword i
[all...]
H A Dixgbe_type.h2963 u8 pad; /* end spacing to ensure length is mult. of dword */
2967 /* These need to be dword aligned */
3332 __be32 dword; member in union:ixgbe_atr_hash_dword

Completed in 142 milliseconds

12