/freebsd/sys/dev/cxgb/ |
H A D | cxgb_t3fw.h | 31 #define U (unsigned char) macro 35 U 0x60, U 0x00, U 0x74, U 0x00, 36 U 0x20, U 0x03, U 0x80, U 0x00, 37 U 0x20, U 0x03, U 0x70, U 0x00, 38 U 0x00, U 0x00, U 0x10, U 0x00, 39 U 0x00, U 0x00, U 0x20, U 0x00, 40 U 0xE1, U 0x00, U 0x02, U 0x84, 41 U 0x00, U 0x07, U 0x00, U 0x00, 42 U 0xE1, U 0x00, U 0x02, U 0x88, 43 U 0x00, U 0x01, U 0x00, U 0x00, [all …]
|
H A D | t3b_protocol_sram.h | 31 #define U (unsigned char) macro 35 U 0xFF, U 0xFF, U 0xFF, U 0xFC, 36 U 0x00, U 0x00, U 0x00, U 0x00, 37 U 0x00, U 0x00, U 0x00, U 0x03, 38 U 0x00, U 0x00, U 0x00, U 0x00, 39 U 0x00, U 0x01, U 0x01, U 0x00, 40 U 0xFF, U 0xFF, U 0xFF, U 0xFC, 41 U 0x00, U 0x00, U 0x00, U 0x00, 42 U 0x00, U 0x00, U 0x00, U 0x03, 43 U 0x00, U 0x00, U 0x00, U 0x00, [all …]
|
H A D | t3c_protocol_sram.h | 31 #define U (unsigned char) macro 35 U 0xFF, U 0xFF, U 0xFF, U 0xF4, 36 U 0x00, U 0x00, U 0x00, U 0x04, 37 U 0x00, U 0x00, U 0x00, U 0x01, 38 U 0x00, U 0x00, U 0x00, U 0x01, 39 U 0x00, U 0x01, U 0x01, U 0x00, 40 U 0xFF, U 0xFF, U 0xFF, U 0xF4, 41 U 0x00, U 0x00, U 0x00, U 0x04, 42 U 0x00, U 0x00, U 0x00, U 0x01, 43 U 0x00, U 0x00, U 0x00, U 0x01, [all …]
|
H A D | t3b_tp_eeprom.h | 31 #define U (unsigned char) macro 35 U 0x00, U 0x01, U 0x01, U 0x00, 36 U 0x00, U 0x00, U 0x00, U 0x00, 37 U 0x03, U 0x00, U 0x00, U 0x00, 38 U 0x00, U 0x00, U 0x00, U 0x00, 39 U 0x0C, U 0x00, U 0x00, U 0x00, 40 U 0x00, U 0x00, U 0x00, U 0x00, 41 U 0x30, U 0x00, U 0x00, U 0x00, 42 U 0x00, U 0x00, U 0x00, U 0x00, 43 U 0xC0, U 0x00, U 0x00, U 0x00, [all …]
|
H A D | t3c_tp_eeprom.h | 31 #define U (unsigned char) macro 35 U 0x00, U 0x01, U 0x01, U 0x00, 36 U 0x01, U 0x00, U 0x00, U 0x00, 37 U 0x01, U 0x00, U 0x00, U 0x00, 38 U 0x04, U 0x00, U 0x00, U 0x00, 39 U 0x04, U 0x00, U 0x00, U 0x00, 40 U 0x10, U 0x00, U 0x00, U 0x00, 41 U 0x10, U 0x00, U 0x00, U 0x00, 42 U 0x40, U 0x00, U 0x00, U 0x00, 43 U 0x40, U 0x00, U 0x00, U 0x00, [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 4 _GLOBAL_OFFSET_TABLE_ U 5 _ZN11__sanitizer13internal_mmapEPvjiiiy U 6 _ZN11__sanitizer13internal_mmapEPvmiiiy U 7 _ZN11__sanitizer13internal_openEPKcij U 8 _ZN11__sanitizer13internal_statEPKcPv U 9 _ZN11__sanitizer14internal_closeEi U 10 _ZN11__sanitizer14internal_fstatEiPv U 11 _ZN11__sanitizer14internal_lstatEPKcPv U 12 _ZN11__sanitizer15internal_strlenEPKc U 13 _ZN11__sanitizer16internal_iserrorEjPi U [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 229 bool translateCopy(const User &U, const Value &V, 234 bool translateBitCast(const User &U, MachineIRBuilder &MIRBuilder); 237 bool translateLoad(const User &U, MachineIRBuilder &MIRBuilder); 240 bool translateStore(const User &U, MachineIRBuilder &MIRBuilder); 247 bool translateTrap(const CallInst &U, MachineIRBuilder &MIRBuilder, 303 bool translateCall(const User &U, MachineIRBuilder &MIRBuilder); 318 bool translateInvoke(const User &U, MachineIRBuilder &MIRBuilder); 320 bool translateCallBr(const User &U, MachineIRBuilder &MIRBuilder); 322 bool translateLandingPad(const User &U, MachineIRBuilder &MIRBuilder); 326 bool translateCast(unsigned Opcode, const User &U, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 44 void enqueue(const WorkListUnit& U) override { in enqueue() argument 45 Stack.push_back(U); in enqueue() 50 const WorkListUnit& U = Stack.back(); in dequeue() local 52 return U; in dequeue() 64 void enqueue(const WorkListUnit& U) override { in enqueue() argument 65 Queue.push_back(U); in enqueue() 69 WorkListUnit U = Queue.front(); in dequeue() local 71 return U; in dequeue() 100 void enqueue(const WorkListUnit& U) override { in enqueue() argument 101 if (U.getNode()->getLocation().getAs<BlockEntrance>()) in enqueue() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varparse-errors.mk | 38 VAR.${:U:Z}= unknown modifier in the variable name 47 VAR.${:U:Z}post= unknown modifier with text in the variable name 73 _:= ${:U:OX:U${IND}} ${:U:OX:U${IND}} 81 UNCLOSED:= ${:U:Q 83 UNCLOSED:= ${:U:sh 85 UNCLOSED:= ${:U:tA 87 UNCLOSED:= ${:U:tsX 89 UNCLOSED:= ${:U:ts 91 UNCLOSED:= ${:U:ts\040 93 UNCLOSED:= ${:U:u [all …]
|
H A D | varmod-head.mk | 6 .if ${:U a/b/c :H} != "a/b" 10 .if ${:U def :H} != "." 14 .if ${:U a.b.c :H} != "." 18 .if ${:U a.b/c :H} != "a.b" 22 .if ${:U a :H} != "." 26 .if ${:U a.a :H} != "." 30 .if ${:U .gitignore :H} != "." 34 .if ${:U trailing/ :H} != "trailing" 38 .if ${:U /abs/dir/file :H} != "/abs/dir" 42 .if ${:U rel/dir/file :H} != "rel/dir" [all …]
|
H A D | varmod-no-match.mk | 8 .if ${:U one two three :Ntwo} != "one three" 14 .if ${:U one two three four six :Nt*} != "one four six" 27 .if ${:U :N} != "" 30 .if ${:U one two three :N} != "one two three" 33 .if ${:U one two three :M*} != "one two three" 45 .if ${:U word :None:Ntwo:Nthree} != "" 50 .if ${:U two :None:Ntwo:Nthree} != "" 68 .if ${:U word :None:Ntwo:Nthree} 73 .if ${:U two :None:Ntwo:Nthree} 85 .if !empty(:U word :None:Ntwo:Nthree) [all …]
|
/freebsd/crypto/openssh/ |
H A D | libcrux_mlkem768_sha3.h | 593 uint8_t out[33U] = {0U}; in libcrux_ml_kem_utils_into_padded_array_ea2() 596 Eurydice_array_to_subslice2(uu____0, (size_t)0U, in libcrux_ml_kem_utils_into_padded_array_ea2() 612 uint8_t out[34U] = {0U}; in libcrux_ml_kem_utils_into_padded_array_ea1() 615 Eurydice_array_to_subslice2(uu____0, (size_t)0U, in libcrux_ml_kem_utils_into_padded_array_ea1() 645 uint8_t out[1120U] = {0U}; in libcrux_ml_kem_utils_into_padded_array_ea0() 648 Eurydice_array_to_subslice2(uu____0, (size_t)0U, in libcrux_ml_kem_utils_into_padded_array_ea0() 664 uint8_t out[64U] = {0U}; in libcrux_ml_kem_utils_into_padded_array_ea() 667 Eurydice_array_to_subslice2(uu____0, (size_t)0U, in libcrux_ml_kem_utils_into_padded_array_ea() 802 uint8_t r = 0U; in libcrux_ml_kem_constant_time_ops_compare() 803 for (size_t i = (size_t)0U; i < Eurydice_slice_len(lhs, uint8_t); i++) { in libcrux_ml_kem_constant_time_ops_compare() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 317 template <typename U> 318 static char test(SameType<Signature_enumeration, &U::enumeration>*); 320 template <typename U> 333 template <typename U> 334 static char test(SameType<Signature_bitset, &U::bitset>*); 336 template <typename U> 350 template <typename U> 351 static char test(SameType<Signature_input, &U::input> *, 352 SameType<Signature_output, &U::output> *, 353 SameType<Signature_mustQuote, &U::mustQuote> *); [all …]
|
H A D | MathExtras.h | 31 template <typename T, typename U> 33 std::enable_if_t<std::is_integral_v<T> && std::is_integral_v<U>>; 36 template <typename T, typename U, typename = enableif_int<T, U>> 38 std::common_type_t<std::make_unsigned_t<T>, std::make_unsigned_t<U>>; 39 template <typename T, typename U, typename = enableif_int<T, U>> 41 std::common_type_t<std::make_signed_t<T>, std::make_signed_t<U>>; 365 template <typename U, typename V, typename T = common_uint<U, V>> 366 constexpr T MinAlign(U A, V B) { in MinAlign() 402 template <typename U, typename V, typename T = common_uint<U, V>> 403 constexpr T divideCeil(U Numerator, V Denominator) { in divideCeil() [all …]
|
H A D | Discriminator.h | 24 static inline unsigned getPrefixEncodingFromUnsigned(unsigned U) { in getPrefixEncodingFromUnsigned() argument 25 U &= 0xfff; in getPrefixEncodingFromUnsigned() 26 return U > 0x1f ? (((U & 0xfe0) << 1) | (U & 0x1f) | 0x20) : U; in getPrefixEncodingFromUnsigned() 30 static inline unsigned getUnsignedFromPrefixEncoding(unsigned U) { in getUnsignedFromPrefixEncoding() argument 31 if (U & 1) in getUnsignedFromPrefixEncoding() 33 U >>= 1; in getUnsignedFromPrefixEncoding() 34 return (U & 0x20) ? (((U >> 1) & 0xfe0) | (U & 0x1f)) : (U & 0x1f); in getUnsignedFromPrefixEncoding()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | OperandTraits.h | 31 static Use *op_begin(SubClass* U) { in op_begin() 35 return reinterpret_cast<Use*>(U) - ARITY; in op_begin() 37 static Use *op_end(SubClass* U) { in op_end() 38 return reinterpret_cast<Use*>(U); in op_end() 54 static unsigned operands(const User *U) { in operands() 55 return U->getNumOperands(); in operands() 69 static Use *op_begin(SubClass* U) { in op_begin() 73 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin() 75 static Use *op_end(SubClass* U) { in op_end() [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_fp16.td | 52 def SCALAR_FCVTZUH : SInst<"vcvt_u16", "(1U)1", "Sh">; 53 def SCALAR_FCVTZUH1 : SInst<"vcvt_u32", "(1U>)1", "Sh">; 54 def SCALAR_FCVTZUH2 : SInst<"vcvt_u64", "(1U>>)1", "Sh">; 58 def SCALAR_FCVTAUH : SInst<"vcvta_u16", "(1U)1", "Sh">; 59 def SCALAR_FCVTAUH1 : SInst<"vcvta_u32", "(1U>)1", "Sh">; 60 def SCALAR_FCVTAUH2 : SInst<"vcvta_u64", "(1U>>)1", "Sh">; 64 def SCALAR_FCVTMUH : SInst<"vcvtm_u16", "(1U)1", "Sh">; 65 def SCALAR_FCVTMUH1 : SInst<"vcvtm_u32", "(1U>)1", "Sh">; 66 def SCALAR_FCVTMUH2 : SInst<"vcvtm_u64", "(1U>>)1", "Sh">; 70 def SCALAR_FCVTNUH : SInst<"vcvtn_u16", "(1U)1", "Sh">; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 77 U.pVal = getClearedMemory(getNumWords()); in initSlowCase() 78 U.pVal[0] = val; in initSlowCase() 81 U.pVal[i] = WORDTYPE_MAX; in initSlowCase() 86 U.pVal = getMemory(getNumWords()); in initSlowCase() 87 memcpy(U.pVal, that.U.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 93 U.VAL = bigVal[0]; in initFromArray() 96 U.pVal = getClearedMemory(getNumWords()); in initFromArray() 100 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 129 delete [] U.pVal; in reallocate() 136 U.pVal = getMemory(getNumWords()); in reallocate() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 22 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint64_t *OffsetPtr, in extractFast() argument 28 U.getContext().getWarningHandler()( in extractFast() 33 U.getOffset(), U.getNextUnitOffset(), *OffsetPtr)); in extractFast() 43 const auto *AbbrevSet = U.getAbbreviations(); in extractFast() 45 U.getContext().getWarningHandler()( in extractFast() 49 U.getOffset(), U.getAbbreviationsOffset())); in extractFast() 56 U.getContext().getWarningHandler()( in extractFast() 61 U.getOffset(), AbbrCode, *OffsetPtr, in extractFast() 70 AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() 78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avx512fp16intrin.h | 379 #define _mm512_mask_add_round_ph(W, U, A, B, R) \ argument 381 (__mmask32)(U), (__v32hf)_mm512_add_round_ph((A), (B), (R)), \ 384 #define _mm512_maskz_add_round_ph(U, A, B, R) \ argument 386 (__mmask32)(U), (__v32hf)_mm512_add_round_ph((A), (B), (R)), \ 411 #define _mm512_mask_sub_round_ph(W, U, A, B, R) \ argument 413 (__mmask32)(U), (__v32hf)_mm512_sub_round_ph((A), (B), (R)), \ 416 #define _mm512_maskz_sub_round_ph(U, A, B, R) \ argument 418 (__mmask32)(U), (__v32hf)_mm512_sub_round_ph((A), (B), (R)), \ 443 #define _mm512_mask_mul_round_ph(W, U, A, B, R) \ argument 445 (__mmask32)(U), (__v32hf)_mm512_mul_round_ph((A), (B), (R)), \ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 55 void PrintASCII(const Unit &U, const char *PrintAfter) { in PrintASCII() argument 56 PrintASCII(U.data(), U.size(), PrintAfter); in PrintASCII() 73 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } in IsASCII() argument 81 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U) { in ParseOneDictionaryEntry() argument 82 U->clear(); in ParseOneDictionaryEntry() 104 U->push_back(Str[Pos + 1]); in ParseOneDictionaryEntry() 114 U->push_back(static_cast<uint8_t>(strtol(Hex, nullptr, 16))); in ParseOneDictionaryEntry() 121 U->push_back(V); in ParseOneDictionaryEntry() 134 Unit U; in ParseDictionaryFile() local 143 if (ParseOneDictionaryEntry(S, &U)) { in ParseDictionaryFile() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 49 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { in PhysicalRegisterInfo() local 50 if (UnitInfos[U].Reg != 0) in PhysicalRegisterInfo() 52 MCRegUnitRootIterator R(U, &TRI); in PhysicalRegisterInfo() 57 UnitInfos[U].Mask = LaneBitmask::getAll(); in PhysicalRegisterInfo() 58 UnitInfos[U].Reg = F; in PhysicalRegisterInfo() 91 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { in PhysicalRegisterInfo() 98 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { PhysicalRegisterInfo() local 164 for (MCRegUnit U : TRI.regunits(CR)) getUnits() local 295 for (unsigned U : A.units()) print() local 304 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { hasAliasOf() local 319 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { hasCoverOf() local 334 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { insert() local 380 int U = Units.find_first(); makeRegRef() local 417 for (int U = RG.Units.find_first(); U >= 0; U = RG.Units.find_next(U)) { ref_iterator() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 57 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() argument 84 bool captured(const Use *U) override { in captured() 85 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 88 LLVM_DEBUG(dbgs() << "Captured by: " << *U->getUser() << "\n"); in captured() 125 bool captured(const Use *U) override { in captured() 126 Instruction *I = cast<Instruction>(U->getUser()); in captured() 169 bool captured(const Use *U) override { in captured() 170 Instruction *I = cast<Instruction>(U->getUser()); in captured() 278 const Use &U, in DetermineUseCaptureKind() argument 280 Instruction *I = dyn_cast<Instruction>(U.getUser()); in DetermineUseCaptureKind() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 114 U.VAL = val; in BitWidth() 153 explicit APInt() { U.VAL = 0; } in APInt() 158 U.VAL = that.U.VAL; in APInt() 165 memcpy(&U, &that.U, sizeof(U)); in APInt() 172 delete[] U.pVal; in ~APInt() 355 return U.VAL == WORDTYPE_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnes() 362 return U.VAL == 0; in isZero() 371 return U.VAL == 1; in isOne() 388 return U.VAL == ((WordType(1) << (BitWidth - 1)) - 1); in isMaxSignedValue() 406 return U.VAL == (WordType(1) << (BitWidth - 1)); in isMinSignedValue() [all …]
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | aead_chacha20poly1305.c | 39 for (i = 0U; i < CLEN; ++i) { in tv() 83 for (i = 0U; i < CLEN; i++) { in tv() 94 NULL, 0U, NULL, nonce, firstkey); in tv() 98 for (i = 0U; i < CLEN; ++i) { in tv() 107 NULL, 0U, nonce, firstkey) != 0) { in tv() 120 NULL, 0U, nonce, firstkey) != -1) { in tv() 128 if (crypto_aead_chacha20poly1305_decrypt(m2, &m2len, NULL, c, 0U, NULL, 0U, in tv() 139 NULL, 0U, NULL, nonce, firstkey); in tv() 143 for (i = 0U; i < CLEN; ++i) { in tv() 152 NULL, 0U, nonce, firstkey) != 0) { in tv() [all …]
|