Searched refs:NW (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c293 #define NW(a) (sizeof(a) / sizeof(uint16_t)) macro
328 for (w = 0; w < NW(struct ar9287_eeprom); w++) {
343 for (w = 0; w < NW(HAL_EEPROM_9287); w++)
407 #undef NW macro
H A Dah_eeprom_v14.c335 #define NW(a) (sizeof(a) / sizeof(uint16_t)) macro
370 for (w = 0; w < NW(struct ar5416eeprom); w++) {
382 for (w = 0; w < NW(struct ar5416eeprom); w++)
446 #undef NW macro
H A Dah_eeprom_v4k.c282 #define NW(a) (sizeof(a) / sizeof(uint16_t)) macro
316 for (w = 0; w < NW(struct ar5416eeprom_4k); w++) {
331 for (w = 0; w < NW(struct ar5416eeprom_4k); w++)
396 #undef NW macro
/freebsd-11.0-release/sys/arm/at91/
H A Dat91_pio_sam9g20.h131 #define AT91C_PC10_A25_CFR NW (AT91C_PIO_PC10) // Address Bus[25]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1506 // Cache knowledge of AR NW, which is propagated to this AddRec.
1541 // Cache knowledge of AR NW, which is propagated to this AddRec.
1724 // Thus (AR is not NW => SAdd != OperandExtendedAdd) <=>
1725 // (SAdd == OperandExtendedAdd => AR is NW)
2273 // Always propagate NW.
2889 // The outer recurrence keeps its NW flag but only keeps NUW/NSW if the
2902 // The inner recurrence keeps its NW flag but only keeps NUW/NSW if
7999 SCEV::NoWrapFlags NW = ICmpInst::isSigned(Pred) ?
8001 if (!LAR->getNoWrapFlags(NW) || !RAR->getNoWrapFlags(NW))
[all...]

Completed in 72 milliseconds