Searched refs:btype (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/nvi/common/
H A Dsearch.c154 busy_t btype; local
202 btype = BUSY_ON;
208 search_busy(sp, btype);
209 btype = BUSY_UPDATE;
298 busy_t btype; local
334 btype = BUSY_ON;
340 search_busy(sp, btype);
341 btype = BUSY_UPDATE;
487 search_busy(sp, btype)
489 busy_t btype;
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgnu-v2-abi.c202 struct type *btype;
234 btype = TYPE_VPTR_BASETYPE (known_type);
235 CHECK_TYPEDEF (btype);
236 if (btype != known_type )
238 v = value_cast (btype, v);
201 struct type *btype; local
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_global.c77 busy_t btype; local
201 btype = BUSY_ON;
212 search_busy(sp, btype);
213 btype = BUSY_UPDATE;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c649 dbt.btype = BTYPE_VOID;
655 dbt.btype = BTYPE_CHAR;
663 dbt.btype = BTYPE_INT;
669 dbt.btype = BTYPE_FLOAT;
674 dbt.btype = BTYPE_FLOAT;
679 dbt.btype = BTYPE_FLOAT;
684 dbt.btype = BTYPE_CHAR;
692 dbt.btype = BTYPE_INT;
746 dbt.btype = BTYPE_STRUCT;
772 dbt.btype
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcplus-dem.c2432 int btype; local
2437 btype = register_Btype (work);
2461 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
3857 string btype; local
3858 string_init (&btype);
3859 if (demangle_class_name (work, mangled, &btype)) {
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
3862 string_appends (result, &btype);
3866 string_delete (&btype);
3871 string btype; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c2432 int btype; local
2437 btype = register_Btype (work);
2461 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
3857 string btype; local
3858 string_init (&btype);
3859 if (demangle_class_name (work, mangled, &btype)) {
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
3862 string_appends (result, &btype);
3866 string_delete (&btype);
3871 string btype; local
[all...]
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvs_msg.c59 vs_busy(sp, msg, btype)
62 busy_t btype;
84 switch (btype) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-arm.c653 thumb_pcrel_branchtype btype)
665 switch (btype)
700 switch (btype)
740 switch (btype)
646 coff_thumb_pcrel_common(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED, thumb_pcrel_branchtype btype) argument
/freebsd-9.3-release/sys/dev/isp/
H A Disp.c165 const char *btype = "????"; local
249 btype = "2100";
252 btype = "2200";
255 btype = "2300";
258 btype = "2312";
261 btype = "2322";
264 btype = "2422";
267 btype = "2532";
287 btype = "1240";
302 btype
[all...]

Completed in 259 milliseconds