Home
last modified time | relevance | path

Searched refs:n_objs (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/pacmanarena/pacman/
H A Dobject.c97 *n_objs = cur->n_objs; in object_cache_find_file()
114 new->n_objs = n_objs; in object_cache_add_file()
206 for(c = 0; c < n_objs; c++) in object_write_file()
253 for(c = 0; c < n_objs; c++) in object_write_file()
338 file_write_values32(&n_objs, 1, fp); in object_write_file()
339 for(c = 0; c < n_objs; c++) in object_write_file()
431 file_read_values32(n_objs, 1, fp); in object_read_file()
433 fname, *n_objs, vx_num, fc_num); in object_read_file()
435 for(c = 0; c < *n_objs; c++) in object_read_file()
481 for(c = 0; c < cur->n_objs; c++) in object_release_dlists()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5repack/
H A Dh5repack_opttable.c97 aux_inctable(pack_opttbl_t *table, unsigned n_objs) in aux_inctable() argument
101 table->size += n_objs; in aux_inctable()
172 options_add_layout(obj_list_t *obj_list, unsigned n_objs, pack_info_t *pack, pack_opttbl_t *table) in options_add_layout() argument
179 if (table->nelems + n_objs >= table->size) in options_add_layout()
180 if (aux_inctable(table, n_objs) < 0) in options_add_layout()
186 for (j = 0; j < n_objs; j++) { in options_add_layout()
230 for (j = 0; j < n_objs; j++) { in options_add_layout()
259 if (table->nelems + n_objs >= table->size) in options_add_filter()
260 if (aux_inctable(table, n_objs) < 0) in options_add_filter()
266 for (j = 0; j < n_objs; j++) { in options_add_filter()
[all …]
H A Dh5repack.h209 unsigned n_objs,
213 unsigned n_objs,
225 unsigned *n_objs,
231 unsigned *n_objs,
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5repack/
H A Dh5repack_opttable.c97 aux_inctable(pack_opttbl_t *table, unsigned n_objs) in aux_inctable() argument
101 table->size += n_objs; in aux_inctable()
172 options_add_layout(obj_list_t *obj_list, unsigned n_objs, pack_info_t *pack, pack_opttbl_t *table) in options_add_layout() argument
179 if (table->nelems + n_objs >= table->size) in options_add_layout()
180 if (aux_inctable(table, n_objs) < 0) in options_add_layout()
186 for (j = 0; j < n_objs; j++) { in options_add_layout()
230 for (j = 0; j < n_objs; j++) { in options_add_layout()
259 if (table->nelems + n_objs >= table->size) in options_add_filter()
260 if (aux_inctable(table, n_objs) < 0) in options_add_filter()
266 for (j = 0; j < n_objs; j++) { in options_add_filter()
[all …]
H A Dh5repack.h222 unsigned n_objs,
226 unsigned n_objs,
238 unsigned *n_objs,
244 unsigned *n_objs,
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_opttable.c80 int n_objs, in options_add_chunk() argument
87 if (op_tbl->nelems+n_objs >= op_tbl->size) { in options_add_chunk()
88 op_tbl->size += n_objs; in options_add_chunk()
102 for (j = 0; j < n_objs; j++) in options_add_chunk()
145 for (j = 0; j < n_objs; j++) in options_add_chunk()
174 int n_objs, in options_add_comp() argument
180 if (op_tbl->nelems+n_objs >= op_tbl->size) { in options_add_comp()
181 op_tbl->size += n_objs; in options_add_comp()
195 for (j = 0; j < n_objs; j++) in options_add_comp()
234 for (j = 0; j < n_objs; j++) in options_add_comp()
H A Dhrepack.c92 int n_objs; /*number of objects in the current -t or -c option entry */ in hrepack_addcomp() local
104 if ((obj_list = parse_comp(str,&n_objs,&comp)) == NULL) in hrepack_addcomp()
108 for (i = 0; i < n_objs; i++) in hrepack_addcomp()
127 if (options_add_comp(obj_list,n_objs,comp,options->op_tbl)<0) in hrepack_addcomp()
165 int n_objs; /*number of objects in the current -t or -c option entry */ in hrepack_addchunk() local
176 if ((obj_list = parse_chunk(str,&n_objs,chunk_lengths,&chunk_rank)) == NULL) in hrepack_addchunk()
180 for (i = 0; i < n_objs; i++) in hrepack_addchunk()
200 if (options_add_chunk(obj_list,n_objs,chunk_lengths,chunk_rank,options->op_tbl)<0) in hrepack_addchunk()
H A Dhrepack_parse.h32 obj_list_t* parse_comp(const char *str, int *n_objs, comp_info_t *comp);
37 obj_list_t* parse_chunk(const char *str, int *n_objs, int32 *chunk_lengths, int *chunk_rank);
H A Dhrepack_opttable.h31 int options_add_chunk(obj_list_t *obj_list,int n_objs,int32 *chunk_lengths,
33 int options_add_comp(obj_list_t *obj_list,int n_objs,comp_info_t comp,
H A Dhrepack_parse.c42 int *n_objs, in parse_comp() argument
81 *n_objs=n; in parse_comp()
153 (*n_objs)--; /* we counted an extra ',' */ in parse_comp()
338 int *n_objs, in parse_chunk() argument
377 *n_objs=n; in parse_chunk()
/dports/games/pacmanarena/pacman/include/
H A Dobject.h68 int n_objs; member
76 struct object *object_cache_find_file(char *fname, int *n_objs);
77 void object_cache_add_file(char *fname, struct object *objs, int n_objs);
81 void object_write_file(char *fname, struct object *objs, int n_objs);
82 struct object *object_read_file(char *fname, int *n_objs);
/dports/math/py-deap/deap-1.3.1/deap/benchmarks/
H A D__init__.py579 def dtlz5(ind, n_objs):
586 gval = g(ind[n_objs-1:])
591 for m in reversed(range(1, n_objs)):
599 def dtlz6(ind, n_objs):
605 gval = sum([a**0.1 for a in ind[n_objs-1:]])
611 for m in reversed(range(1, n_objs)):
619 def dtlz7(ind, n_objs):
625 gval = 1 + 9.0 / len(ind[n_objs-1:]) * sum([a for a in ind[n_objs-1:]])
626 fit = [x for x in ind[:n_objs-1]]
627 …fit.append((1 + gval) * (n_objs - sum([a / (1.0 + gval) * (1 + sin(3 * pi * a)) for a in ind[:n_ob…
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dallocation_container.pyx44 def append(self, int n_objs, np.int64_t con_id = -1):
45 """This allocates a new batch of n_objs objects, with the container id
47 self.allocate_objs(n_objs, con_id)
50 cdef void allocate_objs(self, int n_objs, np.int64_t con_id = -1) except *:
65 n_cont.my_objs = malloc(self.itemsize * n_objs)
68 n_cont.n = n_objs
72 self.setup_objs(n_cont.my_objs, n_objs, n_cont.offset, n_cont.con_id)
/dports/graphics/graphviz/graphviz-2.44.1/lib/label/
H A Dnrtmain.c66 printData(object_t * objs, int n_objs, xlabel_t * lbls, int n_lbls, in printData() argument
72 n_objs, n_lbls, params->force, params->bb.LL.x, in printData()
77 for (i = 0; i < n_objs; i++) { in printData()
103 int i, n_objs, n_lbls; in doxlabel() local
139 n_objs = agnnodes(gp) + n_elbls; in doxlabel()
141 objp = objs = N_NEW(n_objs, object_t); in doxlabel()
193 printData(objs, n_objs, lbls, n_lbls, &params); in doxlabel()
194 placeLabels(objs, n_objs, lbls, n_lbls, &params); in doxlabel()
H A Dxlabels.h40 int placeLabels(object_t * objs, int n_objs,
92 int n_objs; member
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dreclaim.c544 word n_objs = HBLK_OBJS(hhdr -> hb_sz); in GC_n_set_marks() local
546 if (0 == n_objs) n_objs = 1; in GC_n_set_marks()
547 n_mark_words = divWORDSZ(n_objs + WORDSZ - 1); in GC_n_set_marks()
556 << (n_mark_words * WORDSZ - n_objs)); in GC_n_set_marks()
572 unsigned n_objs = (unsigned)HBLK_OBJS(bytes); in GC_print_block_descr() local
574 if (0 == n_objs) n_objs = 1; in GC_print_block_descr()
577 (unsigned)hhdr->hb_n_marks, n_marks, n_objs); in GC_print_block_descr()
580 n_marks, n_objs); in GC_print_block_descr()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dreclaim.c544 word n_objs = HBLK_OBJS(hhdr -> hb_sz); in GC_n_set_marks() local
546 if (0 == n_objs) n_objs = 1; in GC_n_set_marks()
547 n_mark_words = divWORDSZ(n_objs + WORDSZ - 1); in GC_n_set_marks()
556 << (n_mark_words * WORDSZ - n_objs)); in GC_n_set_marks()
572 unsigned n_objs = (unsigned)HBLK_OBJS(bytes); in GC_print_block_descr() local
574 if (0 == n_objs) n_objs = 1; in GC_print_block_descr()
577 (unsigned)hhdr->hb_n_marks, n_marks, n_objs); in GC_print_block_descr()
580 n_marks, n_objs); in GC_print_block_descr()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dreclaim.c544 word n_objs = HBLK_OBJS(hhdr -> hb_sz); in GC_n_set_marks() local
546 if (0 == n_objs) n_objs = 1; in GC_n_set_marks()
547 n_mark_words = divWORDSZ(n_objs + WORDSZ - 1); in GC_n_set_marks()
556 << (n_mark_words * WORDSZ - n_objs)); in GC_n_set_marks()
572 unsigned n_objs = (unsigned)HBLK_OBJS(bytes); in GC_print_block_descr() local
574 if (0 == n_objs) n_objs = 1; in GC_print_block_descr()
577 (unsigned)hhdr->hb_n_marks, n_marks, n_objs); in GC_print_block_descr()
580 n_marks, n_objs); in GC_print_block_descr()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dreclaim.c544 word n_objs = HBLK_OBJS(hhdr -> hb_sz); in GC_n_set_marks() local
546 if (0 == n_objs) n_objs = 1; in GC_n_set_marks()
547 n_mark_words = divWORDSZ(n_objs + WORDSZ - 1); in GC_n_set_marks()
556 << (n_mark_words * WORDSZ - n_objs)); in GC_n_set_marks()
572 unsigned n_objs = (unsigned)HBLK_OBJS(bytes); in GC_print_block_descr() local
574 if (0 == n_objs) n_objs = 1; in GC_print_block_descr()
577 (unsigned)hhdr->hb_n_marks, n_marks, n_objs); in GC_print_block_descr()
580 n_marks, n_objs); in GC_print_block_descr()
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dqsp.c88 unsigned int n_objs; /* count of coalesced objs; only used for reporting */ member
586 e->n_objs = 1; in qsp_iter_callsite_coalesce()
588 e->n_objs++; in qsp_iter_callsite_coalesce()
668 unsigned int n_objs; member
692 entry->n_objs = e->n_objs; in qsp_tree_report()
739 if (e->n_objs > 1) { in pr_report()
740 g_string_append_printf(s, "[%12u]", e->n_objs); in pr_report()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dqsp.c88 unsigned int n_objs; /* count of coalesced objs; only used for reporting */ member
586 e->n_objs = 1; in qsp_iter_callsite_coalesce()
588 e->n_objs++; in qsp_iter_callsite_coalesce()
668 unsigned int n_objs; member
692 entry->n_objs = e->n_objs; in qsp_tree_report()
739 if (e->n_objs > 1) { in pr_report()
740 g_string_append_printf(s, "[%12u]", e->n_objs); in pr_report()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dqsp.c88 unsigned int n_objs; /* count of coalesced objs; only used for reporting */ member
586 e->n_objs = 1; in qsp_iter_callsite_coalesce()
588 e->n_objs++; in qsp_iter_callsite_coalesce()
670 unsigned int n_objs; member
694 entry->n_objs = e->n_objs; in qsp_tree_report()
741 if (e->n_objs > 1) { in pr_report()
742 g_string_append_printf(s, "[%12u]", e->n_objs); in pr_report()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Dqsp.c86 unsigned int n_objs; /* count of coalesced objs; only used for reporting */ member
564 e->n_objs = 1; in qsp_iter_callsite_coalesce()
566 e->n_objs++; in qsp_iter_callsite_coalesce()
648 unsigned int n_objs; member
672 entry->n_objs = e->n_objs; in qsp_tree_report()
720 if (e->n_objs > 1) { in pr_report()
721 g_string_append_printf(s, "[%12u]", e->n_objs); in pr_report()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dqsp.c88 unsigned int n_objs; /* count of coalesced objs; only used for reporting */ member
586 e->n_objs = 1; in qsp_iter_callsite_coalesce()
588 e->n_objs++; in qsp_iter_callsite_coalesce()
670 unsigned int n_objs; member
694 entry->n_objs = e->n_objs; in qsp_tree_report()
741 if (e->n_objs > 1) { in pr_report()
742 g_string_append_printf(s, "[%12u]", e->n_objs); in pr_report()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dqsp.c88 unsigned int n_objs; /* count of coalesced objs; only used for reporting */ member
586 e->n_objs = 1; in qsp_iter_callsite_coalesce()
588 e->n_objs++; in qsp_iter_callsite_coalesce()
668 unsigned int n_objs; member
692 entry->n_objs = e->n_objs; in qsp_tree_report()
739 if (e->n_objs > 1) { in pr_report()
740 g_string_append_printf(s, "[%12u]", e->n_objs); in pr_report()

1234