Home
last modified time | relevance | path

Searched refs:bases (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref-tree.h310 vec <modref_base_node <T> *, va_gc> *bases; member
314 bases (NULL), in modref_tree()
340 if (base && bases && bases->length () >= max_bases)
364 vec_safe_push (bases, base_node);
485 if (!bases) in cleanup()
488 for (i = 0; vec_safe_iterate (bases, i, &base_node);) in cleanup()
507 bases->unordered_remove (i); in cleanup()
514 if (bases && !bases->length ()) in cleanup()
516 vec_free (bases); in cleanup()
517 bases = NULL; in cleanup()
[all …]
H A Dipa-modref-tree.cc903 ASSERT_NE (t->bases, NULL); in test_insert_search_collapse()
904 ASSERT_EQ (t->bases->length (), 1); in test_insert_search_collapse()
921 ASSERT_NE (t->bases, NULL); in test_insert_search_collapse()
922 ASSERT_EQ (t->bases->length (), 1); in test_insert_search_collapse()
934 ASSERT_EQ (t->bases->length (), 1); in test_insert_search_collapse()
964 ASSERT_EQ (t->bases, NULL); in test_insert_search_collapse()
970 ASSERT_EQ (t->bases, NULL); in test_insert_search_collapse()
1002 ASSERT_NE (t1->bases, NULL); in test_merge()
1003 ASSERT_EQ (t1->bases->length (), 3); in test_merge()
1038 if (tt->bases) in gt_ggc_mx()
[all …]
/netbsd-src/games/trek/
H A Dsetup.c114 Param.bases = Now.bases = ranf(6 - Game.skill) + 2; in setup()
116 Param.bases = Now.bases = 1; in setup()
233 q->klings = q->bases = 0; in setup()
254 for (i = 0; i < Param.bases; i++) { in setup()
259 if (q->bases > 0) in setup()
263 q->bases = 1; in setup()
292 printf("%d Klingons\n%d starbase", Param.klings, Param.bases); in setup()
293 if (Param.bases > 1) in setup()
296 for (i = 1; i < Param.bases; i++) in setup()
H A Dkill.c108 if (q->bases <= 0) in killb()
118 q->bases = 0; in killb()
119 Now.bases -= 1; in killb()
123 *b = Now.base[Now.bases]; in killb()
H A Dhelp.c91 if (Now.bases <= 0) { in help()
101 if (Quad[Ship.quadx][Ship.quady].bases <= 0) { in help()
103 for (i = 0; i < Now.bases; i++) { in help()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c43 struct dwarf_eh_bases *bases);
142 examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc) in examine_objects() argument
221 bases->tbase = ob->tbase; in examine_objects()
222 bases->dbase = ob->dbase; in examine_objects()
230 bases->func = (void *) func; in examine_objects()
244 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
259 ret = _Unwind_Find_registered_FDE (pc, bases); in _Unwind_Find_FDE()
265 ret = examine_objects (pc, bases, the_obj_info == NULL); in _Unwind_Find_FDE()
H A Ddarwin10-unwind-find-enc-func.c35 struct dwarf_eh_bases bases; in _darwin10_Unwind_FindEnclosingFunction() local
36 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); in _darwin10_Unwind_FindEnclosingFunction()
38 return bases.func; in _darwin10_Unwind_FindEnclosingFunction()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c43 struct dwarf_eh_bases *bases);
142 examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc) in examine_objects() argument
221 bases->tbase = ob->tbase; in examine_objects()
222 bases->dbase = ob->dbase; in examine_objects()
230 bases->func = (void *) func; in examine_objects()
244 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
259 ret = _Unwind_Find_registered_FDE (pc, bases); in _Unwind_Find_FDE()
265 ret = examine_objects (pc, bases, the_obj_info == NULL); in _Unwind_Find_FDE()
H A Ddarwin10-unwind-find-enc-func.c35 struct dwarf_eh_bases bases; in _darwin10_Unwind_FindEnclosingFunction() local
36 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); in _darwin10_Unwind_FindEnclosingFunction()
38 return bases.func; in _darwin10_Unwind_FindEnclosingFunction()
/netbsd-src/games/hack/
H A Dhack.o_init.c108 if ((!i && let != ILLOBJ_SYM) || bases[i] != 0) in init_objects()
110 bases[i] = first; in init_objects()
145 int i = bases[letindex(let)]; in probtype()
159 first = bases[letindex(GEM_SYM)]; in setgemprobs()
184 bwrite(fd, bases, sizeof bases); in savenames()
210 mread(fd, bases, sizeof bases); in restnames()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde-dip.c94 static const fde * _Unwind_Find_registered_FDE (void *pc, struct dwarf_eh_bases *bases);
390 struct dwarf_eh_bases *bases) in find_fde_tail() argument
462 bases->tbase = NULL; in find_fde_tail()
463 bases->dbase = (void *) dbase; in find_fde_tail()
464 bases->func = (void *) func; in find_fde_tail()
490 bases->tbase = NULL; in find_fde_tail()
491 bases->dbase = (void *) dbase; in find_fde_tail()
492 bases->func = (void *) func; in find_fde_tail()
498 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
503 ret = _Unwind_Find_registered_FDE (pc, bases); in _Unwind_Find_FDE()
[all …]
H A Dunwind-dw2-fde-compat.c36 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
38 __libunwind__Unwind_Find_FDE (pc, bases); in _Unwind_Find_FDE()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_base.c38 } bases[] = { in nv50_base_new() local
51 cid = nvif_mclass(&disp->disp->object, bases); in nv50_base_new()
57 return bases[cid].new(drm, head, bases[cid].oclass, pwndw); in nv50_base_new()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c76 struct dwarf_eh_bases bases; member
184 return (_Unwind_Ptr) context->bases.func; in _Unwind_GetRegionStart()
190 struct dwarf_eh_bases bases; in _Unwind_FindEnclosingFunction() local
191 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); in _Unwind_FindEnclosingFunction()
193 return bases.func; in _Unwind_FindEnclosingFunction()
201 return (_Unwind_Ptr) context->bases.dbase; in _Unwind_GetDataRelBase()
207 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
321 &context->bases); in uw_frame_state_for()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c76 struct dwarf_eh_bases bases; member
184 return (_Unwind_Ptr) context->bases.func; in _Unwind_GetRegionStart()
190 struct dwarf_eh_bases bases; in _Unwind_FindEnclosingFunction() local
191 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); in _Unwind_FindEnclosingFunction()
193 return bases.func; in _Unwind_FindEnclosingFunction()
201 return (_Unwind_Ptr) context->bases.dbase; in _Unwind_GetDataRelBase()
207 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
321 &context->bases); in uw_frame_state_for()
/netbsd-src/external/apache2/llvm/dist/clang/utils/VtableTest/
H A Dgen.cc72 static int bases[N_BASES]; in gs() local
128 bases[n_bases] = base; in gs()
188 int base = bases[i]; in gs()
275 g(" calc_s"); g(bases[i]); gl("(t);"); in gs()
281 g(" if ((char *)dynamic_cast<s"); g(bases[i]); gl("*>(this))"); in gs()
282 g(" mix(\"base dyn cast\", t - (char *)dynamic_cast<s"); g(bases[i]); gl("*>(this));"); in gs()
314 g("s"); g(bases[i]); g("((char *)this)"); in gs()
/netbsd-src/external/mpl/bind/dist/tests/irs/
H A DMakefile.in377 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
382 bases='$(TEST_LOGS)'; \
383 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
384 bases=`echo $$bases`
843 redo_bases=`for i in $$bases; do \
872 results=`for b in $$bases; do echo $$b.trs; done`; \
922 for b in $$bases; do echo $$b; done \
951 log_list=`for i in $$bases; d
[all...]
/netbsd-src/external/mpl/bind/dist/tests/libtest/
H A DMakefile.in379 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
384 bases='$(TEST_LOGS)'; \
385 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
386 bases=`echo $$bases`
850 redo_bases=`for i in $$bases; do \
879 results=`for b in $$bases; do echo $$b.trs; done`; \
929 for b in $$bases; do echo $$b; done \
958 log_list=`for i in $$bases; d
[all...]
/netbsd-src/external/lgpl3/gmp/lib/libgmp/
H A DMakefile177 gen-bases: gen-bases.c
178 ${HOST_CC} ${HOST_CPPFLAGS} -o ${.OBJDIR}/gen-bases ${.ALLSRC} -lm
180 mp_bases.h: gen-bases
181 ${.OBJDIR}/gen-bases header ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/mp_bases.h
183 mp_bases.c: gen-bases
184 ${.OBJDIR}/gen-bases table ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/mp_bases.c
203 CLEANFILES+= ${DPSRCS} gen-fac gen-fib gen-bases gen-jacobitab \
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde-dip.c93 static const fde * _Unwind_Find_registered_FDE (void *pc, struct dwarf_eh_bases *bases);
453 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
458 ret = _Unwind_Find_registered_FDE (pc, bases); in _Unwind_Find_FDE()
474 bases->tbase = data.tbase; in _Unwind_Find_FDE()
475 bases->dbase = data.dbase; in _Unwind_Find_FDE()
476 bases->func = data.func; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde-compat.c36 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
38 __libunwind__Unwind_Find_FDE (pc, bases); in _Unwind_Find_FDE()
/netbsd-src/external/mpl/bind/dist/tests/isccfg/
H A DMakefile.in386 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
391 bases='$(TEST_LOGS)'; \
392 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
393 bases=`echo $$bases`
857 redo_bases=`for i in $$bases; do \
886 results=`for b in $$bases; do echo $$b.trs; done`; \
936 for b in $$bases; do echo $$b; done \
965 log_list=`for i in $$bases; d
[all...]
/netbsd-src/external/public-domain/tz/dist/
H A Dantarctica18 # Argentina - year-round bases
35 # year-round bases
135 # Chile - year-round bases and towns
144 # China - year-round bases
148 # France - year-round bases (also see "France & Italy")
153 # She confirms that French Southern Territories and Terre Adélie bases
190 # India - year-round bases
197 # Japan - year-round bases
257 # Russia - year-round bases
311 # S Africa - year-round bases
[all...]
/netbsd-src/external/lgpl3/gmp/dist/tests/misc/
H A DMakefile.in376 bases='$(TEST_LOGS)'; \
377 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
378 bases=`echo $$bases`
718 redo_bases=`for i in $$bases; do \
747 results=`for b in $$bases; do echo $$b.trs; done`; \
797 for b in $$bases; do echo $$b; done \
826 log_list=`for i in $$bases; do echo $$i.log; done`; \
827 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
834 bases=`for i in $$bases; do echo $$i; done \
836 log_list=`for i in $$bases; do echo $$i.log; done`; \
/netbsd-src/external/mpl/bind/dist/tests/ns/
H A DMakefile.in404 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
409 bases='$(TEST_LOGS)'; \
410 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
411 bases=`echo $$bases`
896 redo_bases=`for i in $$bases; do \
925 results=`for b in $$bases; do echo $$b.trs; done`; \
975 for b in $$bases; do echo $$b; done \
1004 log_list=`for i in $$bases; d
[all...]

12345678910>>...16