Searched refs:zone (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dasmgoto-1.c9 struct zone { struct per_cpu_pageset *pageset[64]; } struct
10 zone_flags_t; typedef struct pglist_data { struct zone node_zones[4]; } pg_data_t;
12 extern struct zone *next_zone (struct zone *zone);
76 struct zone *zone, *dzone; local
78 for (zone = (first_online_pgdat ())->node_zones;
79 zone; zone
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dqualified-id5.C9 struct zone : public msgpack_zone { struct in inherits:msgpack_zone
14 T* zone::allocate()
/haiku-buildtools/gcc/zlib/test/
H A Dinfcover.c75 struct mem_zone *zone = mem; local
79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit))
99 item->next = zone->first;
100 zone->first = item;
103 zone->total += item->size;
104 if (zone->total > zone
115 struct mem_zone *zone = mem; local
160 struct mem_zone *zone; local
178 struct mem_zone *zone = strm->opaque; local
186 struct mem_zone *zone = strm->opaque; local
194 struct mem_zone *zone = strm->opaque; local
204 struct mem_zone *zone = strm->opaque; local
[all...]
/haiku-buildtools/binutils/zlib/test/
H A Dinfcover.c75 struct mem_zone *zone = mem; local
79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit))
99 item->next = zone->first;
100 zone->first = item;
103 zone->total += item->size;
104 if (zone->total > zone
115 struct mem_zone *zone = mem; local
160 struct mem_zone *zone; local
178 struct mem_zone *zone = strm->opaque; local
186 struct mem_zone *zone = strm->opaque; local
194 struct mem_zone *zone = strm->opaque; local
204 struct mem_zone *zone = strm->opaque; local
[all...]
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_malloc_mac.cc52 // Prevent the client app from overwriting the zone contents.
53 // Library functions that need to modify the zone will set PROT_WRITE on it.
87 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) { argument
92 if (name && zone->introspect == asan_zone.introspect) {
98 // since that appropriately changes VM region protections on the zone.
99 REAL(malloc_set_zone_name)(zone, name);
155 size_t mz_size(malloc_zone_t* zone, const void* ptr) { argument
159 void *mz_malloc(malloc_zone_t *zone, size_t size) { argument
168 void *mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { argument
184 void *mz_valloc(malloc_zone_t *zone, size_
177 CHECK(allocated < kCallocPoolSize); return mem; } GET_STACK_TRACE_MALLOC; return asan_calloc(nmemb, size, &stack); } void *mz_valloc(malloc_zone_t *zone, size_t size) { if (UNLIKELY(!asan_inited)) { CHECK(system_malloc_zone); return malloc_zone_valloc(system_malloc_zone, size); } GET_STACK_TRACE_MALLOC; return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC); } void ALWAYS_INLINE free_common(void *context, void *ptr) { if (!ptr) return; GET_STACK_TRACE_FREE; if (!flags()->mac_ignore_invalid_free) argument
211 mz_free(malloc_zone_t *zone, void *ptr) argument
215 mz_realloc(malloc_zone_t *zone, void *ptr, size_t size) argument
234 mz_destroy(malloc_zone_t* zone) argument
242 mz_memalign(malloc_zone_t *zone, size_t align, size_t size) argument
268 mi_good_size(malloc_zone_t *zone, size_t size) argument
273 mi_check(malloc_zone_t *zone) argument
277 mi_print(malloc_zone_t *zone, boolean_t verbose) argument
281 mi_log(malloc_zone_t *zone, void *address) argument
285 mi_force_lock(malloc_zone_t *zone) argument
289 mi_force_unlock(malloc_zone_t *zone) argument
293 mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) argument
302 mi_zone_locked(malloc_zone_t *zone) argument
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Ddatetime_.c41 int G77_date_and_time_0 (char *date, char *fftime, char *zone, argument
83 if (zone) {
85 s_copy(zone, zon, zone_len, 5);
H A Du77-test.f62 + ttime*10, zone*5, ctim2*25 variable
157 call date_and_time(ddate, ttime, zone, values)
159 + zone, ' ', values
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Dat-property-13.mm23 - (id) copyWithZone: (void *)zone;
36 - (id) copyWithZone: (void *)zone { copy_count++; return self; }
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dqual-types-1.mm13 + allocFromZone:(void *)zone;
14 - copyFromZone:(void *)zone;
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Dat-property-13.m23 - (id) copyWithZone: (void *)zone;
36 - (id) copyWithZone: (void *)zone { copy_count++; return self; }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C19 base::StringPiece& zone, const
34 const base::StringPiece& zone, const base::StringPiece& signature,
33 CheckSignature(const base::StringPiece& name, const base::StringPiece& zone, const base::StringPiece& signature, uint16 rrtype, const std::vector<base::StringPiece>& rrdatas) argument
H A Dpr46383.C75 template <class Mesh_visitor> void before_insertion(Element& e, const Point& p, Zone& zone, Mesh_visitor visitor) { argument
76 visitor.before_insertion(e, p, zone);
81 template <class Mesh_visitor> void after_no_insertion(const Element& e, const Point& p, Zone& zone, Mesh_visitor visitor) { argument
82 visitor.after_no_insertion(e, p, zone);
92 Zone zone = conflicts_zone(p, e); local
93 const Mesher_level_conflict_status result = test_point_conflict(p, zone);
94 before_insertion(e, p, zone, visitor);
95 Vertex_handle v = insert(p, zone);
97 after_no_insertion(e, p, zone, visitor);
99 Mesher_level_conflict_status test_point_conflict(const Point& p, Zone& zone) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwidechar_intrinsics_1.f909 call date_and_time(zone=s1)
14 call date_and_time(zone=s4) ! { dg-error "must be of kind 1" }
H A Dsequence_types_1.f9073 Integer(kindInt) :: zone component in type:GroupDefLL
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dvect-8.f9078 INTEGER :: e,f,zone local in subroutine:kernel
79 COMMON/ispace/e(96),f(96),ix(1001),ir(1001),zone(300) local in subroutine:kernel
446 DO m= 1,zone(1)
451 j5= zone(j4)
489 IF(zone(j4-1) <= 0)THEN
494 200 IF(zone(j4-1) == 0)THEN
/haiku-buildtools/gcc/gcc/fortran/
H A Dcheck.c5412 gfc_expr *zone, gfc_expr *values)
5438 if (zone != NULL)
5440 if (!type_check (zone, 2, BT_CHARACTER))
5442 if (!kind_value_check (zone, 2, gfc_default_character_kind))
5444 if (!scalar_check (zone, 2))
5446 if (!variable_check (zone, 2, false))
5411 gfc_check_date_and_time(gfc_expr *date, gfc_expr *time, gfc_expr *zone, gfc_expr *values) argument

Completed in 255 milliseconds