HomeSort by: relevance | last modified time | path
    Searched defs:Word (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hangman/
extern.c 45 char Word[BUFSIZ], Known[BUFSIZ];
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h 48 typedef FixedWord<64> Word;
53 DictionaryEntry(Word W) : W(W) {}
54 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
55 const Word &GetW() const { return W; }
75 Word W;
85 bool ContainsWord(const Word &W) const {
  /src/sys/arch/hppa/hppa/
db_disasm.c 74 /* datatypes for halfword and byte fields of a word are defined
85 enum datasize { Byte, Halfword, Word, Doubleword, Quadword, Variable };
246 * member "n". [Note: The leftmost bits in a 36-bit word may be accessed
281 * Mask$32bits - Mask the low order 32 bits of passed word. No-op on 32
384 /* Word subfields */
412 #define BIT_P_WD 32 /* bits/word */
416 #define BYT_P_WD 4 /* bytes/word */
424 #define SIGNMASK 0x80000000 /* 32 bit word sign bit */
522 #define LDW 0x12, 0x00, 0, 0 /* LOAD WORD */
523 #define LDWM 0x13, 0x00, 0, 0 /* LOAD WORD and MODIFY *
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 823 // If not set, other bits in this word will be processed.
1154 PXE_UINT16 Word[128];
1181 PXE_UINT16 Word[128];
1453 PXE_UINT16 Word;
1471 // Array of word-wide data items.
1473 PXE_UINT16 Word[MAX_EEPROM_LEN << 1];
1492 // Array of word-wide data items.
1494 PXE_UINT16 Word[MAX_EEPROM_LEN << 1];
  /src/sys/dev/ic/
mpt_mpilib.h 3052 U32 Word;

Completed in 21 milliseconds