/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 Sun Sep 17 17:56:27 PDT 2023 */ 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 | 777 NodeVect &Cs = CF->second; in recalculatePlacement() local 778 for (GepNode *CN : Cs) { in recalculatePlacement() 817 NodeVect &Cs = CF->second; in recalculatePlacementRec() local 818 for (GepNode *C : Cs) in recalculatePlacementRec() 907 NodeVect &Cs = CF->second; in adjustForInvariance() local 908 for (GepNode *C : Cs) in adjustForInvariance() 1142 NodeVect &Cs = CF->second; in getAllUsersForNode() local 1143 llvm::append_range(Work, Cs); in getAllUsersForNode() 1206 NodeVect &Cs = NCM[Last]; in materialize() local 1207 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 | 251 NodeSet &Cs = Edges[C]; in color() local 257 Cs.insert(M); in color() 2396 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect() 2399 if (Cs.size() != 1) in perfect() 2401 const CycleType &C = *Cs.begin(); in perfect() 2398 __anon9fc097471902(const std::set<CycleType> &Cs, unsigned Len) perfect() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsHexagon.def | 68 TARGET_BUILTIN(__builtin_brev_ldh, "v*s*Cs*iC", "", V5) 80 TARGET_BUILTIN(__builtin_brev_sth, "s*Cs*iiC", "", V5) 81 TARGET_BUILTIN(__builtin_brev_sthhi, "s*Cs*iiC", "", V5)
|
/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/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 371 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end()); in runOnBasicBlock() 372 if (Cs.empty()) continue; in runOnBasicBlock() local 373 V.push_back(std::move(Cs)); in runOnBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 32 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 7570 IN UINT16 Cs, 7611 IN UINT16 Cs,
|
/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 {}; } \
|
/freebsd/contrib/sendmail/ |
H A D | PGPKEYS | 1077 LNDo3huboh5VV2tUVJXhMj/Cs/KNWE3r5A87cGcDwMHhxYB5VAJANYmCNtManEvq
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 10617 D800;<Non Private Use High Surrogate, First>;Cs;0;L;;;;;N;;;;; 10618 DB7F;<Non Private Use High Surrogate, Last>;Cs;0;L;;;;;N;;;;; 10619 DB80;<Private Use High Surrogate, First>;Cs;0;L;;;;;N;;;;; 10620 DBFF;<Private Use High Surrogate, Last>;Cs;0;L;;;;;N;;;;; 10621 DC00;<Low Surrogate, First>;Cs;0;L;;;;;N;;;;; 10622 DFFF;<Low Surrogate, Last>;Cs;0;L;;;;;N;;;;;
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 5504 # Cs and Cr set and reset the cursor colour. 5506 Cr=\E]112\007, Cs=\E]12;%p1%s\007, 5509 Cr=\E]112\E\\, Cs=\E]12;%p1%s\E\\, 8092 Cs=\E]12;%p1%s\E\\, E3=\E[3J, Rmol=\E[55m, Se=\E[ q, 25202 # Cs is a string capability which sets the cursor color to a given value.
|