Home
last modified time | relevance | path

Searched defs:bit_fields (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_273.c8 struct bit_fields { struct
9 int plain_int: 3;
10 unsigned int unsigned_int: 3;
11 signed int signed_int: 3;
13 unsigned char unsigned_char: 3;
Dmsg_132.c40 struct bit_fields { struct
41 unsigned u1:1;
42 unsigned u2:2;
43 unsigned u3:3;
44 unsigned u4:4;
45 unsigned u5:5;
46 unsigned u6:6;
47 unsigned u7:7;
48 unsigned u8:8;
49 unsigned u9:9;
[all …]
Dexpr.c10 struct bit_fields { struct
17 struct bit_fields bits = { 0 }; in expr_cond_cvt() argument
Dd_alignof.c116 struct bit_fields { in alignof_variants() struct
117 _Bool bit_field:1; in alignof_variants()
127 struct bit_fields bit_fields; in alignof_variants() local
Dexpr_sizeof.c79 bit_fields(void) in bit_fields() function
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dloongarch-coder.c169 const char **bit_fields) in loongarch_parse_format()
312 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_foreach_args() local
341 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_format() local
354 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_macro() local
398 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_expand_macro_with_format_map() local
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dloongarch-coder.c169 const char **bit_fields) in loongarch_parse_format()
312 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_foreach_args() local
341 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_format() local
354 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_macro() local
398 const char *bit_fields[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_expand_macro_with_format_map() local