Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 6398) sorted by relevance

12345678910>>...256

/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/common/
H A Dm_common_notations.F9029 subroutine init_notation_list(nlist) argument
35 allocate(nlist%list(0:0))
36 allocate(nlist%list(0)%name(0))
37 allocate(nlist%list(0)%systemId(0))
38 allocate(nlist%list(0)%publicId(0))
48 do i = 0, ubound(nlist%list, 1)
49 deallocate(nlist%list(i)%name)
53 deallocate(nlist%list)
71 do i = 0, ubound(nlist%list, 1)
77 deallocate(nlist%list)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Dolist.c41 nlist = *fl; in PetscObjectListRemoveReference()
42 while (nlist) { in PetscObjectListRemoveReference()
51 nlist = nlist->next; in PetscObjectListRemoveReference()
83 while (nlist) { in PetscObjectListAdd()
88 else if (nlist->next) *fl = nlist->next; in PetscObjectListAdd()
97 nlist = nlist->next; in PetscObjectListAdd()
102 nlist = *fl; in PetscObjectListAdd()
103 while (nlist) { in PetscObjectListAdd()
114 nlist = nlist->next; in PetscObjectListAdd()
127 nlist = *fl; in PetscObjectListAdd()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_lsw.F69 nlist=0
72 nlist=nlist+1
83 lssw=lssw+nlist
89 nlist=0
92 nlist=nlist+1
103 llsw=llsw+nlist
116 nlist=0
182 nlist=0
185 nlist=nlist+1
204 nlist=0
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_cafe_lsw.F69 nlist=0
72 nlist=nlist+1
83 lssw=lssw+nlist
89 nlist=0
92 nlist=nlist+1
103 llsw=llsw+nlist
116 nlist=0
182 nlist=0
185 nlist=nlist+1
204 nlist=0
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsnotify.c29 gs_notify_init(gs_notify_list_t *nlist, gs_memory_t *mem) in gs_notify_init() argument
31 nlist->first = 0; in gs_notify_init()
32 nlist->memory = mem; in gs_notify_init()
48 nreg->next = nlist->first; in gs_notify_register()
49 nlist->first = nreg; in gs_notify_register()
67 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
101 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
114 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
116 gs_memory_t *mem = nlist->memory; in gs_notify_release()
118 while (nlist->first) { in gs_notify_release()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsnotify.c29 nlist->first = 0; in gs_notify_init()
30 nlist->memory = mem; in gs_notify_init()
46 nreg->next = nlist->first; in gs_notify_register()
47 nlist->first = nreg; in gs_notify_register()
65 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
99 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
112 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
114 gs_memory_t *mem = nlist->memory; in gs_notify_release()
116 while (nlist->first) { in gs_notify_release()
117 gs_notify_registration_t *next = nlist->first->next; in gs_notify_release()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsnotify.c29 gs_notify_init(gs_notify_list_t *nlist, gs_memory_t *mem) in gs_notify_init() argument
31 nlist->first = 0; in gs_notify_init()
32 nlist->memory = mem; in gs_notify_init()
48 nreg->next = nlist->first; in gs_notify_register()
49 nlist->first = nreg; in gs_notify_register()
67 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
101 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
114 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
116 gs_memory_t *mem = nlist->memory; in gs_notify_release()
118 while (nlist->first) { in gs_notify_release()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsnotify.c29 gs_notify_init(gs_notify_list_t *nlist, gs_memory_t *mem) in gs_notify_init() argument
31 nlist->first = 0; in gs_notify_init()
32 nlist->memory = mem; in gs_notify_init()
48 nreg->next = nlist->first; in gs_notify_register()
49 nlist->first = nreg; in gs_notify_register()
67 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
101 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
114 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
116 gs_memory_t *mem = nlist->memory; in gs_notify_release()
118 while (nlist->first) { in gs_notify_release()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsnotify.c29 gs_notify_init(gs_notify_list_t *nlist, gs_memory_t *mem) in gs_notify_init() argument
31 nlist->first = 0; in gs_notify_init()
32 nlist->memory = mem; in gs_notify_init()
48 nreg->next = nlist->first; in gs_notify_register()
49 nlist->first = nreg; in gs_notify_register()
67 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
101 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
114 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
116 gs_memory_t *mem = nlist->memory; in gs_notify_release()
118 while (nlist->first) { in gs_notify_release()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsnotify.c29 nlist->first = 0; in gs_notify_init()
30 nlist->memory = mem; in gs_notify_init()
46 nreg->next = nlist->first; in gs_notify_register()
47 nlist->first = nreg; in gs_notify_register()
65 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
99 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
112 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
114 gs_memory_t *mem = nlist->memory; in gs_notify_release()
116 while (nlist->first) { in gs_notify_release()
117 gs_notify_registration_t *next = nlist->first->next; in gs_notify_release()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsnotify.c34 nlist->first = 0; in gs_notify_init()
35 nlist->memory = mem; in gs_notify_init()
51 nreg->next = nlist->first; in gs_notify_register()
52 nlist->first = nreg; in gs_notify_register()
70 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
104 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
117 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
119 gs_memory_t *mem = nlist->memory; in gs_notify_release()
121 while (nlist->first) { in gs_notify_release()
122 gs_notify_registration_t *next = nlist->first->next; in gs_notify_release()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsnotify.c34 nlist->first = 0; in gs_notify_init()
35 nlist->memory = mem; in gs_notify_init()
51 nreg->next = nlist->first; in gs_notify_register()
52 nlist->first = nreg; in gs_notify_register()
70 gs_notify_registration_t **prev = &nlist->first; in gs_notify_unregister_calling()
104 for (next = nlist->first; (cur = next) != 0;) { in gs_notify_all()
117 gs_notify_release(gs_notify_list_t *nlist) in gs_notify_release() argument
119 gs_memory_t *mem = nlist->memory; in gs_notify_release()
121 while (nlist->first) { in gs_notify_release()
122 gs_notify_registration_t *next = nlist->first->next; in gs_notify_release()
[all …]
/dports/databases/mdcached/mdcached-1.0.9/mdcached/
H A DLockPool.h148 assert(nlist[i] < N); in rdlock()
149 LOCK_TRACE("*rd", nlist[i]); in rdlock()
184 assert(nlist[i] < N); in wrlock()
185 LOCK_TRACE("*wr", nlist[i]); in wrlock()
197 generations[nlist[i]]++; in wrlock()
219 LOCK_TRACE("*un", nlist[i]); in unlock()
223 lnf->unlock(nlist, list_size); in unlock()
257 LOCK_TRACE("*tryrd", nlist[i]); in try_rdlock()
261 pthread_rwlock_unlock(&locks[nlist[j]]); in try_rdlock()
272 pthread_rwlock_unlock(&locks[nlist[i]]); in try_rdlock()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_listmgmt.c197 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
198 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
201 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
207 NDMOS_API_BZERO (nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
258 if (nlist->tail) { in ndma_store_nlist()
260 nlist->tail = entry; in ndma_store_nlist()
262 nlist->head = entry; in ndma_store_nlist()
266 nlist->n_nlist++; in ndma_store_nlist()
315 nlist->head = NULL; in ndma_destroy_nlist()
316 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_listmgmt.c197 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
198 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
201 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
207 NDMOS_API_BZERO (nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
258 if (nlist->tail) { in ndma_store_nlist()
260 nlist->tail = entry; in ndma_store_nlist()
262 nlist->head = entry; in ndma_store_nlist()
266 nlist->n_nlist++; in ndma_store_nlist()
315 nlist->head = NULL; in ndma_destroy_nlist()
316 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_listmgmt.c197 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
198 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
201 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
207 NDMOS_API_BZERO (nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
258 if (nlist->tail) { in ndma_store_nlist()
260 nlist->tail = entry; in ndma_store_nlist()
262 nlist->head = entry; in ndma_store_nlist()
266 nlist->n_nlist++; in ndma_store_nlist()
315 nlist->head = NULL; in ndma_destroy_nlist()
316 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_listmgmt.c197 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
198 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
201 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
207 NDMOS_API_BZERO (nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
258 if (nlist->tail) { in ndma_store_nlist()
260 nlist->tail = entry; in ndma_store_nlist()
262 nlist->head = entry; in ndma_store_nlist()
266 nlist->n_nlist++; in ndma_store_nlist()
315 nlist->head = NULL; in ndma_destroy_nlist()
316 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_listmgmt.c187 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
188 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
189 } else if (nlist->enumerate_length != nlist->n_nlist) { in ndma_enumerate_nlist()
191 nlist->enumerate = NDMOS_API_MALLOC(sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
192 nlist->enumerate_length = nlist->n_nlist; in ndma_enumerate_nlist()
196 NDMOS_API_BZERO(nlist->enumerate, sizeof(ndmp9_name) * nlist->n_nlist); in ndma_enumerate_nlist()
241 if (nlist->tail) { in ndma_store_nlist()
249 nlist->n_nlist++; in ndma_store_nlist()
293 nlist->head = NULL; in ndma_destroy_nlist()
294 nlist->tail = NULL; in ndma_destroy_nlist()
[all …]

12345678910>>...256