Home
last modified time | relevance | path

Searched refs:zone (Results 201 – 225 of 36950) sorted by relevance

12345678910>>...1478

/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dzone.c152 MOZ_RELEASE_ASSERT(zone); in other_zone_free()
162 other_zone_free(zone, ptr); in zone_free()
173 other_zone_free(zone, ptr); in zone_free_definite_size()
266 zone_force_unlock(zone); in zone_reinit_lock()
269 static malloc_zone_t zone; variable
298 zone.size = zone_size; in register_zone()
299 zone.malloc = zone_malloc; in register_zone()
300 zone.calloc = zone_calloc; in register_zone()
301 zone.valloc = zone_valloc; in register_zone()
302 zone.free = zone_free; in register_zone()
[all …]
/dports/www/firefox/firefox-99.0/memory/build/
H A Dzone.c152 MOZ_RELEASE_ASSERT(zone); in other_zone_free()
162 other_zone_free(zone, ptr); in zone_free()
173 other_zone_free(zone, ptr); in zone_free_definite_size()
266 zone_force_unlock(zone); in zone_reinit_lock()
269 static malloc_zone_t zone; variable
298 zone.size = zone_size; in register_zone()
299 zone.malloc = zone_malloc; in register_zone()
300 zone.calloc = zone_calloc; in register_zone()
301 zone.valloc = zone_valloc; in register_zone()
302 zone.free = zone_free; in register_zone()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dzone.c152 MOZ_RELEASE_ASSERT(zone); in other_zone_free()
162 other_zone_free(zone, ptr); in zone_free()
173 other_zone_free(zone, ptr); in zone_free_definite_size()
266 zone_force_unlock(zone); in zone_reinit_lock()
269 static malloc_zone_t zone; variable
298 zone.size = zone_size; in register_zone()
299 zone.malloc = zone_malloc; in register_zone()
300 zone.calloc = zone_calloc; in register_zone()
301 zone.valloc = zone_valloc; in register_zone()
302 zone.free = zone_free; in register_zone()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dzone.c152 MOZ_RELEASE_ASSERT(zone); in other_zone_free()
162 other_zone_free(zone, ptr); in zone_free()
173 other_zone_free(zone, ptr); in zone_free_definite_size()
266 zone_force_unlock(zone); in zone_reinit_lock()
269 static malloc_zone_t zone; variable
298 zone.size = zone_size; in register_zone()
299 zone.malloc = zone_malloc; in register_zone()
300 zone.calloc = zone_calloc; in register_zone()
301 zone.valloc = zone_valloc; in register_zone()
302 zone.free = zone_free; in register_zone()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dzone.c152 MOZ_RELEASE_ASSERT(zone); in other_zone_free()
162 other_zone_free(zone, ptr); in zone_free()
173 other_zone_free(zone, ptr); in zone_free_definite_size()
266 zone_force_unlock(zone); in zone_reinit_lock()
269 static malloc_zone_t zone; variable
298 zone.size = zone_size; in register_zone()
299 zone.malloc = zone_malloc; in register_zone()
300 zone.calloc = zone_calloc; in register_zone()
301 zone.valloc = zone_valloc; in register_zone()
302 zone.free = zone_free; in register_zone()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/wildcard/ns1/
H A Dsign.sh25 zone=nsec
31 keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
32 keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
37 echo_i "signed $zone"
39 zone=private.nsec
44 keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
45 keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
54 zone=nsec3
68 zone=private.nsec3
83 zone=.
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/wildcard/ns1/
H A Dsign.sh25 zone=nsec
31 keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
32 keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
37 echo_i "signed $zone"
39 zone=private.nsec
44 keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
45 keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null`
54 zone=nsec3
68 zone=private.nsec3
83 zone=.
[all …]
/dports/net/libmateweather/libmateweather-1.26.0/libmateweather/
H A Dmateweather-timezone.c191 zone->ref_count = 1; in parse_timezone()
203 return zone; in parse_timezone()
230 if (zone) in mateweather_timezones_parse_xml()
263 zone->ref_count++; in mateweather_timezone_ref()
264 return zone; in mateweather_timezone_ref()
279 g_free (zone->id); in mateweather_timezone_unref()
280 g_free (zone->name); in mateweather_timezone_unref()
316 zone->offset = 0; in mateweather_timezone_get_utc()
320 return zone; in mateweather_timezone_get_utc()
340 return zone->name; in mateweather_timezone_get_name()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/time/
H A Dzoneinfo.go20 zone []zone member
34 cacheZone *zone
38 type zone struct { struct
95 zone: []zone{{name, offset, false}},
124 name = zone.name
133 zone := &l.zone[l.lookupFirstZone()]
162 zone := &l.zone[tx[lo].index]
163 name = zone.name
236 zone := &l.zone[i]
247 zone := &l.zone[i]
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/integration/targets/cs_pod/tasks/
H A Dmain.yml17 zone: "{{ cs_resource_prefix }}-zone"
27 zone: "{{ cs_resource_prefix }}-zone"
40 zone: "{{ cs_resource_prefix }}-zone"
55 zone: "{{ cs_resource_prefix }}-zone"
74 zone: "{{ cs_resource_prefix }}-zone"
93 zone: "{{ cs_resource_prefix }}-zone"
112 zone: "{{ cs_resource_prefix }}-zone"
130 zone: "{{ cs_resource_prefix }}-zone"
148 zone: "{{ cs_resource_prefix }}-zone"
167 zone: "{{ cs_resource_prefix }}-zone"
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dggc-zone.c439 entry->zone = zone; in alloc_small_page()
469 entry->zone = zone; in alloc_large_page()
890 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_push_context()
931 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_pop_context()
1097 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
1132 for (zone = G.zones; zone; zone = zone->next_zone) in check_cookies()
1180 for (zone = main_zone.next_zone; zone; zone = zone->next_zone) in ggc_collect()
1191 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_collect()
1208 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_collect()
1238 for (zone = G.zones; zone && zone->next_zone; zone = zone->next_zone) in ggc_collect()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dggc-zone.c439 entry->zone = zone; in alloc_small_page()
469 entry->zone = zone; in alloc_large_page()
890 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_push_context()
931 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_pop_context()
1097 zone->allocated_last_gc = zone->allocated; in ggc_collect_1()
1132 for (zone = G.zones; zone; zone = zone->next_zone) in check_cookies()
1180 for (zone = main_zone.next_zone; zone; zone = zone->next_zone) in ggc_collect()
1191 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_collect()
1208 for (zone = G.zones; zone; zone = zone->next_zone) in ggc_collect()
1238 for (zone = G.zones; zone && zone->next_zone; zone = zone->next_zone) in ggc_collect()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DCGlue.h106 ui_interface->addButton(label, zone); in addButtonGlueFloat()
112 ui_interface->addCheckButton(label, zone); in addCheckButtonGlueFloat()
154 ui_interface->declare(zone, key, value); in declareGlueFloat()
222 ui_interface->addButton(label, zone); in addButtonGlueDouble()
228 ui_interface->addCheckButton(label, zone); in addCheckButtonGlueDouble()
270 ui_interface->declare(zone, key, value); in declareGlueDouble()
341 virtual void addButton(const char* label, float* zone) in addButton()
343 addButtonGlueFloat(fCPPInterface, label, zone); in addButton()
381 declareGlueFloat(fCPPInterface, zone, key, val); in declare()
388 addButtonGlueDouble(fCPPInterface, label, zone); in addButton()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Dzone_db_ext.c42 zone_db_t *zone; in zone_db_ext_zonename_from_id() local
49 if ((zone = zone_db_new(connection)) && !zone_db_get_by_id(zone, id)) { in zone_db_ext_zonename_from_id()
57 if (!zone) { in zone_db_get_keys()
60 if (!zone->dbo) { in zone_db_get_keys()
68 &(zone->id)); in zone_db_get_keys()
77 if (!zone) { in zone_db_get_key_dependencies()
80 if (!zone->dbo) { in zone_db_get_key_dependencies()
88 &(zone->id)); in zone_db_get_key_dependencies()
106 if (!zone) { in __xmlNode2zone()
533 if (!zone) { in zone_db_create_from_xml()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/
H A DInstanceGroupManagers.php46 * @param string $zone The name of the zone where the managed instance group is
132 * @param string $zone The name of the zone where the managed instance group is
175 * @param string $zone The name of the zone where the managed instance group is
207 * @param string $zone The name of the zone where the managed instance group is
232 * @param string $zone The name of the zone where you want to create the managed
262 * @param string $zone The name of the zone where the managed instance group is
306 public function listInstanceGroupManagers($project, $zone, $optParams = array()) argument
308 $params = array('project' => $project, 'zone' => $zone);
321 * @param string $zone The name of the zone where the managed instance group is
424 * @param string $zone The name of the zone where the managed instance group is
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/
H A DDisks.php34 * @param string $zone The name of the zone for this request.
125 * @param string $zone The name of the zone for this request.
161 * @param string $zone The name of the zone for this request.
190 * @param string $zone The name of the zone for this request.
206 * @param string $zone The name of the zone for this request.
227 * @param string $zone The name of the zone for this request.
258 * @param string $zone The name of the zone for this request.
306 $params = array('project' => $project, 'zone' => $zone);
314 * @param string $zone The name of the zone for this request.
344 * @param string $zone The name of the zone for this request.
[all …]
H A DNodeGroups.php32 * @param string $zone The name of the zone for this request.
124 * @param string $zone The name of the zone for this request.
152 * @param string $zone The name of the zone for this request.
184 * @param string $zone The name of the zone for this request.
200 * @param string $zone The name of the zone for this request.
218 * @param string $zone The name of the zone for this request.
249 * @param string $zone The name of the zone for this request.
297 $params = array('project' => $project, 'zone' => $zone);
305 * @param string $zone The name of the zone for this request.
363 * @param string $zone The name of the zone for this request.
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dpage_alloc.c145 struct zone *zone; member
1974 struct zone *zone; in deferred_init_memmap() local
2135 struct zone *zone; in page_alloc_init_late() local
2753 struct zone *zone; in unreserve_highatomic_pageblock() local
3050 struct zone *zone; in drain_pages() local
3369 struct zone *zone; in __isolate_free_page() local
3882 struct zone *zone; in get_page_from_freelist() local
4333 struct zone *zone; in should_compact_retry() local
4477 struct zone *zone; in wake_all_kswapds() local
4588 struct zone *zone; in should_reclaim_retry() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dpage_alloc.c145 struct zone *zone; member
1974 struct zone *zone; in deferred_init_memmap() local
2135 struct zone *zone; in page_alloc_init_late() local
2753 struct zone *zone; in unreserve_highatomic_pageblock() local
3050 struct zone *zone; in drain_pages() local
3369 struct zone *zone; in __isolate_free_page() local
3882 struct zone *zone; in get_page_from_freelist() local
4333 struct zone *zone; in should_compact_retry() local
4477 struct zone *zone; in wake_all_kswapds() local
4588 struct zone *zone; in should_reclaim_retry() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dpage_alloc.c145 struct zone *zone; member
1974 struct zone *zone; in deferred_init_memmap() local
2135 struct zone *zone; in page_alloc_init_late() local
2753 struct zone *zone; in unreserve_highatomic_pageblock() local
3050 struct zone *zone; in drain_pages() local
3369 struct zone *zone; in __isolate_free_page() local
3882 struct zone *zone; in get_page_from_freelist() local
4333 struct zone *zone; in should_compact_retry() local
4477 struct zone *zone; in wake_all_kswapds() local
4588 struct zone *zone; in should_reclaim_retry() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/time/
H A Dzoneinfo.go20 zone []zone member
34 cacheZone *zone
38 type zone struct { struct
95 zone: []zone{{name, offset, false}},
124 name = zone.name
133 zone := &l.zone[l.lookupFirstZone()]
134 name = zone.name
162 zone := &l.zone[tx[lo].index]
163 name = zone.name
236 zone := &l.zone[i]
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dzoneinfo.go20 zone []zone member
34 cacheZone *zone
38 type zone struct { struct
95 zone: []zone{{name, offset, false}},
124 name = zone.name
133 zone := &l.zone[l.lookupFirstZone()]
134 name = zone.name
162 zone := &l.zone[tx[lo].index]
163 name = zone.name
236 zone := &l.zone[i]
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/time/
H A Dzoneinfo.go20 zone []zone member
34 cacheZone *zone
38 type zone struct { struct
95 zone: []zone{{name, offset, false}},
124 name = zone.name
133 zone := &l.zone[l.lookupFirstZone()]
134 name = zone.name
162 zone := &l.zone[tx[lo].index]
163 name = zone.name
236 zone := &l.zone[i]
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dzoneinfo.go20 zone []zone member
34 cacheZone *zone
38 type zone struct { struct
95 zone: []zone{{name, offset, false}},
124 name = zone.name
133 zone := &l.zone[l.lookupFirstZone()]
134 name = zone.name
162 zone := &l.zone[tx[lo].index]
163 name = zone.name
236 zone := &l.zone[i]
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dzoneinfo.go20 zone []zone member
34 cacheZone *zone
38 type zone struct { struct
95 zone: []zone{{name, offset, false}},
124 name = zone.name
133 zone := &l.zone[l.lookupFirstZone()]
134 name = zone.name
162 zone := &l.zone[tx[lo].index]
163 name = zone.name
236 zone := &l.zone[i]
[all …]

12345678910>>...1478