Searched refs:NZ (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h42 NZ = 0x12 // Low 4-bits = NE enumerator in enum:llvm::ARCCC::CondCode
H A DARCInstPrinter.cpp88 case ARCCC::NZ:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp130 case ARCCC::NZ:
133 return ARCCC::NZ;
/freebsd-13-stable/sys/net80211/
H A Dieee80211_node.c3062 #define NZ(x) ((x) == 0 ? 1 : (x)) macro
3092 return info.rssi_total / NZ(info.rssi_samples);
3093 #undef NZ macro

Completed in 151 milliseconds