Home
last modified time | relevance | path

Searched defs:spc (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/serialization/test/
Dtest_shared_ptr.cpp230 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/
Dgstdebugutils.c248 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/
Drnd_index_ops.hpp92 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
Dindex_loader.hpp127 auto_space<Node*,Allocator> spc; member in boost::multi_index::detail::index_loader
Drnd_index_ptr_array.hpp124 auto_space<value_type,Allocator> spc; member in boost::multi_index::detail::random_access_index_ptr_array
Dcopy_map.hpp123 auto_space<copy_map_entry<Node>,Allocator> spc; member in boost::multi_index::detail::copy_map
Dbucket_array.hpp188 auto_space_type spc; member in boost::multi_index::detail::bucket_array
Dindex_matcher.hpp185 auto_space<entry,Allocator> spc; member in boost::multi_index::detail::index_matcher::algorithm_base
/third_party/boost/libs/proto/test/
Dmem_ptr.cpp172 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/
Dkey_value.hpp164 >::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/
Dimstb_truetype.h3797 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()
Dimgui_draw.cpp1941 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h3797 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()
Dimgui_draw.cpp2492 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c461 const gchar spc[MAX_INDENT + 1] = " "; in print_toc_entry() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h3771 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()
Dimgui_draw.cpp1930 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc233 abstract::ProgramSpecializer spc(res->engine()); in ProgramSpecialize() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c3424 struct sctp_paddr_change *spc; in sctp_notify_peer_addr_change() local
Dsctp_output.c12245 long spc; local