Searched refs:Bitfield (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/games/hack/ |
| D | def.monst.h | 76 Bitfield(mimic,1); /* undetected mimic */ 77 Bitfield(mdispl,1); /* mdx,mdy valid */ 78 Bitfield(minvis,1); /* invisible */ 79 Bitfield(cham,1); /* shape-changer */ 80 Bitfield(mhide,1); /* hides beneath objects */ 81 Bitfield(mundetected,1); /* not seen in present hiding place */ 82 Bitfield(mspeed,2); 83 Bitfield(msleep,1); 84 Bitfield(mfroz,1); 85 Bitfield(mconf,1); [all …]
|
| D | def.obj.h | 80 Bitfield(oinvis,1); /* not yet implemented */ 81 Bitfield(odispl,1); 82 Bitfield(known,1); /* exact nature known */ 83 Bitfield(dknown,1); /* color or text known */ 84 Bitfield(cursed,1); 85 Bitfield(unpaid,1); /* on some bill */ 86 Bitfield(rustfree,1); 87 Bitfield(onamelth,6);
|
| D | def.objclass.h | 72 Bitfield(oc_name_known,1); 73 Bitfield(oc_merge,1); /* merge otherwise equal objects */
|
| D | config.h | 197 #define Bitfield(x,n) unsigned x:n macro
|
| D | hack.u_init.c | 95 Bitfield(trquan, 6); 96 Bitfield(trknown, 1);
|
| D | READ_ME | 55 change Bitfield. When config.h looks reasonable, say 'make'.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | h8300.md | 40 ;; Bitfield operations no longer accept memory operands. We need
|
| /netbsd/src/share/misc/ |
| D | style | 277 unsigned int baz:1, /* Bitfield; line up entries if desired */
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/po/ |
| D | id.po | 702 msgstr "Bitfield tidak diketahui: %s\n"
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/po/ |
| D | id.po | 702 msgstr "Bitfield tidak diketahui: %s\n"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore.md | 2295 ;; Bitfield extract (xtrbN)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 48511 Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}. 48528 Bitfield values may be named with the empty string, @samp{""},
|