HomeSort by: relevance | last modified time | path
    Searched refs:region (Results 1 - 25 of 890) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nsd/dist/
region-allocator.h 2 * 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.
63 * Destroy REGION. All memory associated with REGION is freed as if
66 void region_destroy(region_type *region);
70 * Add a cleanup to REGION. ACTION will be called with DATA as
71 * parameter when the region is freed or destroyed
    [all...]
region-allocator.c 2 * region-allocator.c -- region based memory allocator.
17 #include "region-allocator.h"
55 struct region struct
185 region_destroy(region_type *region)
188 if (!region)
191 deallocator = region->deallocator;
193 region_free_all(region);
194 deallocator(region->cleanups);
195 deallocator(region->initial_data)
    [all...]
tsig-openssl.h 15 #include "region-allocator.h"
23 int tsig_openssl_init(region_type *region);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
scrypt_platform.c 41 alloc_region(escrypt_region_t *region, size_t size)
65 region->base = base;
66 region->aligned = aligned;
67 region->size = base ? size : 0;
73 init_region(escrypt_region_t *region)
75 region->base = region->aligned = NULL;
76 region->size = 0;
80 free_region(escrypt_region_t *region)
82 if (region->base)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
sese.cc 47 /* For a USE in BB, if BB is outside REGION, mark the USE in the
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
54 gcc_assert (!bb_in_sese_p (bb, region->region));
60 if (!def_bb || !bb_in_sese_p (def_bb, region->region))
67 /* Marks for rewrite all the SSA_NAMES defined in REGION and that are
68 used in BB that is outside of the REGION. */
71 sese_build_liveouts_bb (sese_info_p region, basic_block bb)
79 sese_build_liveouts_use (region, region->liveout
152 sese_info_p region = XNEW (class sese_info_t); local
343 sese_info_p region = if_region->region; local
    [all...]
omp-expand.h 29 extern bool omp_make_gimple_edges (basic_block bb, struct omp_region **region,
  /src/external/gpl3/gcc.old/dist/gcc/
sese.cc 47 /* For a USE in BB, if BB is outside REGION, mark the USE in the
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
54 gcc_assert (!bb_in_sese_p (bb, region->region));
60 if (!def_bb || !bb_in_sese_p (def_bb, region->region))
67 /* Marks for rewrite all the SSA_NAMES defined in REGION and that are
68 used in BB that is outside of the REGION. */
71 sese_build_liveouts_bb (sese_info_p region, basic_block bb)
79 sese_build_liveouts_use (region, region->liveout
152 sese_info_p region = XNEW (class sese_info_t); local
343 sese_info_p region = if_region->region; local
    [all...]
omp-expand.h 29 extern bool omp_make_gimple_edges (basic_block bb, struct omp_region **region,
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
svcb_64.c 77 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.base[1] == region.base[3]
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
    [all...]
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
ipseckey_45.c 33 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
444 isc_region_t region; local
    [all...]
doa_259.c 79 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.length == 0)
132 isc_region_t region; local
162 isc_region_t region; local
212 isc_region_t region; local
    [all...]
amtrelay_260.c 34 isc_region_t region; local
93 isc_buffer_availableregion(target, &region);
94 if (region.length < 4) {
97 memmove(region.base, &addr, 4);
105 isc_buffer_availableregion(target, &region);
106 if (region.length < 16) {
109 memmove(region.base, addr6, 16);
128 isc_region_t region; local
147 dns_rdata_toregion(rdata, &region);
148 precedence = uint8_fromregion(&region);
190 isc_region_t region; local
240 isc_region_t region; local
271 isc_region_t region; local
310 isc_region_t region; local
403 isc_region_t region; local
    [all...]
hip_55.c 123 isc_region_t region; local
132 dns_rdata_toregion(rdata, &region);
134 hit_len = uint8_fromregion(&region);
135 isc_region_consume(&region, 1);
137 algorithm = uint8_fromregion(&region);
138 isc_region_consume(&region, 1);
140 key_len = uint16_fromregion(&region);
141 isc_region_consume(&region, 2);
156 INSIST(hit_len < region.length);
157 length = region.length
196 isc_region_t region, rr; local
241 isc_region_t region; local
304 isc_region_t region; local
418 isc_region_t region; local
436 isc_region_t region; local
    [all...]
dsync_66.c 107 isc_region_t region; local
122 dns_rdata_toregion(rdata, &region);
127 type = uint16_fromregion(&region);
128 isc_region_consume(&region, 2);
144 scheme = uint8_fromregion(&region);
145 isc_region_consume(&region, 1);
153 num = uint16_fromregion(&region);
154 isc_region_consume(&region, 2);
163 dns_name_fromregion(&name, &region);
195 isc_region_t region; local
231 isc_region_t region; local
250 isc_region_t region; local
293 isc_region_t region; local
335 isc_region_t region; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
svcb_64.c 79 isc_region_t region; local
81 isc_buffer_usedregion(target, &region);
82 isc_region_consume(&region, used);
83 INSIST(region.length > 0U);
84 qsort(region.base, region.length / 2, 2, svckeycmp);
86 while (region.length >= 4) {
87 if (region.base[0] == region.base[2] &&
88 region.base[1] == region.base[3]
637 isc_region_t region; local
778 isc_region_t region, man = { .base = NULL, .length = 0 }; local
924 isc_region_t region; local
980 isc_region_t region; local
1011 isc_region_t region; local
1085 isc_region_t region; local
1198 isc_region_t region; local
1243 isc_region_t region; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
ipseckey_45.c 33 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...]
amtrelay_260.c 34 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...]
doa_259.c 79 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.length == 0)
132 isc_region_t region; local
163 isc_region_t region; local
213 isc_region_t region; local
    [all...]
  /src/external/bsd/elftosb/dist/common/
StExecutableImage.cpp 21 //! 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 is added with read and write flags set
76 MemoryRegion region; local
95 MemoryRegion region; local
161 MemoryRegion & region = *rit; local
295 MemoryRegion & region = *it; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-reachability.h 41 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_regs
    [all...]
call-summary.h 86 const region *convert_region_from_summary (const region *);
91 void add_region_mapping (const region *summary_sval,
92 const region *caller_sval);
102 const region *convert_region_from_summary_1 (const region *);
113 typedef hash_map <const region *, const region *> region_map_t;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-reachability.h 41 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_regs
    [all...]
region.h 41 of region. */
67 /* Region and its subclasses.
72 region
97 Regions form a tree-like hierarchy, with a root region at the base,
100 within the frames and the "globals" region. Regions for structs
103 class region class in namespace:ana
106 virtual ~region ();
109 static int cmp_ids (const region *reg1, const region *reg2);
137 const region *get_parent_region () const { return m_parent;
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
proxyheader_test.c 165 isc_region_t region = { 0 }; local
202 isc_proxy2_handler_header(handler, &region);
203 assert_true(region.length == size);
204 assert_true(memcmp(region.base, data, region.length) == 0);
426 isc_region_t region = { 0 }; local
430 region.base = (uint8_t *)proxy_v2_header;
431 region.length = sizeof(proxy_v2_header);
433 &region, proxy2_handler_dummy, &cbarg);
439 region.base = (uint8_t *)proxy_v2_header_with_TLS
491 isc_region_t region = { 0 }; local
563 isc_region_t region = { 0 }; local
732 isc_region_t region = { 0 }; local
809 isc_region_t region = { 0 }; local
938 isc_region_t region = { 0 }; local
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-sublime.py 38 for region in self.view.sel():
39 regions.append(region)
40 region_offset = min(region.a, region.b)
41 region_length = abs(region.b - region.a)
46 buf = self.view.substr(sublime.Region(0, self.view.size()))
53 edit, sublime.Region(0, self.view.size()),
56 for region in regions:
57 self.view.sel().add(region)
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>