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

/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c294 #define NW(a) (sizeof(a) / sizeof(uint16_t)) macro
329 for (w = 0; w < NW(struct ar9287_eeprom); w++) {
344 for (w = 0; w < NW(HAL_EEPROM_9287); w++)
408 #undef NW macro
H A Dah_eeprom_v14.c337 #define NW(a) (sizeof(a) / sizeof(uint16_t)) macro
372 for (w = 0; w < NW(struct ar5416eeprom); w++) {
384 for (w = 0; w < NW(struct ar5416eeprom); w++)
448 #undef NW macro
H A Dah_eeprom_v4k.c284 #define NW(a) (sizeof(a) / sizeof(uint16_t)) macro
318 for (w = 0; w < NW(struct ar5416eeprom_4k); w++) {
333 for (w = 0; w < NW(struct ar5416eeprom_4k); w++)
398 #undef NW macro
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h6530 UINT32 NW:1; ///< Mot Write-through. member in struct:__anon10538::__anon10539
6812 Set CD bit and clear NW bit of CR0 followed by a WBINVD.
6814 Disables the caches by setting the CD bit of CR0 to 1, clearing the NW bit of CR0 to 0,
6826 Perform a WBINVD and clear both the CD and NW bits of CR0.
6828 Enables the caches by executing a WBINVD instruction and then clear both the CD and NW
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1769 // Cache knowledge of AR NW, which is propagated to this AddRec.
1816 // Cache knowledge of AR NW, which is propagated to this
2118 // Thus (AR is not NW => SAdd != OperandExtendedAdd) <=>
2119 // (SAdd == OperandExtendedAdd => AR is NW)
2727 // Always propagate NW.
3462 // The outer recurrence keeps its NW flag but only keeps NUW/NSW if the
3475 // The inner recurrence keeps its NW flag but only keeps NUW/NSW if
10229 SCEV::NoWrapFlags NW = ICmpInst::isSigned(Pred) ?
10231 if (!LAR->getNoWrapFlags(NW) || !RAR->getNoWrapFlags(NW))
[all...]

Completed in 193 milliseconds