/third_party/boost/libs/serialization/test/ |
D | test_shared_ptr.cpp | 230 void save4(const char * testfile, const SP & spc) in save4() 238 void load4(const char * testfile, SP & spc) in load4() 247 void save_and_load4(SP & spc) in save_and_load4() 305 SPT<C> spc; in test() local
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdebugutils.c | 248 const gchar *spc = MAKE_INDENT (indent); in debug_dump_pad() local 336 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pad() local 487 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pad_link() local 572 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pads() local 627 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element() local
|
/third_party/boost/boost/multi_index/detail/ |
D | rnd_index_ops.hpp | 92 auto_space<impl_pointer,Allocator> spc(al,ptrs.size()); in random_access_index_inplace_merge() local 184 Allocator> spc(al,ptrs.size()); in random_access_index_sort() local
|
D | index_loader.hpp | 127 auto_space<Node*,Allocator> spc; member in boost::multi_index::detail::index_loader
|
D | rnd_index_ptr_array.hpp | 124 auto_space<value_type,Allocator> spc; member in boost::multi_index::detail::random_access_index_ptr_array
|
D | copy_map.hpp | 123 auto_space<copy_map_entry<Node>,Allocator> spc; member in boost::multi_index::detail::copy_map
|
D | bucket_array.hpp | 188 auto_space_type spc; member in boost::multi_index::detail::bucket_array
|
D | index_matcher.hpp | 185 auto_space<entry,Allocator> spc; member in boost::multi_index::detail::index_matcher::algorithm_base
|
/third_party/boost/libs/proto/test/ |
D | mem_ptr.cpp | 172 boost::shared_ptr<S const> spc(new S); in test_ptrs_transform() local 220 boost::shared_ptr<S const> spc(new S); in test_ptrs_context() local
|
/third_party/boost/boost/flyweight/ |
D | key_value.hpp | 164 >::type spc; member in boost::flyweights::detail::optimized_key_value::rep_type 265 >::type spc; member in boost::flyweights::detail::regular_key_value::rep_type
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() 3829 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) in stbtt_PackEnd() 3835 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… in stbtt_PackSetOversampling() 3845 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip) in stbtt_PackSetSkipMissingCodepoints() 3989 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, … in stbtt_PackFontRangesGatherRects() 4045 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *in… in stbtt_PackFontRangesRenderIntoRects() 4127 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… in stbtt_PackFontRangesPackRects() 4132 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font… in stbtt_PackFontRanges() 4168 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_… in stbtt_PackFontRange()
|
D | imgui_draw.cpp | 1941 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() 3829 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) in stbtt_PackEnd() 3835 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… in stbtt_PackSetOversampling() 3845 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip) in stbtt_PackSetSkipMissingCodepoints() 3989 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, … in stbtt_PackFontRangesGatherRects() 4045 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *in… in stbtt_PackFontRangesRenderIntoRects() 4127 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… in stbtt_PackFontRangesPackRects() 4132 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font… in stbtt_PackFontRanges() 4168 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_… in stbtt_PackFontRange()
|
D | imgui_draw.cpp | 2492 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 461 const gchar spc[MAX_INDENT + 1] = " "; in print_toc_entry() local
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3771 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() 3802 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) in stbtt_PackEnd() 3808 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… in stbtt_PackSetOversampling() 3957 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, … in stbtt_PackFontRangesGatherRects() 4009 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *in… in stbtt_PackFontRangesRenderIntoRects() 4091 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… in stbtt_PackFontRangesPackRects() 4096 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font… in stbtt_PackFontRanges() 4132 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_… in stbtt_PackFontRange()
|
D | imgui_draw.cpp | 1930 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | action.cc | 233 abstract::ProgramSpecializer spc(res->engine()); in ProgramSpecialize() local
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 3424 struct sctp_paddr_change *spc; in sctp_notify_peer_addr_change() local
|
D | sctp_output.c | 12245 long spc; local
|