| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | OpDescriptor.cpp | 20 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() argument 23 Cs.push_back(ConstantInt::get(IntTy, 0)); in makeConstantsWithType() 24 Cs.push_back(ConstantInt::get(IntTy, 1)); in makeConstantsWithType() 25 Cs.push_back(ConstantInt::get(IntTy, 42)); in makeConstantsWithType() 26 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType() 27 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W))); in makeConstantsWithType() 28 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType() 29 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W))); in makeConstantsWithType() 30 Cs.push_back(ConstantInt::get(IntTy, APInt::getOneBitSet(W, W / 2))); in makeConstantsWithType() 34 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType() [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | finite_pow.h | 27 #define Cs __v_pow_exp_data.poly macro 189 double tmp = r + r2 * Cs[0] + r * r2 * (Cs[1] + r * Cs[2]); in exp_inline() 236 double tmp = r + r2 * Cs[0] + r * r2 * (Cs[1] + r * Cs[2]); in exp_nosignbias()
|
| /freebsd/contrib/less/ |
| H A D | ubin.uni | 1 /* Generated by "./mkutable -f2 Cc Cs Co Zl Zp -- unicode/UnicodeData.txt" on Nov 28 1:30:13 GMT 2… 8 { 0xd800, 0xdfff }, /* Cs */
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
| H A D | tst.fds.ksh | 67 /usr/sbin/dtrace -q -Cs /dev/stdin < $tmpin > $tmpout2 76 /usr/sbin/dtrace -q -Cs /dev/stdin < $tmpin > $tmpout2
|
| H A D | tst.getf.ksh | 28 /usr/sbin/dtrace -q -Cs /dev/stdin <<EOF
|
| H A D | tst.providers.ksh | 50 /usr/sbin/dtrace -wq -Cs /dev/stdin <<EOF
|
| H A D | tst.procpriv.ksh | 40 /usr/sbin/dtrace -q -Cs /dev/stdin <<EOF
|
| H A D | tst.kpriv.ksh | 25 /usr/sbin/dtrace -wq -Cs /dev/stdin 2> $err <<EOF
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 772 NodeVect &Cs = CF->second; in recalculatePlacement() local 773 for (GepNode *CN : Cs) { in recalculatePlacement() 812 NodeVect &Cs = CF->second; in recalculatePlacementRec() local 813 for (GepNode *C : Cs) in recalculatePlacementRec() 902 NodeVect &Cs = CF->second; in adjustForInvariance() local 903 for (GepNode *C : Cs) in adjustForInvariance() 1137 NodeVect &Cs = CF->second; in getAllUsersForNode() local 1138 llvm::append_range(Work, Cs); in getAllUsersForNode() 1201 NodeVect &Cs = NCM[Last]; in materialize() local 1202 for (GepNode *CN : Cs) { in materialize()
|
| H A D | HexagonPseudo.td | 570 (ins IntRegs:$Rx32in, s4_0Imm:$Ii, ModRegs:$Mu2, IntRegs:$Cs), 575 (ins IntRegs:$Rx32in, ModRegs:$Mu2, IntRegs:$Cs), 593 (ins IntRegs:$Rx32in, s4_0Imm:$Ii, ModRegs:$Mu2, RC:$Rt32, IntRegs:$Cs), 598 (ins IntRegs:$Rx32in, ModRegs:$Mu2, RC:$Rt32, IntRegs:$Cs),
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 247 NodeSet &Cs = Edges[C]; in color() local 253 Cs.insert(M); in color() 2387 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect() argument 2390 if (Cs.size() != 1) in perfect() 2392 const CycleType &C = *Cs.begin(); in perfect()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
| H A D | tst.vahole.d | 1 #!/usr/sbin/dtrace -Cs
|
| /freebsd/usr.bin/fortune/datfiles/ |
| H A D | Makefile | 12 strfile -Cs ${.ALLSRC} ${.TARGET}
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 38 void run(std::vector<CandidateInfo> &Cs) { 39 Candidates = &Cs;
|
| /freebsd/share/timedef/ |
| H A D | hu_HU.ISO8859-2.src | 39 Cs
|
| H A D | hu_HU.UTF-8.src | 39 Cs
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | DebugSupport.h | 68 UINT16 Cs; member 119 UINT32 Cs; member 214 UINT64 Cs; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 370 std::vector<Chain *> Cs(EC.member_begin(*E), EC.member_end()); in runOnBasicBlock() local 371 if (Cs.empty()) continue; in runOnBasicBlock() 372 V.push_back(std::move(Cs)); in runOnBasicBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 338 std::vector<std::unique_ptr<ASTConsumer>> Cs; in CreateASTConsumer() local 339 Cs.push_back(std::move(Consumer)); in CreateASTConsumer() 340 Cs.push_back(std::move(C)); in CreateASTConsumer() 341 return std::make_unique<MultiplexConsumer>(std::move(Cs)); in CreateASTConsumer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 33 LLVM_ABI void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | format.txt | 35 Cs 11 Other, Surrogate
|
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 7667 IN UINT16 Cs, 7707 IN UINT16 Cs,
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_tparm.c | 1131 check = tigetstr(UserCap(Cs)); in check_string_caps()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 396 userdef Cs str s set the cursor color.
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 764 template<template<typename...> class...Cs>\ 765 constexpr auto get_wrapper() noexcept -> TemplateTypeList<Cs...> { return {}; }\ 797 template<template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class...Cs>\ 798 constexpr auto get_wrapper() noexcept -> NttpTemplateTypeList<Cs...> { return {}; } \
|