/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_genX_exec.h | 160 struct cmd template = { \ 165 _blorp_cmd_pack(cmd)(batch, _dw, &template); \
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 1461 template <class T> 1978 template <class P>
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1174 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 D | SkVM.h | 620 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 D | display_cmd_requester.h | 38 template <typename Transfer, typename CompHdi>
|
H A D | display_cmd_responser.h | 63 template <typename Transfer, typename VdiImpl>
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator.h | 147 template <>
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 128 // and there is a function template `void movq(P1)`, while technically 805 template <typename Field>
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects-inl.h | 162 template <typename TSlot>
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 9 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 D | mod.rs | 716 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 D | TextureStorage11.h | 39 template <typename T>
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 1024 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 D | IceInst.h | 1138 template <>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelectorImpl.h | 47 template <class TgtInstructionSelector, class PredicateBitset,
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 72 template<typename T> class optional;
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3782 % 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 D | pan_cmdstream.c | 82 /* 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 D | mod.rs | 4025 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 D | libwebp_python_wrap.c | 26 /* 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 D | IRBuilder.h | 860 /// 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 D | lpfc_init.c | 4709 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 D | talitos.c | 3059 /* 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 D | talitos.c | 3060 /* 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 D | bttv-driver.c | 3076 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
|