Home
last modified time | relevance | path

Searched refs:template (Results 3326 - 3350 of 3395) sorted by relevance

1...<<131132133134135136

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h160 struct cmd template = { \
165 _blorp_cmd_pack(cmd)(batch, _dw, &template); \
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1461 template <class T>
1978 template <class P>
/third_party/mesa3d/src/imgui/
H A Dimgui.h1174 template<typename T>
1534 template<typename T> void IM_DELETE(T* p) { if (p) { p->~T(); ImGui::MemFree(p); } } in IM_DELETE()
/third_party/skia/src/core/
H A DSkVM.h620 template <typename T>
958 template <typename T, typename... Rest> in abs()
970 template <typename... Rest> in abs()
989 template <typename T> in abs()
1032 template <typename... T> in abs()
1334 template <typename F32_or_float, typename... Rest>
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h38 template <typename Transfer, typename CompHdi>
H A Ddisplay_cmd_responser.h63 template <typename Transfer, typename VdiImpl>
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h147 template <>
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h128 // and there is a function template `void movq(P1)`, while technically
805 template <typename Field>
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h162 template <typename TSlot>
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs9 use super::template::TemplateParameters;
997 /// The abstract template parameters of this class. Note that these are NOT
998 /// concrete template arguments, and should always be a
999 /// `Type(TypeKind::TypeParam(name))`. For concrete template arguments, see
1043 /// If this type has a template parameter which is not a type (e.g.: a
1048 /// evaluated (e.g. if it depends on a template parameter). We generate an
1199 /// Does this type have any template parameters that aren't types
1256 "We handle template instantiations elsewhere" in from_ty()
1486 // Methods of template functions not only used to be inlined, in from_ty()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs716 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.h39 template <typename T>
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInst.h1138 template <>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h47 template <class TgtInstructionSelector, class PredicateBitset,
/third_party/skia/include/core/
H A DSkCanvas.h72 template<typename T> class optional;
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3782 % can be specified either with sample text given in a template line,
3798 % Or use a template:
3799 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
3813 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
3824 % They will wrap at the width determined by the template.
3897 \def\headitemfont{\b}% for people to use in the template ro
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c82 /* Depth/stencil descriptor template */
4404 const struct pipe_sampler_view *template) in panfrost_create_sampler_view()
4409 pan_legalize_afbc_format(ctx, pan_resource(texture), template->format); in panfrost_create_sampler_view()
4413 so->base = *template; in panfrost_create_sampler_view()
4401 panfrost_create_sampler_view( struct pipe_context *pctx, struct pipe_resource *texture, const struct pipe_sampler_view *template) panfrost_create_sampler_view() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4025 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp()
4026 pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; in mkostemps()
4104 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c26 /* template workaround for compilers that cannot correctly implement the C++ standard */
29 # define SWIGTEMPLATEDISAMBIGUATOR template
33 # define SWIGTEMPLATEDISAMBIGUATOR template
3577 /* Use a template so that this works whether isfinite() is std::isfinite() or
3586 extern "C++" template<typename T>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h860 /// The first template argument specifies a class to use for creating constants.
861 /// This defaults to creating minimally folded constants. The second template
864 template <typename T = ConstantFolder,
916 template<typename InstTy>
936 template <typename InstTy>
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c4709 struct scsi_host_template *template; in lpfc_create_port() local
4739 /* Seed template for SCSI host registration */ in lpfc_create_port()
4742 /* Seed physical port template */ in lpfc_create_port()
4743 template = &lpfc_template; in lpfc_create_port()
4746 /* template is for a no reset SCSI Host */ in lpfc_create_port()
4747 template->eh_host_reset_handler = NULL; in lpfc_create_port()
4750 template->sg_tablesize = lpfc_get_sg_tablesize(phba); in lpfc_create_port()
4753 template = &lpfc_template_nvme; in lpfc_create_port()
4756 /* Seed vport template */ in lpfc_create_port()
4757 template in lpfc_create_port()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dtalitos.c3059 /* copy descriptor header template value */ in talitos_init_common()
3119 * given the alg's descriptor header template, determine whether descriptor
3178 *template) in talitos_alg_alloc()
3189 t_alg->algt = *template; in talitos_alg_alloc()
3176 talitos_alg_alloc(struct device *dev, struct talitos_alg_template *template) talitos_alg_alloc() argument
/kernel/linux/linux-6.6/drivers/crypto/
H A Dtalitos.c3060 /* copy descriptor header template value */ in talitos_init_common()
3120 * given the alg's descriptor header template, determine whether descriptor
3179 *template) in talitos_alg_alloc()
3190 t_alg->algt = *template; in talitos_alg_alloc()
3177 talitos_alg_alloc(struct device *dev, struct talitos_alg_template *template) talitos_alg_alloc() argument
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-driver.c3076 const struct video_device *template, in vdev_init()
3081 *vfd = *template; in vdev_init()
3075 vdev_init(struct bttv *btv, struct video_device *vfd, const struct video_device *template, const char *type_name) vdev_init() argument

Completed in 105 milliseconds

1...<<131132133134135136