Searched refs:Cs (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A D | OpDescriptor.cpp | 15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() argument 18 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType() 19 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W))); in makeConstantsWithType() 20 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType() 21 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W))); in makeConstantsWithType() 22 Cs.push_back(ConstantInt::get(IntTy, APInt::getOneBitSet(W, W / 2))); in makeConstantsWithType() 26 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType() 27 Cs.push_back(ConstantFP::get(Ctx, APFloat::getLargest(Sem))); in makeConstantsWithType() 28 Cs.push_back(ConstantFP::get(Ctx, APFloat::getSmallest(Sem))); in makeConstantsWithType() 30 Cs in makeConstantsWithType() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 788 NodeVect &Cs = CF->second; in recalculatePlacement() local 789 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) { in recalculatePlacement() 829 NodeVect &Cs = CF->second; in recalculatePlacementRec() local 830 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) in recalculatePlacementRec() 919 NodeVect &Cs = CF->second; in adjustForInvariance() local 920 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) in adjustForInvariance() 1157 NodeVect &Cs in getAllUsersForNode() local 1221 NodeVect &Cs = NCM[Last]; materialize() local [all...] |
H A D | HexagonISelDAGToDAGHVX.cpp | 246 NodeSet &Cs = Edges[C]; in color() local 252 Cs.insert(M); in color() 1847 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { 1850 if (Cs.size() != 1) 1852 const CycleType &C = *Cs.begin();
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_jpeg.h | 70 uint8_t Cs[JPEG_MAX_COMPONENTS]; member
|
H A D | cbs_jpeg_syntax_template.c | 137 us(8, Cs[j], j, 0, JPEG_MAX_COMPONENTS); in scan_header()
|
H A D | vaapi_encode_mjpeg.c | 366 sh->Cs[i] = fh->C[i]; in vaapi_encode_mjpeg_init_picture_params() 429 vslice->components[i].component_selector = sh->Cs[i]; in vaapi_encode_mjpeg_init_slice_params()
|
/third_party/python/Tools/unicode/ |
H A D | mkstringprep.py | 344 Cs = set(gen_category(["Cs"])) variable 345 assert set(table.keys()) == Cs 349 return unicodedata.category(code) == "Cs"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 372 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end()); in runOnBasicBlock() 373 if (Cs.empty()) continue; in runOnBasicBlock() 374 V.push_back(std::move(Cs)); in runOnBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 32 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
|
/third_party/python/Lib/test/ |
H A D | test_gc.py | 682 Cs = [C1055820(i) for i in range(2)] 683 WRs = [weakref.ref(c, callback) for c in Cs] 691 Cs = None
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 788 template<template<typename...> class...Cs>\ 789 constexpr auto get_wrapper() noexcept -> TemplateTypeList<Cs...> { return {}; }\ 821 template<template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class...Cs>\ 822 constexpr auto get_wrapper() noexcept -> NttpTemplateTypeList<Cs...> { return {}; } \
|
Completed in 27 milliseconds