Home
last modified time | relevance | path

Searched defs:Expand (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/src/core/
DSkMipmap.cpp30 static Sk4h Expand(uint32_t x) { in Expand() function
42 static uint32_t Expand(uint16_t x) { in Expand() function
52 static uint32_t Expand(uint16_t x) { in Expand() function
62 static unsigned Expand(unsigned x) { in Expand() function
72 static Sk4f Expand(uint16_t x) { in Expand() function
85 static Sk4f Expand(uint64_t x) { in Expand() function
97 static uint32_t Expand(uint16_t x) { in Expand() function
107 static uint64_t Expand(uint32_t x) { in Expand() function
117 static Sk4f Expand(uint32_t x) { in Expand() function
129 static skvx::Vec<4, uint32_t> Expand(uint64_t x) { in Expand() function
[all …]
/third_party/typescript/tests/cases/compiler/
DrecursiveConditionalCrash3.ts110 export type Expand<T extends object, K extends AllKeys<T, N> = never, N extends number = 4> = Expan… alias
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc123 void GrowingArrayByteSink::Expand(size_t amount) { // Expand by at least 50%. in Expand() function in google::protobuf::strings::GrowingArrayByteSink
/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc345 Page* PagedSpace::Expand() { in Expand() function in v8::internal::PagedSpace
912 Page* CompactionSpace::Expand() { in Expand() function in v8::internal::CompactionSpace
/third_party/protobuf/objectivec/DevTools/
Dpddm.py260 def Expand(self, macro_ref_str): member in MacroCollection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp959 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand() function in ARMLowOverheadLoops
/third_party/mksh/
Deval.c52 } Expand; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp841 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() function in VectorLegalizer
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_read_image.cpp602 bool dng_lzw_expander::Expand (const uint8 *sPtr, in Expand() function in dng_lzw_expander
/third_party/mesa3d/src/imgui/
Dimgui_internal.h503 …void Expand(const float amount) { Min.x -= amount; Min.y -= amount; Max.x += a… in Expand() function
504 …void Expand(const ImVec2& amount) { Min.x -= amount.x; Min.y -= amount.y; Max.x += a… in Expand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp778 bool Expand = StringSwitch<bool>(Name) in UpgradeIntrinsicFunction1() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h118 Expand, // Try to expand this to other ops, otherwise use a libcall. enumerator
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h500 …void Expand(const float amount) { Min.x -= amount; Min.y -= amount; Max.x += a… in Expand() function
501 …void Expand(const ImVec2& amount) { Min.x -= amount.x; Min.y -= amount.y; Max.x += a… in Expand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5128 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF, in Expand() function in LSRInstance