/third_party/boost/boost/multi_index/detail/ |
D | copy_map.hpp | 87 al_(al),size_(size),spc(al_,size_),n(0), in copy_map() 96 al_,boost::addressof((spc.data()+i)->second->value())); in ~copy_map() 97 deallocate((spc.data()+i)->second); in ~copy_map() 102 const_iterator begin()const{return raw_ptr<const_iterator>(spc.data());} in begin() 103 const_iterator end()const{return raw_ptr<const_iterator>(spc.data()+n);} in end() 123 auto_space<copy_map_entry<Node>,Allocator> spc; member in boost::multi_index::detail::copy_map 142 (spc.data()+n)->first=node; in clone() 143 (spc.data()+n)->second=raw_ptr<Node*>(allocate()); in clone() 146 al_,boost::addressof((spc.data()+n)->second->value()), in clone() 150 deallocate((spc.data()+n)->second); in clone() [all …]
|
D | rnd_index_ptr_array.hpp | 54 spc(al,capacity_+1) in random_access_index_ptr_array() 110 spc.swap(x.spc); in swap() 118 spc.swap(x.spc,swap_allocators); in swap() 124 auto_space<value_type,Allocator> spc; member in boost::multi_index::detail::random_access_index_ptr_array 128 return spc.data(); in ptrs() 133 auto_space<value_type,Allocator> spc1(spc.get_allocator(),c+1); in set_capacity() 135 spc.swap(spc1); in set_capacity()
|
D | bucket_array.hpp | 144 spc(al,static_cast<auto_space_size_type>(super::sizes[size_index_]+1)) in bucket_array() 173 spc.swap(x.spc); in swap() 180 spc.swap(x.spc,swap_allocators); in swap() 188 auto_space_type spc; member in boost::multi_index::detail::bucket_array 192 return spc.data(); in buckets()
|
D | rnd_index_ops.hpp | 92 auto_space<impl_pointer,Allocator> spc(al,ptrs.size()); in random_access_index_inplace_merge() local 97 out=spc.data(); in random_access_index_inplace_merge() 112 out=spc.data(); in random_access_index_inplace_merge() 184 Allocator> spc(al,ptrs.size()); in random_access_index_sort() local 185 impl_ptr_pointer buf=spc.data(); in random_access_index_sort()
|
D | index_loader.hpp | 43 spc(al,size),size_(size),n(0),sorted(false) in index_loader() 95 Node** entries()const{return raw_ptr<Node**>(spc.data());} in entries() 127 auto_space<Node*,Allocator> spc; member in boost::multi_index::detail::index_loader
|
D | index_matcher.hpp | 110 spc(al,size),size_(size),n_(0),sorted(false) in algorithm_base() 183 entry* entries()const{return raw_ptr<entry*>(spc.data());} in entries() 185 auto_space<entry,Allocator> spc; member in boost::multi_index::detail::index_matcher::algorithm_base
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdebugutils.c | 248 const gchar *spc = MAKE_INDENT (indent); in debug_dump_pad() local 301 spc, element_name, pad_name, color_name, GST_OBJECT_NAME (pad), in debug_dump_pad() 307 spc, element_name, pad_name, color_name, GST_OBJECT_NAME (pad), in debug_dump_pad() 336 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pad() local 351 "%s%s_%s -> %s_%s [style=dashed, minlen=0]\n", spc, in debug_dump_element_pad() 355 "%s%s_%s -> %s_%s [style=dashed, minlen=0]\n", spc, in debug_dump_element_pad() 487 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pad_link() local 535 g_string_append_printf (str, "%s%s_%s -> %s_%s [label=\"%s\"]\n", spc, in debug_dump_element_pad_link() 545 spc, element_name, pad_name, peer_element_name, peer_pad_name, in debug_dump_element_pad_link() 550 g_string_append_printf (str, "%s%s_%s -> %s_%s\n", spc, in debug_dump_element_pad_link() [all …]
|
/third_party/boost/libs/serialization/test/ |
D | test_shared_ptr.cpp | 230 void save4(const char * testfile, const SP & spc) in save4() argument 234 oa << BOOST_SERIALIZATION_NVP(spc); in save4() 238 void load4(const char * testfile, SP & spc) in load4() argument 242 ia >> BOOST_SERIALIZATION_NVP(spc); in load4() 247 void save_and_load4(SP & spc) in save_and_load4() argument 251 save4(testfile, spc); in save_and_load4() 256 (spc.get() == NULL && spc1.get() == NULL) in save_and_load4() 257 || * spc == * spc1 in save_and_load4() 305 SPT<C> spc; in test() local 306 spc = SPT<C>(new C); in test() [all …]
|
/third_party/boost/libs/proto/test/ |
D | mem_ptr.cpp | 172 boost::shared_ptr<S const> spc(new S); in test_ptrs_transform() local 173 BOOST_REQUIRE_EQUAL(spc->x, -42); in test_ptrs_transform() 175 assert_result_type<int const &>(test1(spc)); in test_ptrs_transform() 176 int const &s_x2 = evaluator()(test1(spc)); in test_ptrs_transform() 177 BOOST_CHECK_EQUAL(&spc->x, &s_x2); in test_ptrs_transform() 220 boost::shared_ptr<S const> spc(new S); in test_ptrs_context() local 221 BOOST_REQUIRE_EQUAL(spc->x, -42); in test_ptrs_context() 223 assert_result_type<int const &>(test1(spc)); in test_ptrs_context() 224 int const &s_x2 = proto::eval(test1(spc), ctx); in test_ptrs_context() 225 BOOST_CHECK_EQUAL(&spc->x, &s_x2); in test_ptrs_context()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst_gdb.py | 802 spc = " " * indent 827 (spc, pname, self.dot_name(), color, self.name(), "", 832 spc = " " * indent 855 (spc, other_ename, other_pname, ename, pname) 858 (spc, ename, pname, other_ename, other_pname) 871 spc = " " * indent 890 (spc, ename, pname, peer_ename, peer_pname, caps.dot()) 893 % (spc, ename, pname, peer_ename, peer_pname) 905 (spc, ename, pname, peer_ename, peer_pname) 982 spc = " " * indent [all …]
|
/third_party/boost/boost/flyweight/ |
D | key_value.hpp | 112 void* spc_ptr()const{return static_cast<void*>(&spc);} in spc_ptr() 117 return static_cast<key_type*>(static_cast<void*>(&spc)); in key_ptr() 164 >::type spc; member in boost::flyweights::detail::optimized_key_value::rep_type 244 void* spc_ptr()const{return static_cast<void*>(&spc);} in spc_ptr() 265 >::type spc; member in boost::flyweights::detail::regular_key_value::rep_type
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh… 600 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc); 605 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font… 630 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int fon… 636 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… 652 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip); 664 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info,… 665 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… 666 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *i… 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() argument [all …]
|
D | imgui_draw.cpp | 1941 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local 1942 stbtt_PackBegin(&spc, NULL, atlas->TexWidth, TEX_HEIGHT_MAX, 0, atlas->TexGlyphPadding, NULL); in ImFontAtlasBuildWithStbTruetype() 1943 ImFontAtlasBuildPackCustomRects(atlas, spc.pack_info); in ImFontAtlasBuildWithStbTruetype() 1952 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype() 1966 spc.pixels = atlas->TexPixelsAlpha8; in ImFontAtlasBuildWithStbTruetype() 1967 spc.height = atlas->TexHeight; in ImFontAtlasBuildWithStbTruetype() 1977 …stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); in ImFontAtlasBuildWithStbTruetype() 1993 stbtt_PackEnd(&spc); in ImFontAtlasBuildWithStbTruetype()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh… 600 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc); 605 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font… 630 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int fon… 636 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… 652 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip); 664 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info,… 665 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… 666 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *i… 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() argument [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 581 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh… 592 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc); 597 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font… 622 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int fon… 628 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… 650 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info,… 651 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… 652 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *i… 3771 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() argument 3783 spc->user_allocator_context = alloc_context; in stbtt_PackBegin() [all …]
|
D | imgui_draw.cpp | 1930 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local 1931 stbtt_PackBegin(&spc, NULL, atlas->TexWidth, TEX_HEIGHT_MAX, 0, atlas->TexGlyphPadding, NULL); in ImFontAtlasBuildWithStbTruetype() 1932 ImFontAtlasBuildPackCustomRects(atlas, spc.pack_info); in ImFontAtlasBuildWithStbTruetype() 1941 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype() 1955 spc.pixels = atlas->TexPixelsAlpha8; in ImFontAtlasBuildWithStbTruetype() 1956 spc.height = atlas->TexHeight; in ImFontAtlasBuildWithStbTruetype() 1966 …stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); in ImFontAtlasBuildWithStbTruetype() 1982 stbtt_PackEnd(&spc); in ImFontAtlasBuildWithStbTruetype()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | gendynapi.pl | 115 my $spc = ($type =~ /\*\Z/) ? '' : ' '; 116 $paramstr .= "$type$spc$name";
|
/third_party/node/deps/npm/lib/ |
D | fetch-package-metadata.js | 24 var spc = replaceInfo(String(spec)) 25 log.silly('fetchPackageMetaData', 'error for ' + spc, er.message)
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsstartwith.c | 140 TYPE_FIND_REGISTER_START_WITH_DEFINE (spc, "audio/x-spc",
|
D | gsttypefindfunctionsplugin.h | 76 GST_TYPE_FIND_REGISTER_DECLARE (spc);
|
D | gsttypefindfunctionsplugin.c | 83 GST_TYPE_FIND_REGISTER (spc, plugin); in plugin_init()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralRulesTest.java | 1090 for (StandardPluralCategories spc : set) { 1091 String keyword = spc.toString(); 1093 System.out.print("; " + spc + ": " + samples);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 1205 for (StandardPluralCategories spc : set) { 1206 String keyword = spc.toString(); 1208 System.out.print("; " + spc + ": " + samples);
|
/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 3436 spc = mtod(m_notify, struct sctp_paddr_change *); in sctp_notify_peer_addr_change() 3437 memset(spc, 0, sizeof(struct sctp_paddr_change)); in sctp_notify_peer_addr_change() 3438 spc->spc_type = SCTP_PEER_ADDR_CHANGE; in sctp_notify_peer_addr_change() 3439 spc->spc_flags = 0; in sctp_notify_peer_addr_change() 3440 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_notify_peer_addr_change() 3447 (struct sockaddr_in6 *)&spc->spc_aaddr); in sctp_notify_peer_addr_change() 3449 memcpy(&spc->spc_aaddr, sa, sizeof(struct sockaddr_in)); in sctp_notify_peer_addr_change() 3452 memcpy(&spc->spc_aaddr, sa, sizeof(struct sockaddr_in)); in sctp_notify_peer_addr_change() 3462 memcpy(&spc->spc_aaddr, sa, sizeof(struct sockaddr_in6)); in sctp_notify_peer_addr_change() [all …]
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 461 const gchar spc[MAX_INDENT + 1] = " "; in print_toc_entry() local 469 PRINT ("%s%s:", &spc[MAX_INDENT - indent], in print_toc_entry()
|