Searched refs:bitlength (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h145 bitlength is the length in bits for the basic type. */
152 unsigned int bitlength: 24; member in struct:dnttp_immediate
663 unsigned int bitlength; member in struct:dntt_type_pointer
684 unsigned int bitlength; member in struct:dntt_type_enum
727 unsigned int bitlength; member in struct:dntt_type_set
761 unsigned int bitlength; member in struct:dntt_type_subrange
835 unsigned int bitlength; member in struct:dntt_type_struct
852 unsigned int bitlength; member in struct:dntt_type_union
889 unsigned int bitlength; member in struct:dntt_type_field
915 unsigned int bitlength; member in struct:dntt_type_functype
1049 unsigned long bitlength ; /* Total at this level. */ member in struct:dntt_type_class
1187 unsigned long bitlength ; /* total at this level */ member in struct:dntt_type_template
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c2925 if (typep.dntti.bitlength <= 8)
2927 if (typep.dntti.bitlength <= 16)
2929 if (typep.dntti.bitlength <= 32)
2933 if (typep.dntti.bitlength <= 8)
2937 if (typep.dntti.bitlength <= 8)
2939 if (typep.dntti.bitlength <= 16)
2941 if (typep.dntti.bitlength <= 32)
2945 if (typep.dntti.bitlength <= 8)
2947 if (typep.dntti.bitlength <= 16)
2949 if (typep.dntti.bitlength <
[all...]

Completed in 137 milliseconds