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.c237 const gchar *spc = MAKE_INDENT (indent); in debug_dump_pad() local
325 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pad() local
476 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pad_link() local
561 const gchar *spc = MAKE_INDENT (indent); in debug_dump_element_pads() local
616 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/uboot/u-boot-2020.01/fs/ubifs/
Dlprops.c472 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark()
1222 int spc = free + dirty; in scan_check_cb() local
Ddebug.c654 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local
/third_party/uboot/u-boot-2020.01/drivers/video/
Dstb_truetype.h2663 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin()
2694 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) in stbtt_PackEnd()
2700 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… in stbtt_PackSetOversampling()
2847 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, stbtt_fontinfo *info, stbtt_… in stbtt_PackFontRangesGatherRects()
2876 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, stbtt_fontinfo *info, st… in stbtt_PackFontRangesRenderIntoRects()
2958 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… in stbtt_PackFontRangesPackRects()
2963 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, unsigned char *fontdata, int font_index… in stbtt_PackFontRanges()
2998 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index,… in stbtt_PackFontRange()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c440 const gchar spc[MAX_INDENT + 1] = " "; in print_toc_entry() 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/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/uboot/u-boot-2020.01/cmd/
Defidebug.c48 static const char spc[] = " "; variable
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/include/x86emu/
Dregs.h267 struct i386_special_regs spc; member