Home
last modified time | relevance | path

Searched refs:properties_count (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/greybus/
H A Dpower_supply.c37 u8 properties_count; member
320 for (i = 0; i < gbpsy->properties_count; i++) in get_psy_prop()
426 return (gbpsy->properties_count + gbpsy->properties_count_str); in total_props()
501 gbpsy->properties_count = resp.properties_count; in gb_power_supply_description_get()
512 u8 props_count = gbpsy->properties_count; in gb_power_supply_prop_descriptors_get()
544 gbpsy->properties_count--; in gb_power_supply_prop_descriptors_get()
548 gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props), in gb_power_supply_prop_descriptors_get()
555 gbpsy->props_raw = kcalloc(gbpsy->properties_count, in gb_power_supply_prop_descriptors_get()
708 for (i = 0; i < gbpsy->properties_count; i++) { in gb_power_supply_status_get()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/greybus/
H A Dpower_supply.c37 u8 properties_count; member
320 for (i = 0; i < gbpsy->properties_count; i++) in get_psy_prop()
426 return (gbpsy->properties_count + gbpsy->properties_count_str); in total_props()
501 gbpsy->properties_count = resp.properties_count; in gb_power_supply_description_get()
512 u8 props_count = gbpsy->properties_count; in gb_power_supply_prop_descriptors_get()
544 gbpsy->properties_count--; in gb_power_supply_prop_descriptors_get()
548 gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props), in gb_power_supply_prop_descriptors_get()
555 gbpsy->props_raw = kcalloc(gbpsy->properties_count, in gb_power_supply_prop_descriptors_get()
708 for (i = 0; i < gbpsy->properties_count; i++) { in gb_power_supply_status_get()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/greybus/
H A Dpower_supply.c37 u8 properties_count; member
320 for (i = 0; i < gbpsy->properties_count; i++) in get_psy_prop()
426 return (gbpsy->properties_count + gbpsy->properties_count_str); in total_props()
501 gbpsy->properties_count = resp.properties_count; in gb_power_supply_description_get()
512 u8 props_count = gbpsy->properties_count; in gb_power_supply_prop_descriptors_get()
544 gbpsy->properties_count--; in gb_power_supply_prop_descriptors_get()
548 gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props), in gb_power_supply_prop_descriptors_get()
555 gbpsy->props_raw = kcalloc(gbpsy->properties_count, in gb_power_supply_prop_descriptors_get()
708 for (i = 0; i < gbpsy->properties_count; i++) { in gb_power_supply_status_get()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/stackusage/
H A Dstackusage.c56 msg.settings.begin.properties_count = 1; in do_encode()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/transcoder/
H A Dtranscoder.cpp558 guint properties_count = 0; in SetElementProperties() local
560 G_OBJECT_GET_CLASS(object), &properties_count); in SetElementProperties()
562 for (int i = 0; i < properties_count; ++i) { in SetElementProperties()
/dports/audio/strawberry/strawberry-1.0.0/src/transcoder/
H A Dtranscoder.cpp567 guint properties_count = 0; in SetElementProperties() local
568 …mSpec **properties = g_object_class_list_properties(G_OBJECT_GET_CLASS(object), &properties_count); in SetElementProperties()
570 for (uint i = 0; i < properties_count; ++i) { in SetElementProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/css/templates/
H A Dcss_property_names.h.tmpl34 const int numCSSProperties = {{properties_count}};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/css/templates/
H A Dcss_property_names.h.tmpl34 const int numCSSProperties = {{properties_count}};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_impl.cc1001 size_t properties_count = parsed_properties_.size(); in ConsumeDeclaration() local
1040 parsed_properties_.size() != properties_count); in ConsumeDeclaration()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/greybus/
H A Dgreybus_protocols.h507 __u8 properties_count; member
582 __u8 properties_count; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/greybus/
H A Dgreybus_protocols.h507 __u8 properties_count; member
582 __u8 properties_count; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/greybus/
H A Dgreybus_protocols.h507 __u8 properties_count; member
582 __u8 properties_count; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_impl.cc1133 size_t properties_count = parsed_properties_.size(); in ConsumeDeclaration() local
1175 parsed_properties_.size() != properties_count); in ConsumeDeclaration()
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast.cc525 properties_count() <= in IsFastCloningSupported()
H A Dast.h1282 int properties_count() const { return boilerplate_properties_; } in properties_count() function
1295 return !has_elements() && properties_count() == 0 && in is_empty()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast.cc532 properties_count() <= in IsFastCloningSupported()
H A Dast.h1225 int properties_count() const { return boilerplate_properties_; } in properties_count() function
1238 return !has_elements() && properties_count() == 0 && in is_empty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast.cc524 properties_count() <= in IsFastCloningSupported()
H A Dast.h1249 int properties_count() const { return boilerplate_properties_; } in properties_count() function
1262 return !has_elements() && properties_count() == 0 && in is_empty()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast.cc514 properties_count() <= in IsFastCloningSupported()
H A Dast.h1242 int properties_count() const { return boilerplate_properties_; } in properties_count() function
1255 return !has_elements() && properties_count() == 0 && in is_empty()
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DCssManager.php502 $properties_count = count($properties);
503 for ($i = 0; $i < $properties_count; $i++) {
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagick_class.c1358 size_t properties_count; in PHP_METHOD() local
1370 properties = MagickGetImageProperties(intern->magick_wand, pattern, &properties_count); in PHP_METHOD()
1381 for (i = 0; i < properties_count; i++) { in PHP_METHOD()
1389 for (i = 0; i < properties_count; i++) { in PHP_METHOD()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagick_class.c1358 size_t properties_count; in PHP_METHOD() local
1370 properties = MagickGetImageProperties(intern->magick_wand, pattern, &properties_count); in PHP_METHOD()
1381 for (i = 0; i < properties_count; i++) { in PHP_METHOD()
1389 for (i = 0; i < properties_count; i++) { in PHP_METHOD()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-generator.cc990 if (object_literal->properties_count() > 0) { in AllocateDeferredConstants()
2119 if (expr->properties_count() == 0) { in VisitObjectLiteral()

12