Home
last modified time | relevance | path

Searched defs:flatten (Results 126 – 150 of 4154) sorted by relevance

12345678910>>...167

/dports/devel/hyperscan/boost_1_75_0/boost/beast/core/detail/
H A Dflat_stream.hpp34 bool flatten; member
41 flatten( in flatten() function in boost::beast::detail::flat_stream_base
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/core/detail/
H A Dflat_stream.hpp34 bool flatten; member
41 flatten( in flatten() function in boost::beast::detail::flat_stream_base
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/core/detail/
H A Dflat_stream.hpp34 bool flatten; member
41 flatten( in flatten() function in boost::beast::detail::flat_stream_base
/dports/devel/boost-libs/boost_1_72_0/boost/beast/core/detail/
H A Dflat_stream.hpp34 bool flatten; member
41 flatten( in flatten() function in boost::beast::detail::flat_stream_base
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/core/detail/
H A Dflat_stream.hpp34 bool flatten; member
41 flatten( in flatten() function in boost::beast::detail::flat_stream_base
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Djson.cpp231 std::string json_string::flatten() const { in flatten() function in json_string
235 std::string json_number::flatten() const { in flatten() function in json_number
241 std::string json_bool::flatten() const { in flatten() function in json_bool
247 std::string json_hash::flatten() const { in flatten() function in json_hash
259 std::string json_array::flatten() const { in flatten() function in json_array
/dports/converters/R-cran-jsonlite/jsonlite/R/
H A DfromJSON.R79 simplifyMatrix = simplifyVector, flatten = FALSE, ...) { argument
106 …simplifyMatrix = simplifyVector, flatten = FALSE, unicode = TRUE, validate = TRUE, bigint_as_char … argument
/dports/lang/librep/librep_0.92.7/src/
H A Dmisc.c664 repv flatten = rep_make_string (12); in rep_misc_init() local
668 rep_STR(flatten)[10] = ' '; in rep_misc_init() local
669 rep_STR(flatten)[11] = 0; in rep_misc_init() local
/dports/graphics/vips/vips-8.12.0/libvips/conversion/
H A Dflatten.c167 VipsFlatten *flatten = (VipsFlatten *) b; in vips_flatten_black_gen() local
232 VipsFlatten *flatten = (VipsFlatten *) b; in vips_flatten_gen() local
295 VipsFlatten *flatten = (VipsFlatten *) object; in vips_flatten_build() local
438 vips_flatten_init( VipsFlatten *flatten ) in vips_flatten_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp41 void SkOpPE::flatten(SkWriteBuffer& buffer) const { in flatten() function in SkOpPE
79 void SkMatrixPE::flatten(SkWriteBuffer& buffer) const { in flatten() function in SkMatrixPE
109 void SkStrokePE::flatten(SkWriteBuffer& buffer) const { in flatten() function in SkStrokePE
134 void SkStrokeAndFillPE::flatten(SkWriteBuffer&) const {} in flatten() function in SkStrokeAndFillPE
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/runtime/
H A Disolate.cc356 void Isolate::flatten(vector<ModuleItem*>& res, const CaseGenerateConstruct* cgc) { in flatten() function in cascade::Isolate
363 void Isolate::flatten(vector<ModuleItem*>& res, const IfGenerateConstruct* igc) { in flatten() function in cascade::Isolate
370 void Isolate::flatten(vector<ModuleItem*>& res, const LoopGenerateConstruct* lgc) { in flatten() function in cascade::Isolate
379 void Isolate::flatten(vector<ModuleItem*>& res, const GenerateBlock* gb) { in flatten() function in cascade::Isolate
384 void Isolate::flatten(vector<ModuleItem*>& res, const GenerateRegion* gr) { in flatten() function in cascade::Isolate
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Duser_drv.erl678 flatten(List) -> function
681 flatten([H|T], Cont, Tail) when is_list(H) -> function
683 flatten([H|T], Cont, Tail) -> function
685 flatten([], [H|Cont], Tail) -> function
687 flatten([], [], Tail) -> function
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/include/utils/
H A DFlattenable.h124 inline status_t Flattenable<T>::flatten( in flatten() function
166 inline status_t LightFlattenable<T>::flatten(void* buffer, size_t size) const { in flatten() function
190 inline status_t flatten(void* buffer, size_t size) const { in flatten() function
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/include/utils/
H A DFlattenable.h131 inline status_t Flattenable<T>::flatten( in flatten() function
176 inline status_t LightFlattenable<T>::flatten(void* buffer, size_t size) const { in flatten() function
203 inline status_t flatten(void* buffer, size_t size) const { in flatten() function
/dports/devel/srecord/srecord-1.64/srecord/interval/
H A Dflatten.cc24 srecord::interval::flatten() in flatten() function in srecord::interval
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Druncmapshare.sh9 function flatten { function
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/dist/query/utils/
H A Dflatten.d.ts6 export declare const flatten: (arr: readonly any[]) => never[]; constant
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/query/utils/
H A Dflatten.ts6 export const flatten = (arr: readonly any[]) => [].concat(...arr) constant
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwg_dimension.cpp1 /****************************************************************************** in flatten()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/opt/
H A Dhipe_spillmin_scan.erl468 flatten([{none, End}|Rest], N, More) -> function
470 flatten([{Beg, none}|Rest], N ,More) -> function
472 flatten([], N, More) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/opt/
H A Dhipe_spillmin_scan.erl468 flatten([{none, End}|Rest], N, More) -> function
470 flatten([{Beg, none}|Rest], N ,More) -> function
472 flatten([], N, More) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dproplists.erl568 flatten([E | Es]) when is_list(E) -> function
570 flatten([E | Es]) -> function
572 flatten([]) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dproplists.erl569 flatten([E | Es]) when is_list(E) -> function
571 flatten([E | Es]) -> function
573 flatten([]) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dproplists.erl568 flatten([E | Es]) when is_list(E) -> function
570 flatten([E | Es]) -> function
572 flatten([]) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/opt/
H A Dhipe_spillmin_scan.erl468 flatten([{none, End}|Rest], N, More) -> function
470 flatten([{Beg, none}|Rest], N ,More) -> function
472 flatten([], N, More) -> function

12345678910>>...167