/third_party/skia/modules/skottie/src/effects/ |
H A D | HueSaturationEffect.cpp | 75 class HueSaturationEffectAdapter final : public AnimatablePropertyContainer { class
|
H A D | GradientEffect.cpp | 20 class GradientRampEffectAdapter final : public AnimatablePropertyContainer { class
|
H A D | InvertEffect.cpp | 20 class InvertEffectAdapter final : public AnimatablePropertyContainer { class
|
H A D | VenetianBlindsEffect.cpp | 23 class VenetianBlindsAdapter final : public MaskShaderEffectBase { class
|
H A D | TransformEffect.cpp | 20 class TransformEffectAdapter final : public DiscardableAdapterBase<TransformEffectAdapter, class
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAdapter.h | 30 class TextAdapter final : public AnimatablePropertyContainer { class
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGRenderNode.h | 67 class ScopedRenderContext final { class in sksg::RenderNode
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Polystar.cpp | 22 class PolystarGeometryAdapter final : class
|
/kernel/linux/linux-5.10/crypto/ |
H A D | shash.c | 152 err = shash->final(desc, buf); in shash_final_unaligned() 172 return shash->final(desc, out); in crypto_shash_final() 399 crt->final = shash_async_final; in crypto_init_shash_ops_async()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 56 | A5. Form the final binary number by scaling the mantissa by 62 | Clean up and return. Check if the final mul or div resulted 493 | If the final mul/div in decbin incurred an inex exception,
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memset.S | 209 mskqh $7,$6,$2 # U : Mask final quad 387 mskqh $7,$6,$2 # U : Mask final quad 575 mskqh $7,$6,$2 # U : Mask final quad
|
H A D | ev6-stxncpy.S | 105 /* Take care of the final (partial) word store. At this point 291 /* Take care of a final (probably partial) result word. 318 and a1, 7, t6 # E : avoid final load if possible 323 ldq_u t2, 8(a1) # L : load final src word 331 $u_eocfin: # end-of-count, final word
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 56 | A5. Form the final binary number by scaling the mantissa by 62 | Clean up and return. Check if the final mul or div resulted 493 | If the final mul/div in decbin incurred an inex exception,
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-memset.S | 209 mskqh $7,$6,$2 # U : Mask final quad 387 mskqh $7,$6,$2 # U : Mask final quad 575 mskqh $7,$6,$2 # U : Mask final quad
|
H A D | ev6-stxncpy.S | 105 /* Take care of the final (partial) word store. At this point 291 /* Take care of a final (probably partial) result word. 318 and a1, 7, t6 # E : avoid final load if possible 323 ldq_u t2, 8(a1) # L : load final src word 331 $u_eocfin: # end-of-count, final word
|
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 157 err = shash->final(desc, buf); in shash_final_unaligned() 181 err = shash->final(desc, out); in crypto_shash_final() 431 crt->final = shash_async_final; in crypto_init_shash_ops_async()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.c | 659 * specify the initial and final layouts of the stencil aspect of a 663 * stencil-only formats, the initial and final layouts of the stencil aspect 669 * application must specify the initial and final layouts of the stencil 674 vk_att_desc_stencil_layout(const VkAttachmentDescription2 *att_desc, bool final) in vk_att_desc_stencil_layout() argument 683 return final ? in vk_att_desc_stencil_layout() 689 final ? att_desc->finalLayout : att_desc->initialLayout; in vk_att_desc_stencil_layout()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.h | 186 struct CommandBatch final : angle::NonCopyable struct 207 class QueueFamily final : angle::NonCopyable class 334 class CommandQueue final : public CommandQueueInterface class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SHA1.cpp | 261 StringRef SHA1::final() { in final() function in SHA1 287 auto Hash = final(); in result() 299 StringRef S = Hash.final(); in hash()
|
/third_party/skia/modules/skottie/src/ |
H A D | Layer.cpp | 59 class MaskAdapter final : public AnimatablePropertyContainer { class 243 class LayerController final : public Animator { class 285 class MotionBlurController final : public Animator { class
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_pps.c | 1409 *final = &intel_dp->pps.pps_delays; in pps_init_delays() local 1414 if (pps_delays_valid(final)) in pps_init_delays() 1423 #define assign_final(field) final->field = (max(cur.field, vbt.field) == 0 ? \ in pps_init_delays() 1433 #define get_delay(field) (DIV_ROUND_UP(final->field, 10)) in pps_init_delays() 1458 final->t8 = 1; in pps_init_delays() 1459 final->t9 = 1; in pps_init_delays() 1465 final->t11_t12 = roundup(final->t11_t12, 100 * 10); in pps_init_delays()
|
/third_party/python/Lib/ |
H A D | _pyio.py | 1915 def decode(self, input, final=False): 1920 output = self.decoder.decode(input, final=final) 1921 if self.pendingcr and (output or final): 1927 if output.endswith("\r") and not final: 2426 chars_decoded += len(decoder.decode(b'', final=True)) 2541 decoder.decode(self.buffer.read(), final=True)) 2690 return decoder.decode(self.buffer.getvalue(), final=True)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.h | 155 void emit(const ConstantUndef *C) const final; 156 void emit(const ConstantInteger32 *C) const final; 157 void emit(const ConstantInteger64 *C) const final; 158 void emit(const ConstantFloat *C) const final; 159 void emit(const ConstantDouble *C) const final; 160 void emit(const ConstantRelocatable *C) const final; 1219 class TargetDataARM32 final : public TargetDataLowering { class in Ice::ARM32::TargetARM32 1241 class TargetHeaderARM32 final : public TargetHeaderLowering { class in Ice::ARM32::TargetARM32
|
/third_party/node/src/ |
H A D | node_zlib.cc | 130 class ZlibContext final : public MemoryRetainer { class 209 class BrotliEncoderContext final : public BrotliContext { class 229 class BrotliDecoderContext final : public BrotliContext { class 556 class ZlibStream final : public CompressionStream<ZlibContext> { class 654 class BrotliCompressionStream final : class
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 46 @ are done in the result. On the final pass, this may subtract
|