Home
last modified time | relevance | path

Searched refs:DMASK (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/examples/
Dcbq.init-v0.7.3818 DPORT=${DTEMP%%/*}; DMASK=${DTEMP##*/}
819 [ "$DPORT" = "$DTEMP" ] && DMASK="0xffff"
839 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"
/external/u-boot/include/
Dlattice.h190 #define DMASK 0x62 /* macro
/external/u-boot/drivers/fpga/
Divm_core.c492 case DMASK: in ispVMMemManager()
1222 case DMASK: in ispVMDataCode()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td3554 // DMASK was repurposed for GATHER4. 4 components are always
3555 // returned and DMASK works like a swizzle - it selects
3556 // the component to fetch. The only useful DMASK values are
3560 // Therefore, disable all code which updates DMASK by setting this: