Home
last modified time | relevance | path

Searched refs:descriptors_count (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libdvben50221/
H A Den50221_app_ca.c61 uint32_t descriptors_count; member
380 new_s->descriptors_count = 0; in en50221_ca_extract_streams()
412 new_s->descriptors_count++; in en50221_ca_extract_streams()
451 if (cur_stream->descriptors_count != first_stream->descriptors_count) in en50221_ca_try_move_pmt_descriptors()
482 first_stream->descriptors_count = 0; in en50221_ca_try_move_pmt_descriptors()
494 cur_stream->descriptors_count = 0; in en50221_ca_try_move_pmt_descriptors()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/css/parser/templates/
H A Dat_rule_descriptors.h.tmpl21 const int numAtRuleDescriptors = {{descriptors_count}};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/css/parser/templates/
H A Dat_rule_descriptors.h.tmpl21 const int numAtRuleDescriptors = {{descriptors_count}};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory.cc3321 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local
3339 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateSloppyFunctionMap()
3402 int descriptors_count = IsFunctionModeWithPrototype(function_mode) ? 2 : 1; in CreateStrictFunctionMap() local
3406 ++descriptors_count; // name accessor. in CreateStrictFunctionMap()
3409 descriptors_count += inobject_properties_count; in CreateStrictFunctionMap()
3422 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateStrictFunctionMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory.cc3218 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local
3236 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateSloppyFunctionMap()
3300 int descriptors_count = IsFunctionModeWithPrototype(function_mode) ? 2 : 1; in CreateStrictFunctionMap() local
3304 ++descriptors_count; // name accessor. in CreateStrictFunctionMap()
3307 descriptors_count += inobject_properties_count; in CreateStrictFunctionMap()
3320 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateStrictFunctionMap()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.cc3504 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local
3526 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateSloppyFunctionMap()
3590 int descriptors_count = IsFunctionModeWithPrototype(function_mode) ? 2 : 1; in CreateStrictFunctionMap() local
3594 ++descriptors_count; // name accessor. in CreateStrictFunctionMap()
3596 descriptors_count += inobject_properties_count; in CreateStrictFunctionMap()
3613 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateStrictFunctionMap()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.cc3752 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local
3770 Map::EnsureDescriptorSlack(map, descriptors_count); in CreateSloppyFunctionMap()
3832 int descriptors_count = (IsFunctionModeWithPrototype(function_mode) ? 3 : 2) + in CreateStrictFunctionMap() local
3846 Map::EnsureDescriptorSlack(map, descriptors_count); in CreateStrictFunctionMap()