Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-modref-tree.h314 bases (NULL), in modref_tree()
340 if (base && bases && bases->length () >= max_bases)
485 if (!bases) 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()
694 if (bases) in collapse()
696 FOR_EACH_VEC_SAFE_ELT (bases, i, n) in collapse()
701 vec_free (bases); in collapse()
[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()
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()
1038 if (tt->bases) in gt_ggc_mx()
1041 gt_ggc_mx (tt->bases); in gt_ggc_mx()
1048 if (tt->bases) in gt_ggc_mx()
[all …]
/netbsd/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()
204 mread(fd, bases, sizeof bases); in restnames()
/netbsd/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()
H A Dtrek.h57 unsigned char bases; /* number of bases in this quadrant */ member
275 unsigned char bases; /* number of starbases */ member
311 unsigned char bases; /* number of starbases */ member
/netbsd/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/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.c9 struct dwarf_eh_bases bases; in _darwin10_Unwind_FindEnclosingFunction() local
10 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); in _darwin10_Unwind_FindEnclosingFunction()
12 return bases.func; in _darwin10_Unwind_FindEnclosingFunction()
/netbsd/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/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/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/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/external/public-domain/tz/dist/
H A Dantarctica18 # Argentina - year-round bases
35 # year-round bases
125 # Chile - year-round bases and towns
134 # China - year-round bases
138 # France - year-round bases (also see "France & Italy")
180 # India - year-round bases
187 # Japan - year-round bases
247 # Russia - year-round bases
260 # S Africa - year-round bases
275 # year-round bases
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/
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()
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()
/netbsd/external/gpl3/gcc/dist/libgcc/
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()
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()
/netbsd/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/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/external/apache2/llvm/dist/clang/lib/AST/
H A DVTTBuilder.cpp62 for (const auto &I : RD->bases()) { in LayoutSecondaryVTTs()
92 for (const auto &I : RD->bases()) { in LayoutSecondaryVirtualPointers()
156 for (const auto &I : RD->bases()) { in LayoutVirtualVTTs()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Daarch64-unwind.h38 const struct dwarf_fde *fde = _Unwind_Find_FDE (context->bases.func, in aarch64_cie_signed_with_b_key()
39 &context->bases); in aarch64_cie_signed_with_b_key()
/netbsd/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Daarch64-unwind.h38 const struct dwarf_fde *fde = _Unwind_Find_FDE (context->bases.func, in aarch64_cie_signed_with_b_key()
39 &context->bases); in aarch64_cie_signed_with_b_key()

12345678910>>...17