HomeSort by: relevance | last modified time | path
    Searched refs:Word (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/games/hangman/
getword.c 45 * Get a valid word out of the dictionary file
58 if (fgets(Word, BUFSIZ, inf) == NULL)
60 if (fgets(Word, BUFSIZ, inf) == NULL)
62 Word[strlen(Word) - 1] = '\0';
63 if (strlen(Word) < Minlen)
65 for (wp = Word; *wp; wp++)
72 wp = Word;
extern.c 45 char Word[BUFSIZ], Known[BUFSIZ];
getguess.c 81 for (i = 0; Word[i] != '\0'; i++)
82 if (Word[i] == ch) {
endgame.c 59 printw("Sorry, the word was \"%s\"\n", Word);
64 mvaddstr(MESGY + 1, MESGX, "Another word? ");
hangman.h 68 extern char Word[], Known[];
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
HashTable.cpp 34 uint32_t Word;
35 if (auto EC = Stream.readInteger(Word))
38 "Expected hash table word"));
40 if (Word & (1U << Idx))
60 uint32_t Word = 0;
63 Word |= (1 << WordIdx);
65 if (auto EC = Writer.writeInteger(Word))
68 "Could not write linear map word"));
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
sha.d 486 static void T_SHA2_0_15(Word)(int i, const(ubyte[blockSize/8])* input, ref Word[16] W,
487 Word A, Word B, Word C, ref Word D, Word E, Word F, Word G, ref Word H, Word K
    [all...]
  /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 {
FuzzerTracePC.h 52 Word MemMemWords[kSize];
53 Word EmptyWord;
57 Size = std::min(Size, Word::GetMaxSize());
61 const Word &Get(size_t Idx) {
63 const Word &W = MemMemWords[(Idx + i) % kSize];
122 TableOfRecentCompares<Word, 32> TORCW;
FuzzerMutate.h 51 /// Mutates data by adding a word from the manual dictionary.
55 /// Mutates data by adding a word from the TORC.
58 /// Mutates data by adding a word from the persistent automatic dictionary.
88 void AddWordToManualDictionary(const Word &W);
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
  /src/sys/arch/emips/stand/common/
start.h 33 extern int PutWord(uint32_t Word);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h 51 using Word = support::ulittle32_t;
55 Word Offset, Size;
64 Word Offset, Size;
74 Word Begin, End;
77 Word UncBegin;
96 Word ComdatIndex;
98 Word Flags;
119 Word CommonSize, CommonAlign;
134 Word Version;
  /src/external/bsd/openldap/dist/servers/slapd/
phonetic.c 218 phonetic( char *Word )
222 char ntrans[40]; /* word with uppercase letters */
228 * Copy Word to internal buffer, dropping non-alphabetic characters
232 for (n = ntrans + 4, n_end = ntrans + 35; !iswordbreak( *Word ) &&
233 n < n_end; Word++) {
234 if (isalpha((unsigned char)*Word))
235 *n++ = TOUPPER((unsigned char)*Word);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
llvm-cxxfilt.cpp 111 // returned vector consists of pairs where 'first' is the delimited word, and
112 // 'second' are the delimiters following that word.
125 // Capture each word and the delimiters following that word.
145 // word is demangled. Otherwise, the entire string is treated as a single
152 for (const auto &Word : Words)
153 Result += ::demangle(std::string(Word.first)) + Word.second.str();
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 1005 uint64_t::function::DOUBLE:uint32_t WORD
1007 if (EXTRACTED32(WORD, 1, 8) > 0
1008 && EXTRACTED32(WORD, 1, 8) < 255) {
1010 int not_word_1_1 = !EXTRACTED32(WORD, 1, 1); /*2.6.3 bug*/
1011 FRT = (INSERTED64(EXTRACTED32(WORD, 0, 1), 0, 1)
1015 | INSERTED64(EXTRACTED32(WORD, 2, 31), 5, (63 - 29)));
1017 else if (EXTRACTED32(WORD, 1, 8) == 0
1018 && EXTRACTED32(WORD, 9, 31) != 0) {
1020 int sign = EXTRACTED32(WORD, 0, 0);
1022 uint64_t frac = INSERTED64(EXTRACTED32(WORD, 9, 31), 1, (52 - 29))
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 1005 uint64_t::function::DOUBLE:uint32_t WORD
1007 if (EXTRACTED32(WORD, 1, 8) > 0
1008 && EXTRACTED32(WORD, 1, 8) < 255) {
1010 int not_word_1_1 = !EXTRACTED32(WORD, 1, 1); /*2.6.3 bug*/
1011 FRT = (INSERTED64(EXTRACTED32(WORD, 0, 1), 0, 1)
1015 | INSERTED64(EXTRACTED32(WORD, 2, 31), 5, (63 - 29)));
1017 else if (EXTRACTED32(WORD, 1, 8) == 0
1018 && EXTRACTED32(WORD, 9, 31) != 0) {
1020 int sign = EXTRACTED32(WORD, 0, 0);
1022 uint64_t frac = INSERTED64(EXTRACTED32(WORD, 9, 31), 1, (52 - 29))
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 9 @ Word-aligned function entry point
39 @ Word-aligned function entry point
70 @ Word-aligned function entry point
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFModuleDefinition.cpp 122 StringRef Word = Buf.substr(0, End);
123 Kind K = llvm::StringSwitch<Kind>(Word)
137 return Token(K, Word);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp 37 const char *Word;
626 for (; I < strlen(PD.Word); ++I) {
627 if (NextChar != PD.Word[I]) {
681 // Advance CurPtr to the end of the preprocessing word.
682 CurPtr += strlen(PD.Word);
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
movmd.s 21 .word 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
23 .word 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
44 ;;; .word 0x7b94
65 # Word block transfer
75 ;;; .word 0x7ba4
106 ;;; .word 0x7bb4
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
movmd.s 21 .word 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
23 .word 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
44 ;;; .word 0x7b94
65 # Word block transfer
75 ;;; .word 0x7ba4
106 ;;; .word 0x7bb4
  /src/external/bsd/elftoolchain/dist/libelf/
libelf_align.c 97 [ELF_T_WORD] = MALIGN(Word),
  /src/external/bsd/tre/dist/tests/agrep/
records.ok 166 Force PATTERN A Similarly, Word-constituent Note
174 Force PATTERN A Similarly, Word-constituent Note
190 records.in:Forcerecords.in: PATTERNrecords.in: Arecords.in: Similarly,records.in: Word-constituentrecords.in: Noterecords.in:
198 (standard input):Force(standard input): PATTERN(standard input): A(standard input): Similarly,(standard input): Word-constituent(standard input): Note(standard input):
214 1:Force2: PATTERN8: A31: Similarly,51: Word-constituent65: Note81:
222 1:Force2: PATTERN8: A31: Similarly,51: Word-constituent65: Note81:
230 0:Force0: PATTERN0: A0: Similarly,0: Word-constituent0: Note0:
238 0:Force0: PATTERN0: A0: Similarly,0: Word-constituent0: Note0:
246 Force PATTERN A Similarly, Word-constituent Note Set NUM. Note Thus, Set PATTERN. The The PATTERN For
250 Force PATTERN A Similarly, Word-constituent Note Set NUM. Note Thus, Set PATTERN. The The PATTERN Fo
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCCodeEmitter.cpp 272 uint16_t Word = (Val >> (i * 16)) & 0xFFFF;
273 support::endian::write(OS, Word, support::endianness::little);
  /src/external/gpl2/groff/dist/src/devices/xditview/
parse.c 26 extern void Word(DviWidget);
148 case 'w': /* word space */
149 Word (dw);

Completed in 36 milliseconds

1 2 3 4