Home
last modified time | relevance | path

Searched refs:my_entry (Results 1 – 25 of 51) sorted by relevance

123

/dports/net-mgmt/bgpuma/bgpuma-a29b2a7/src/
H A Dreadfile.cpp20 BGPDUMP_ENTRY *my_entry=NULL; in ReadBGPFile() local
37 my_entry=bgpdump_read_next(mydump); in ReadBGPFile()
38 if(my_entry!=NULL) { in ReadBGPFile()
39 process(my_entry,BGP,outFile); in ReadBGPFile()
40 bgpdump_free_mem(my_entry); in ReadBGPFile()
52 …show_prefixes(my_entry->body.zebra_message.withdraw_count,my_entry->body.zebra_message.withdraw,BG… in process()
53 if (my_entry->attr != NULL && my_entry->attr->mp_info) in process()
56 …xes(my_entry->attr->mp_info->withdraw[AFI_IP][SAFI_UNICAST]->prefix_count,my_entry->attr->mp_info-… in process()
75 …show_prefixes(my_entry->body.zebra_message.announce_count,my_entry->body.zebra_message.announce,BG… in process()
76 if (my_entry->attr != NULL && my_entry->attr->mp_info) in process()
[all …]
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/include/
H A Dgc_inline.h84 void *my_entry=*my_fl; \
88 if (GC_EXPECT((GC_word)my_entry \
90 next = *(void **)(my_entry); \
91 result = (void *)my_entry; \
101 if ((GC_word)my_entry <= (num_direct) && my_entry != 0) { \
103 *my_fl = (char *)my_entry + (granules) + 1; \
111 my_entry = *my_fl; \
112 if (my_entry == 0) { \
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/include/
H A Dgc_inline.h59 void *my_entry=*my_fl; \
62 while (GC_EXPECT((GC_word)my_entry \
65 if ((GC_word)my_entry - 1 < num_direct) { \
67 *my_fl = (ptr_t)my_entry + granules + 1; \
75 my_entry = *my_fl; \
76 if (my_entry == 0) { \
82 next = *(void **)(my_entry); \
83 result = (void *)my_entry; \
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/include/
H A Dgc_inline.h59 void *my_entry=*my_fl; \
62 while (GC_EXPECT((GC_word)my_entry \
65 if ((GC_word)my_entry - 1 < num_direct) { \
67 *my_fl = (ptr_t)my_entry + granules + 1; \
75 my_entry = *my_fl; \
76 if (my_entry == 0) { \
82 next = *(void **)(my_entry); \
83 result = (void *)my_entry; \
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/include/
H A Dgc_inline.h59 void *my_entry=*my_fl; \
62 while (GC_EXPECT((GC_word)my_entry \
65 if ((GC_word)my_entry - 1 < num_direct) { \
67 *my_fl = (ptr_t)my_entry + granules + 1; \
75 my_entry = *my_fl; \
76 if (my_entry == 0) { \
82 next = *(void **)(my_entry); \
83 result = (void *)my_entry; \
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/include/
H A Dgc_inline.h59 void *my_entry=*my_fl; \
62 while (GC_EXPECT((GC_word)my_entry \
65 if ((GC_word)my_entry - 1 < num_direct) { \
67 *my_fl = (ptr_t)my_entry + granules + 1; \
75 my_entry = *my_fl; \
76 if (my_entry == 0) { \
82 next = *(void **)(my_entry); \
83 result = (void *)my_entry; \
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/include/
H A Dgc_inline.h59 void *my_entry=*my_fl; \
62 while (GC_EXPECT((GC_word)my_entry \
65 if ((GC_word)my_entry - 1 < num_direct) { \
67 *my_fl = (ptr_t)my_entry + granules + 1; \
75 my_entry = *my_fl; \
76 if (my_entry == 0) { \
82 next = *(void **)(my_entry); \
83 result = (void *)my_entry; \
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/include/
H A Dgc_inline.h76 void *my_entry=*my_fl; \
79 while (GC_EXPECT((GC_word)my_entry \
82 if ((GC_word)my_entry - 1 < (num_direct)) { \
84 *my_fl = (char *)my_entry + (granules) + 1; \
92 my_entry = *my_fl; \
93 if (my_entry == 0) { \
99 next = *(void **)(my_entry); \
100 result = (void *)my_entry; \
/dports/lang/gauche/Gauche-0.9.10/gc/include/
H A Dgc_inline.h120 void *my_entry=*my_fl; \
124 if (GC_EXPECT((GC_word)my_entry \
126 next = *(void **)(my_entry); \
127 result = (void *)my_entry; \
141 if ((GC_signed_word)my_entry - (GC_signed_word)(num_direct) <= 0 \
143 && my_entry != 0 /* NULL */) { \
145 GC_FAST_M_AO_STORE(my_fl, (char *)my_entry \
154 my_entry = *my_fl; \
155 if (my_entry == 0) { \
/dports/devel/boehm-gc-redirect/gc-8.0.6/include/
H A Dgc_inline.h120 void *my_entry=*my_fl; \
124 if (GC_EXPECT((GC_word)my_entry \
126 next = *(void **)(my_entry); \
127 result = (void *)my_entry; \
141 if ((GC_signed_word)my_entry - (GC_signed_word)(num_direct) <= 0 \
143 && my_entry != 0 /* NULL */) { \
145 GC_FAST_M_AO_STORE(my_fl, (char *)my_entry \
154 my_entry = *my_fl; \
155 if (my_entry == 0) { \
/dports/devel/boehm-gc-threaded/gc-8.0.6/include/
H A Dgc_inline.h120 void *my_entry=*my_fl; \
124 if (GC_EXPECT((GC_word)my_entry \
126 next = *(void **)(my_entry); \
127 result = (void *)my_entry; \
141 if ((GC_signed_word)my_entry - (GC_signed_word)(num_direct) <= 0 \
143 && my_entry != 0 /* NULL */) { \
145 GC_FAST_M_AO_STORE(my_fl, (char *)my_entry \
154 my_entry = *my_fl; \
155 if (my_entry == 0) { \
/dports/devel/boehm-gc/gc-8.0.6/include/
H A Dgc_inline.h120 void *my_entry=*my_fl; \
124 if (GC_EXPECT((GC_word)my_entry \
126 next = *(void **)(my_entry); \
127 result = (void *)my_entry; \
141 if ((GC_signed_word)my_entry - (GC_signed_word)(num_direct) <= 0 \
143 && my_entry != 0 /* NULL */) { \
145 GC_FAST_M_AO_STORE(my_fl, (char *)my_entry \
154 my_entry = *my_fl; \
155 if (my_entry == 0) { \
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dfnlz_mlc.c137 void **tiny_fl, **my_fl, *my_entry; in GC_finalized_malloc() local
146 my_entry = *my_fl; in GC_finalized_malloc()
147 while (EXPECT((word)my_entry in GC_finalized_malloc()
149 if ((word)my_entry - 1 < DIRECT_GRANULES) { in GC_finalized_malloc()
150 *my_fl = (ptr_t)my_entry + lg + 1; in GC_finalized_malloc()
155 my_entry = *my_fl; in GC_finalized_malloc()
156 if (my_entry == 0) { in GC_finalized_malloc()
162 next = obj_link(my_entry); in GC_finalized_malloc()
163 result = (void *)my_entry; in GC_finalized_malloc()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dpthread_support.c339 ptr_t my_entry; in GC_local_malloc() local
361 my_entry = *my_fl; in GC_local_malloc()
363 ptr_t next = obj_link(my_entry); in GC_local_malloc()
364 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
366 obj_link(my_entry) = 0; in GC_local_malloc()
370 *my_fl = my_entry + index + 1; in GC_local_malloc()
388 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
392 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
395 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
428 ptr_t my_entry = *my_fl; in GC_local_gcj_malloc() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dpthread_support.c264 ptr_t my_entry; in GC_local_malloc() local
286 my_entry = *my_fl; in GC_local_malloc()
288 ptr_t next = obj_link(my_entry); in GC_local_malloc()
289 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
291 obj_link(my_entry) = 0; in GC_local_malloc()
295 *my_fl = my_entry + index + 1; in GC_local_malloc()
313 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
316 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
317 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
320 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dpthread_support.c264 ptr_t my_entry; in GC_local_malloc() local
286 my_entry = *my_fl; in GC_local_malloc()
288 ptr_t next = obj_link(my_entry); in GC_local_malloc()
289 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
291 obj_link(my_entry) = 0; in GC_local_malloc()
295 *my_fl = my_entry + index + 1; in GC_local_malloc()
313 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
316 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
317 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
320 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/devel/dyncall/dyncall-1.3/test/thunk/
H A Dtest_thunk.c54 void my_entry(const char* text) in my_entry() function
65 dcbInitThunk(&t, &my_entry); in test_stack()
83 dcbInitThunk(p, &my_entry); in test_heap()
101 dcbInitThunk(p, &my_entry); in test_wx()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddircompareop.cc74 int DirCompareOp::compareFile( NWC::FSEntry *my_entry, in compareFile() argument
80 if ( my_fh.open( my_entry->getFullname().c_str(), in compareFile()
93 size_t total_bytes = my_entry->stat_size(); in compareFile()
152 int DirCompareOp::compareEntry( NWC::FSEntry *my_entry, in compareEntry() argument
158 NWC::Dir *my_dir = dynamic_cast< NWC::Dir * >( my_entry ); in compareEntry()
161 m_progress_win->setCurrentEntry( my_entry->getFullname() ); in compareEntry()
170 m_progress_win->setCurrentDir( my_entry->getBasename() ); in compareEntry()
207 if ( my_entry->isLink() ) { in compareEntry()
217 } else if ( ! my_entry->isReg() ) { in compareEntry()
231 if ( my_entry->stat_size() != other_entry->stat_size() ) { in compareEntry()
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dstate.c521 state_entry_t *entry, my_entry; in fr_state_find() local
529 if (vp->vp_length == sizeof(my_entry.state)) { in fr_state_find()
530 memcpy(my_entry.state, vp->vp_octets, sizeof(my_entry.state)); in fr_state_find()
536 } else if (vp->vp_length > sizeof(my_entry.state)) { in fr_state_find()
537 fr_md5_calc(my_entry.state, vp->vp_octets, vp->vp_length); in fr_state_find()
544 memcpy(my_entry.state, vp->vp_octets, vp->vp_length); in fr_state_find()
545 memset(&my_entry.state[vp->vp_length], 0, sizeof(my_entry.state) - vp->vp_length); in fr_state_find()
550 if (server) *((uint32_t *)(&my_entry.state[4])) ^= fr_hash_string(server); in fr_state_find()
552 entry = rbtree_finddata(state->tree, &my_entry); in fr_state_find()
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dpthread_support.c282 ptr_t my_entry; in GC_local_malloc() local
304 my_entry = *my_fl; in GC_local_malloc()
306 ptr_t next = obj_link(my_entry); in GC_local_malloc()
307 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
309 obj_link(my_entry) = 0; in GC_local_malloc()
313 *my_fl = my_entry + index + 1; in GC_local_malloc()
331 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
334 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
335 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
338 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dpthread_support.c282 ptr_t my_entry; in GC_local_malloc() local
304 my_entry = *my_fl; in GC_local_malloc()
306 ptr_t next = obj_link(my_entry); in GC_local_malloc()
307 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
309 obj_link(my_entry) = 0; in GC_local_malloc()
313 *my_fl = my_entry + index + 1; in GC_local_malloc()
331 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
334 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
335 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
338 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dpthread_support.c282 ptr_t my_entry; in GC_local_malloc() local
304 my_entry = *my_fl; in GC_local_malloc()
306 ptr_t next = obj_link(my_entry); in GC_local_malloc()
307 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
309 obj_link(my_entry) = 0; in GC_local_malloc()
313 *my_fl = my_entry + index + 1; in GC_local_malloc()
331 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
334 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
335 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
338 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dpthread_support.c282 ptr_t my_entry; in GC_local_malloc() local
304 my_entry = *my_fl; in GC_local_malloc()
306 ptr_t next = obj_link(my_entry); in GC_local_malloc()
307 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
309 obj_link(my_entry) = 0; in GC_local_malloc()
313 *my_fl = my_entry + index + 1; in GC_local_malloc()
331 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
334 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
335 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
338 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dpthread_support.c282 ptr_t my_entry; in GC_local_malloc() local
304 my_entry = *my_fl; in GC_local_malloc()
306 ptr_t next = obj_link(my_entry); in GC_local_malloc()
307 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc()
309 obj_link(my_entry) = 0; in GC_local_malloc()
313 *my_fl = my_entry + index + 1; in GC_local_malloc()
331 ptr_t my_entry = *my_fl; in GC_local_malloc_atomic() local
334 GC_PTR result = (GC_PTR)my_entry; in GC_local_malloc_atomic()
335 *my_fl = obj_link(my_entry); in GC_local_malloc_atomic()
338 *my_fl = my_entry + index + 1; in GC_local_malloc_atomic()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os9/roles/os9_snmp/templates/
H A Dos9_snmp.j2358 {% set my_entry = [] %}
406 … {% if my_entry.append("context "+it.context_name+" access "+it.access_list.access) %}{% endif %}
408 … {% if my_entry.append("context "+it.context_name+" ipv6 "+it.access_list.ipv6) %}{% endif %}
414 …{% if my_entry.append("context "+it.context_name+" notify "+it.view.notify+" read "+it.view.read) …
416 …{% if my_entry.append("context "+it.context_name+" notify "+it.view.notify+" write "+it.view.write…
418 …{% if my_entry.append("context "+it.context_name+" read "+it.view.read+" write "+it.view.write) %}…
420 … {% if my_entry.append("context "+it.context_name+" read "+it.view.read) %}{% endif %}
422 … {% if my_entry.append("context "+it.context_name+" notify "+it.view.notify) %}{% endif %}
424 … {% if my_entry.append("context "+it.context_name+" write "+it.view.write) %}{% endif %}
427 {% if my_entry.append("context "+it.context_name) %}{% endif %}
[all …]

123