Searched refs:isShort (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 515 int ch, allrates, isShortPreamble, isShort; in main() local 559 isShort = checkpreamble(rt, rix, isShortPreamble, 1); in main() 561 time = ieee80211_compute_duration(rt, frameLen, rate, isShort); in main() 564 isShort ? "short" : "long"); in main() 568 isShort = checkpreamble(rt, rix, isShortPreamble, 0); in main() 570 isShort); in main() 573 isShort ? "short" : "long"); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3180 SDValue isShort = DAG.getSetCC(dl, getSetCCResultType(ShTy), in ExpandShiftWithUnknownAmountBit() local 3200 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit() 3202 DAG.getSelect(dl, NVT, isShort, HiS, HiL)); in ExpandShiftWithUnknownAmountBit() 3218 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit() 3219 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL); in ExpandShiftWithUnknownAmountBit() 3234 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit() 3235 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL); in ExpandShiftWithUnknownAmountBit()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 199 bool isShort() const { return isInteger() && ElementBitwidth == 16; } in isShort() function in __anonfaf0748f0111::Type
|