Searched refs:region (Results 1 - 25 of 917) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nsd/dist/
H A Dregion-allocator.h2 * region-allocator.h -- region based memory allocator.
15 typedef struct region region_type;
39 * Create a new region.
46 * Create a new region, with chunk size and large object size.
66 void region_destroy(region_type *region);
71 * parameter when the region is freed or destroyed.
75 size_t region_add_cleanup(region_type *region,
82 void region_remove_cleanup(region_type *region,
87 * deallocated when region_free_all is called for this region
[all...]
H A Dregion-allocator.c2 * region-allocator.c -- region based memory allocator.
17 #include "region-allocator.h"
55 struct region struct
185 region_destroy(region_type *region) argument
188 if (!region)
191 deallocator = region->deallocator;
193 region_free_all(region);
194 deallocator(region->cleanups);
195 deallocator(region
211 region_add_cleanup(region_type *region, void (*action)(void *), void *data) argument
237 region_remove_cleanup(region_type *region, void (*action)(void *), void *data) argument
252 region_alloc(region_type *region, size_t size) argument
331 region_alloc_init(region_type *region, const void *init, size_t size) argument
340 region_alloc_zero(region_type *region, size_t size) argument
349 region_alloc_array_init(region_type *region, const void *init, size_t num, size_t size) argument
361 region_alloc_array_zero(region_type *region, size_t num, size_t size) argument
372 region_alloc_array(region_type *region, size_t num, size_t size) argument
383 region_free_all(region_type *region) argument
426 region_strdup(region_type *region, const char *string) argument
432 region_recycle(region_type *region, void *block, size_t size) argument
483 region_dump_stats(region_type *region, FILE *out) argument
510 region_get_recycle_size(region_type* region) argument
515 region_get_mem(region_type* region) argument
520 region_get_mem_unused(region_type* region) argument
527 region_log_stats(region_type *region) argument
[all...]
H A Dzonec.h40 region_type *region; /* Allocate for parser lifetime data. */ member in struct:zparser
87 uint16_t *zparser_conv_hex(region_type *region, const char *hex, size_t len);
88 uint16_t *zparser_conv_hex_length(region_type *region, const char *hex, size_t len);
89 uint16_t *zparser_conv_time(region_type *region, const char *time);
90 uint16_t *zparser_conv_services(region_type *region, const char *protostr, char *servicestr);
91 uint16_t *zparser_conv_serial(region_type *region, const char *periodstr);
92 uint16_t *zparser_conv_period(region_type *region, const char *periodstr);
93 uint16_t *zparser_conv_short(region_type *region, const char *text);
94 uint16_t *zparser_conv_long(region_type *region, const char *text);
95 uint16_t *zparser_conv_byte(region_type *region, cons
[all...]
H A Dtsig-openssl.h15 #include "region-allocator.h"
23 int tsig_openssl_init(region_type *region);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dregion-alias-1.d2 #ld: -T region-alias-1.t
3 #error: .*:[0-9]+: error: redefinition of memory region alias `MY_ALIAS'
H A Dregion-alias-2.d2 #ld: -T region-alias-2.t
3 #error: .*:[0-9]+: error: memory region `NIL' for alias `MY_ALIAS' does not exist
H A Dregion-alias-3.d2 #ld: -T region-alias-3.t
3 #error: .*:[0-9]+: error: alias for default memory region
H A Dregion-alias-4.d2 #ld: -T region-alias-4.t
3 #error: .*:[0-9]+: error: alias for default memory region
H A Dprint-memory-usage-2.l1 Memory region Used Size Region Size %age Used
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c41 alloc_region(escrypt_region_t *region, size_t size) argument
65 region->base = base;
66 region->aligned = aligned;
67 region->size = base ? size : 0;
73 init_region(escrypt_region_t *region) argument
75 region->base = region->aligned = NULL;
76 region->size = 0;
80 free_region(escrypt_region_t *region) argument
82 if (region
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsese.c51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb, argument
54 gcc_assert (!bb_in_sese_p (bb, region->region));
60 if (!def_bb || !bb_in_sese_p (def_bb, region->region))
71 sese_build_liveouts_bb (sese_info_p region, basic_block bb) argument
79 sese_build_liveouts_use (region, region->liveout,
87 bitmap liveouts = region->liveout;
89 liveouts = region
100 sese_reset_debug_liveouts(sese_info_p region) argument
131 sese_build_liveouts(sese_info_p region) argument
152 sese_info_p region = XNEW (class sese_info_t); local
168 free_sese_info(sese_info_p region) argument
205 sese_insert_phis_for_liveouts(sese_info_p region, basic_block bb, edge false_e, edge true_e) argument
221 outermost_loop_in_sese_1(sese_l &region, basic_block bb) argument
239 outermost_loop_in_sese(sese_l &region, basic_block bb) argument
299 move_sese_in_condition(sese_info_p region) argument
343 sese_info_p region = if_region->region; local
366 invariant_in_sese_p_rec(tree t, const sese_l &region, bool *has_vdefs) argument
409 scev_analyzable_p(tree def, sese_l &region) argument
441 scalar_evolution_in_region(const sese_l &region, loop_p loop, tree t) argument
[all...]
H A Domp-expand.h29 extern bool omp_make_gimple_edges (basic_block bb, struct omp_region **region,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsese.cc51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb, argument
54 gcc_assert (!bb_in_sese_p (bb, region->region));
60 if (!def_bb || !bb_in_sese_p (def_bb, region->region))
71 sese_build_liveouts_bb (sese_info_p region, basic_block bb) argument
79 sese_build_liveouts_use (region, region->liveout,
87 bitmap liveouts = region->liveout;
89 liveouts = region
100 sese_reset_debug_liveouts(sese_info_p region) argument
131 sese_build_liveouts(sese_info_p region) argument
152 sese_info_p region = XNEW (class sese_info_t); local
168 free_sese_info(sese_info_p region) argument
205 sese_insert_phis_for_liveouts(sese_info_p region, basic_block bb, edge false_e, edge true_e) argument
221 outermost_loop_in_sese_1(sese_l &region, basic_block bb) argument
239 outermost_loop_in_sese(sese_l &region, basic_block bb) argument
299 move_sese_in_condition(sese_info_p region) argument
343 sese_info_p region = if_region->region; local
366 invariant_in_sese_p_rec(tree t, const sese_l &region, bool *has_vdefs) argument
409 scev_analyzable_p(tree def, sese_l &region) argument
441 scalar_evolution_in_region(const sese_l &region, loop_p loop, tree t) argument
[all...]
H A Domp-expand.h29 extern bool omp_make_gimple_edges (basic_block bb, struct omp_region **region,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dsvcb_64.c77 isc_region_t region; local
79 isc_buffer_usedregion(target, &region);
80 isc_region_consume(&region, used);
81 INSIST(region.length > 0U);
82 qsort(region.base, region.length / 2, 2, svckeycmp);
84 while (region.length >= 4) {
85 if (region.base[0] == region.base[2] &&
86 region
96 svcb_validate(uint16_t key, isc_region_t *region) argument
203 svc_keyfromregion(isc_textregion_t *region, char sep, uint16_t *value, isc_buffer_t *target) argument
262 svc_fromtext(isc_textregion_t *region, isc_buffer_t *target) argument
667 isc_region_t region; local
807 isc_region_t region, man = { .base = NULL, .length = 0 }; local
958 isc_region_t region; local
1014 isc_region_t region; local
1045 isc_region_t region; local
1164 isc_region_t region; local
1209 isc_region_t region; local
1227 generic_rdata_in_svcb_current(dns_rdata_in_svcb_t *svcb, isc_region_t *region) argument
1261 dns_rdata_in_svcb_current(dns_rdata_in_svcb_t *svcb, isc_region_t *region) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dipseckey_45.c33 isc_region_t region; local
89 isc_buffer_availableregion(target, &region);
90 if (region.length < 4) {
93 memmove(region.base, &addr, 4);
101 isc_buffer_availableregion(target, &region);
102 if (region.length < 16) {
105 memmove(region.base, addr6, 16);
128 isc_region_t region; local
150 dns_rdata_toregion(rdata, &region);
151 num = uint8_fromregion(&region);
219 isc_region_t region; local
275 isc_region_t region; local
306 isc_region_t region; local
349 isc_region_t region; local
455 isc_region_t region; local
[all...]
H A Damtrelay_260.c34 isc_region_t region; local
92 isc_buffer_availableregion(target, &region);
93 if (region.length < 4) {
96 memmove(region.base, &addr, 4);
104 isc_buffer_availableregion(target, &region);
105 if (region.length < 16) {
108 memmove(region.base, addr6, 16);
127 isc_region_t region; local
147 dns_rdata_toregion(rdata, &region);
148 precedence = uint8_fromregion(&region);
190 isc_region_t region; local
241 isc_region_t region; local
272 isc_region_t region; local
311 isc_region_t region; local
408 isc_region_t region; local
[all...]
H A Ddoa_259.c79 isc_region_t region; local
88 dns_rdata_toregion(rdata, &region);
93 n = uint32_fromregion(&region);
94 isc_region_consume(&region, 4);
101 n = uint32_fromregion(&region);
102 isc_region_consume(&region, 4);
109 n = uint8_fromregion(&region);
110 isc_region_consume(&region, 1);
117 RETERR(txt_totext(&region, true, target));
123 if (region
132 isc_region_t region; local
163 isc_region_t region; local
213 isc_region_t region; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dipseckey_45.c33 isc_region_t region; local
89 isc_buffer_availableregion(target, &region);
90 if (region.length < 4) {
93 memmove(region.base, &addr, 4);
101 isc_buffer_availableregion(target, &region);
102 if (region.length < 16) {
105 memmove(region.base, addr6, 16);
128 isc_region_t region; local
150 dns_rdata_toregion(rdata, &region);
151 num = uint8_fromregion(&region);
219 isc_region_t region; local
275 isc_region_t region; local
306 isc_region_t region; local
349 isc_region_t region; local
456 isc_region_t region; local
[all...]
H A Damtrelay_260.c34 isc_region_t region; local
92 isc_buffer_availableregion(target, &region);
93 if (region.length < 4) {
96 memmove(region.base, &addr, 4);
104 isc_buffer_availableregion(target, &region);
105 if (region.length < 16) {
108 memmove(region.base, addr6, 16);
127 isc_region_t region; local
147 dns_rdata_toregion(rdata, &region);
148 precedence = uint8_fromregion(&region);
190 isc_region_t region; local
241 isc_region_t region; local
272 isc_region_t region; local
311 isc_region_t region; local
409 isc_region_t region; local
[all...]
H A Ddoa_259.c79 isc_region_t region; local
88 dns_rdata_toregion(rdata, &region);
93 n = uint32_fromregion(&region);
94 isc_region_consume(&region, 4);
101 n = uint32_fromregion(&region);
102 isc_region_consume(&region, 4);
109 n = uint8_fromregion(&region);
110 isc_region_consume(&region, 1);
117 RETERR(txt_totext(&region, true, target));
123 if (region
132 isc_region_t region; local
163 isc_region_t region; local
213 isc_region_t region; local
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DStExecutableImage.cpp21 //! Makes a duplicate of each memory region.
32 const MemoryRegion & region = *it; local
34 MemoryRegion regionCopy(region);
35 if (region.m_type == FILL_REGION && region.m_data != NULL)
37 regionCopy.m_data = new uint8_t[region.m_length];
38 memcpy(regionCopy.m_data, region.m_data, region.m_length);
45 //! Disposes of memory allocated for each region.
71 // The region i
76 MemoryRegion region; local
95 MemoryRegion region; local
161 MemoryRegion & region = *rit; local
205 cropRegionToFilter(MemoryRegion & region, const AddressFilter & filter) argument
295 MemoryRegion & region = *it; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dorphan-region.d1 #source: orphan-region.s
2 #ld: -T orphan-region.ld -N -z stack-size=0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dattr-430x-large-any-good.d1 #name: 430X ISA, large memory model and any data region object attributes
3 #as: -ml -mdata-region=none
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-reachability.h41 static void init_cluster_cb (const region *base_reg,
45 void init_cluster (const region *base_reg);
49 void add (const region *reg, bool is_mutable);
54 /* Add SVAL. If it is a pointer, add the pointed-to region. */
57 /* Add SVAL. If it is a pointer, add the pointed-to region.
67 hash_set<const region *>::iterator begin ()
71 hash_set<const region *>::iterator end ()
92 hash_set<const region *>::iterator begin_mutable_base_regs ()
96 hash_set<const region *>::iterator end_mutable_base_regs ()
110 hash_set<const region *> m_reachable_base_reg
[all...]

Completed in 326 milliseconds

1234567891011>>