Home
last modified time | relevance | path

Searched refs:Sz (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemAlloc.h25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { in safe_malloc() argument
26 void *Result = std::malloc(Sz); in safe_malloc()
31 if (Sz == 0) in safe_malloc()
39 size_t Sz) { in safe_calloc() argument
40 void *Result = std::calloc(Count, Sz); in safe_calloc()
45 if (Count == 0 || Sz == 0) in safe_calloc()
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() argument
53 void *Result = std::realloc(Ptr, Sz); in safe_realloc()
58 if (Sz == 0) in safe_realloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp959 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local
962 unsigned VF = VecRegSize / Sz; in vectorizeStoreChain()
966 if (!isPowerOf2_32(Sz) || VF < 2 || ChainSize < 2) { in vectorizeStoreChain()
989 unsigned EltSzInBytes = Sz / 8; in vectorizeStoreChain()
1002 unsigned TargetVF = TTI.getStoreVectorFactor(VF, Sz, SzInBytes, VecTy); in vectorizeStoreChain()
1024 auto Chains = splitOddVectorElts(Chain, Sz); in vectorizeStoreChain()
1037 auto Chains = splitOddVectorElts(Chain, Sz); in vectorizeStoreChain()
1110 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local
1113 unsigned VF = VecRegSize / Sz; in vectorizeLoadChain()
1117 if (!isPowerOf2_32(Sz) || VF < 2 || ChainSize < 2) { in vectorizeLoadChain()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp80 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local
81 assert(Sz <= std::numeric_limits<T>::max()); in getLineNumber()
83 for (size_t N = 0; N < Sz; ++N) { in getLineNumber()
133 size_t Sz = SB.Buffer->getBufferSize(); in getLineAndColumn() local
135 if (Sz <= std::numeric_limits<uint8_t>::max()) in getLineAndColumn()
137 else if (Sz <= std::numeric_limits<uint16_t>::max()) in getLineAndColumn()
139 else if (Sz <= std::numeric_limits<uint32_t>::max()) in getLineAndColumn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DConstantPools.h33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry()
34 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {} in ConstantPoolEntry()
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/
Dhu.txt14 "&S<sz<<<Sz<<<SZ"
38 "&Sz<<<Ssz/sz"
/third_party/skia/third_party/externals/icu/source/data/coll/
Dhu.txt14 "&S<sz<<<Sz<<<SZ"
38 "&Sz<<<Ssz/sz"
/third_party/icu/icu4c/source/data/coll/
Dhu.txt14 "&S<sz<<<Sz<<<SZ"
38 "&Sz<<<Ssz/sz"
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c938 #define Sz(x) (((x) * (int)FFMIN(w, h)) / 512) macro
1209 wx + Sz(3), wy, wx + Sz(10), wy, in plot_white_point()
1212 wx - Sz(3), wy, wx - Sz(10), wy, in plot_white_point()
1215 wx, wy + Sz(3), wx, wy + Sz(10), in plot_white_point()
1218 wx, wy - Sz(3), wx, wy - Sz(10), in plot_white_point()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h250 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease() argument
251 PromotedGlobalsIncrease = Sz; in setPromotedConstpoolIncrease()
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dhu.txt19 numbers{"Számok"}
667 Syrc{"Szíriai"}
689 Zinh{"Származtatott"}
749 no{"Számjegyek egyedi rendezése"}
750 yes{"Számjegyek numerikus rendezése"}
762 dictionary{"Szótári rendezési sorrend"}
775 unihan{"Szótővonás rendezési sorrend"}
780 npinyin{"Szám"}
791 strict{"Szűk stílusú sortörés"}
882 POSIX{"Számítógép"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dhu.txt20 numbers{"Számok"}
684 Syrc{"Szíriai"}
706 Zinh{"Származtatott"}
766 no{"Számjegyek egyedi rendezése"}
767 yes{"Számjegyek numerikus rendezése"}
779 dictionary{"Szótári rendezési sorrend"}
793 unihan{"Szótővonás rendezési sorrend"}
798 npinyin{"Szám"}
809 strict{"Szűk stílusú sortörés"}
900 POSIX{"Számítógép"}
/third_party/icu/icu4c/source/data/lang/
Dhu.txt20 numbers{"Számok"}
684 Syrc{"Szíriai"}
706 Zinh{"Származtatott"}
766 no{"Számjegyek egyedi rendezése"}
767 yes{"Számjegyek numerikus rendezése"}
779 dictionary{"Szótári rendezési sorrend"}
793 unihan{"Szótővonás rendezési sorrend"}
798 npinyin{"Szám"}
809 strict{"Szűk stílusú sortörés"}
900 POSIX{"Számítógép"}
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerCorpus.h109 if(size_t Sz = GetFeature(i)) in PrintFeatureSet() local
110 Printf("[%zd: id %zd sz%zd] ", i, SmallestElementPerFeature[i], Sz); in PrintFeatureSet()
/third_party/fsverity-utils/testdata/
Dkey.pem49 rVlbGuuBcTQ/Sz+Jw7mIM3gcI+fE9FyRznSjgVnsXqIsV9bntqkEUFb8VfunR2g5
/third_party/libphonenumber/resources/geocoding/en/
D36.txt18 3622|Székesfehérvár
/third_party/libphonenumber/resources/geocoding/hu/
D36.txt19 3622|Székesfehérvár
/third_party/nghttp2/
DAUTHORS132 Viktor Szépe
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dhu.txt740 "Sz",
743 "Sz",
778 "Sz",
781 "Sz",
1017 "Sz",
1061 "Sz",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dhu.txt743 "Sz",
746 "Sz",
781 "Sz",
784 "Sz",
1020 "Sz",
1064 "Sz",
/third_party/icu/icu4c/source/data/locales/
Dhu.txt743 "Sz",
746 "Sz",
781 "Sz",
784 "Sz",
1020 "Sz",
1064 "Sz",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2603 unsigned Sz = VT.getScalarSizeInBits(); in ExpandBITREVERSE() local
2610 if (Sz >= 8 && isPowerOf2_32(Sz)) { in ExpandBITREVERSE()
2612 APInt MaskHi4 = APInt::getSplat(Sz, APInt(8, 0xF0)); in ExpandBITREVERSE()
2613 APInt MaskHi2 = APInt::getSplat(Sz, APInt(8, 0xCC)); in ExpandBITREVERSE()
2614 APInt MaskHi1 = APInt::getSplat(Sz, APInt(8, 0xAA)); in ExpandBITREVERSE()
2615 APInt MaskLo4 = APInt::getSplat(Sz, APInt(8, 0x0F)); in ExpandBITREVERSE()
2616 APInt MaskLo2 = APInt::getSplat(Sz, APInt(8, 0x33)); in ExpandBITREVERSE()
2617 APInt MaskLo1 = APInt::getSplat(Sz, APInt(8, 0x55)); in ExpandBITREVERSE()
2620 Tmp = (Sz > 8 ? DAG.getNode(ISD::BSWAP, dl, VT, Op) : Op); in ExpandBITREVERSE()
2646 for (unsigned I = 0, J = Sz-1; I < Sz; ++I, --J) { in ExpandBITREVERSE()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() argument
86 if (Sz >= Shared.size()) in get()
87 Shared.resize(Sz + 1); in get()
88 BitsRecTy *&Ty = Shared[Sz]; in get()
90 Ty = new(Allocator) BitsRecTy(Sz); in get()
/third_party/skia/third_party/externals/icu/source/data/region/
Dhu.txt256 SY{"Szíria"}
/third_party/icu/icu4c/source/data/region/
Dhu.txt256 SY{"Szíria"}
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dhu.txt255 SY{"Szíria"}

12