Searched refs:bv (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-namespace.c650 struct blockvector *bv; local
658 bv = obstack_alloc (&objfile->objfile_obstack,
661 BLOCKVECTOR_NBLOCKS (bv) = FIRST_LOCAL_BLOCK + 1;
662 BLOCKVECTOR (namespace_symtab) = bv;
669 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
673 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
691 BLOCKVECTOR_BLOCK (bv, FIRST_LOCAL_BLOCK) = bl;
H A Djv-lang.c104 struct blockvector *bv; local
108 bv = (struct blockvector *)
111 BLOCKVECTOR_NBLOCKS (bv) = 1;
112 BLOCKVECTOR (class_symtab) = bv;
118 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
123 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
133 struct blockvector *bv = BLOCKVECTOR (symtab); local
134 dict_add_symbol (BLOCK_DICT (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)), sym);
160 struct blockvector *bv = BLOCKVECTOR (symtab); local
161 struct block *bl = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOC
[all...]
H A Dsymtab.c1189 struct blockvector *bv;
1203 bv = BLOCKVECTOR (s);
1204 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1232 struct blockvector *bv;
1238 bv = BLOCKVECTOR (s);
1239 block = BLOCKVECTOR_BLOCK (bv, block_index);
1266 struct blockvector *bv;
1279 bv = BLOCKVECTOR (s);
1280 block = BLOCKVECTOR_BLOCK (bv, block_index);
1295 block = BLOCKVECTOR_BLOCK (bv,
1185 struct blockvector *bv; local
1228 struct blockvector *bv; local
1262 struct blockvector *bv; local
1638 struct blockvector *bv; local
1835 struct blockvector *bv; local
1968 struct blockvector *bv; local
2836 struct blockvector *bv; local
[all...]
H A Dsymmisc.c123 struct blockvector *bv;
137 bv = BLOCKVECTOR (s);
138 n = BLOCKVECTOR_NBLOCKS (bv);
140 free_symtab_block (s->objfile, BLOCKVECTOR_BLOCK (bv, i));
142 xfree (bv);
449 struct blockvector *bv;
481 bv = BLOCKVECTOR (symtab);
482 len = BLOCKVECTOR_NBLOCKS (bv);
485 b = BLOCKVECTOR_BLOCK (bv, i);
1133 struct blockvector *bv;
122 struct blockvector *bv; local
448 struct blockvector *bv; local
1132 struct blockvector *bv; local
[all...]
H A Dmdebugread.c814 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
818 if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
819 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
824 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1190 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
1214 for (i = 0; i < BLOCKVECTOR_NBLOCKS (bv); i++)
1216 struct block *b_bad = BLOCKVECTOR_BLOCK (bv, i);
4452 struct blockvector *bv = BLOCKVECTOR (s);
4454 bv = (struct blockvector *) xrealloc ((void *) bv,
807 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); local
1183 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); local
4443 struct blockvector *bv = BLOCKVECTOR (s); local
4512 struct blockvector *bv = BLOCKVECTOR (s); local
4645 struct blockvector *bv; local
[all...]
H A Dobjfiles.c517 struct blockvector *bv;
532 bv = BLOCKVECTOR (s);
533 for (i = 0; i < BLOCKVECTOR_NBLOCKS (bv); ++i)
539 b = BLOCKVECTOR_BLOCK (bv, i);
516 struct blockvector *bv; local
H A Dvalops.c2150 struct badness_vector *bv; /* A measure of how good an overloaded instance is */
2184 bv = rank_function (parm_types, nparms, arg_types + static_offset,
2189 *oload_champ_bv = bv;
2194 switch (compare_badness (bv, *oload_champ_bv))
2203 *oload_champ_bv = bv; /* new champion, record details */
2219 fprintf_filtered (gdb_stderr,"...Badness @ %d : %d\n", jj, bv->rank[jj]);
2148 struct badness_vector *bv; /* A measure of how good an overloaded instance is */ local
H A Dgdbtypes.c2247 struct badness_vector *bv;
2250 bv = xmalloc (sizeof (struct badness_vector));
2251 bv->length = nargs + 1; /* add 1 for the length-match rank */
2252 bv->rank = xmalloc ((nargs + 1) * sizeof (int));
2261 LENGTH_MATCH (bv) = (nargs != nparms) ? LENGTH_MISMATCH_BADNESS : 0;
2265 bv->rank[i] = rank_one_type (parms[i-1], args[i-1]);
2269 bv->rank[i] = TOO_FEW_PARAMS_BADNESS;
2271 return bv;
2246 struct badness_vector *bv; local
H A Dada-lang.c4311 struct blockvector *bv;
4382 bv = BLOCKVECTOR (s);
4383 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
4404 bv = BLOCKVECTOR (s);
4405 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
4412 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
4433 bv = BLOCKVECTOR (s);
4434 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
4452 bv = BLOCKVECTOR (s);
4453 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOC
4302 struct blockvector *bv; local
4518 struct blockvector *bv; local
[all...]
H A Dgdbtypes.h1304 #define LENGTH_MATCH(bv) ((bv)->rank[0])
H A Dlinespec.c1808 struct blockvector *bv = BLOCKVECTOR (sym_symtab);
1809 struct block *b = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
1798 struct blockvector *bv = BLOCKVECTOR (sym_symtab); local
H A Dsymfile.c2476 struct blockvector *bv;
2525 bv = BLOCKVECTOR (s);
2526 if (BLOCKVECTOR_NBLOCKS (bv) > 2
2527 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK))
2528 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)))
H A Dbreakpoint.c5643 struct blockvector *bv;
5648 bv = blockvector_for_pc_sect (sal->pc, 0, &index, sal->symtab);
5649 if (bv != NULL)
5651 b = BLOCKVECTOR_BLOCK (bv, index);
5632 struct blockvector *bv; local
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-pf.c529 struct bpf_version bv; local
539 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
545 if (bv.bv_major == BPF_MAJOR_VERSION &&
546 bv.bv_minor >= BPF_MINOR_VERSION) {
594 bv.bv_major, bv.bv_minor);
H A Dpcap-bpf.c587 struct bpf_version bv; local
624 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
629 if (bv.bv_major != BPF_MAJOR_VERSION ||
630 bv.bv_minor < BPF_MINOR_VERSION) {
/haiku-fatelf/src/bin/coreutils/src/
H A Dfactor.c351 mpcompare (const void *av, const void *bv) argument
354 mpz_t *const *b = bv;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-hppa.h1016 unsigned long av, bv; local
1025 bv = (unsigned long) bp[0] << 24;
1026 bv |= (unsigned long) bp[1] << 16;
1027 bv |= (unsigned long) bp[2] << 8;
1028 bv |= (unsigned long) bp[3];
1030 return av < bv ? -1 : av > bv ? 1 : 0;
H A Dbout.c262 bfd_vma av, bv; local
268 bv = sec->output_section->vma + sec->output_offset + (*b)->symbol.value;
270 if (av < bv)
272 if (av > bv)
H A Delfxx-ia64.c3655 bfd_vma av, bv;
3658 bv = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, b);
3660 return (av < bv ? -1 : av > bv ? 1 : 0);
3649 bfd_vma av, bv; local
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c1269 uint32 rv, gv, bv, av; local
1274 bv = (*b++ * av) / 255;
1275 *cp++ = PACK4(rv,gv,bv,av);
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c1441 uint32 rv, gv, bv, av; local
1446 bv = (av* *b++ + 127) / 255;
1447 *cp++ = PACK4(rv,gv,bv,av);

Completed in 297 milliseconds