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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/hpc/hpc/
platid_copyright.awk 37 words = ""
41 words=sprintf("%s%s\n", words, $0)
48 printf("%s", words)
51 words = ""
  /src/external/mpl/bind/dist/contrib/scripts/
check-secure-delegation.pl.in 42 @words = split;
43 if ($words[3] eq "RRSIG" && $words[4] eq "DS") {
44 next if ($words[8] >= $now && $words[9] <= $now);
47 next if ($words[3] ne "DS");
48 $ds{"$words[4] $words[5]"} = 1;
49 $algorithms{"$words[5]"} = 1;
58 @words = split
    [all...]
  /src/external/bsd/nvi/dist/perl_scripts/
wc.pl 2 my $words;
6 $words+=split;
8 $curscr->Msg("$words words");
  /src/external/bsd/atf/dist/atf-c++/detail/
text_test.cpp 73 std::vector< std::string > words; local
76 words.clear();
77 str = join(words, ",");
80 words.clear();
81 words.push_back("");
82 str = join(words, ",");
85 words.clear();
86 words.push_back("");
87 words.push_back("");
88 str = join(words, ",");
108 std::set< std::string > words; local
    [all...]
  /src/external/bsd/atf/dist/tools/
text_test.cpp 73 std::vector< std::string > words; local
76 words.clear();
77 str = join(words, ",");
80 words.clear();
81 words.push_back("");
82 str = join(words, ",");
85 words.clear();
86 words.push_back("");
87 words.push_back("");
88 str = join(words, ",");
108 std::set< std::string > words; local
    [all...]
  /src/external/bsd/ipf/dist/lib/
findword.c 14 wordtab_t *findword(words, name)
15 wordtab_t *words;
20 for (w = words; w->w_word != NULL; w++)
printfieldhdr.c 16 printfieldhdr(words, field)
17 wordtab_t *words, *field;
23 for (w = words; w->w_word != NULL; ) {
25 printfieldhdr(words, w);
36 for (w = words; w->w_word != NULL; w++) {
  /src/external/bsd/nvi/dist/tcl_scripts/
wc.tcl 10 set words 0
13 set words [expr $words + [llength $outLine]]
15 viMsg $viScreenId "$words words"
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-endian.c 57 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
59 _SWAP_4 (out.words[0] =, in.words[1]); \
60 _SWAP_4 (out.words[1] =, in.words[0]); \
66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
68 _SWAP_4 (out.words[0] =, in.words[3]); \
69 _SWAP_4 (out.words[1] =, in.words[2]);
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-endian.c 57 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
59 _SWAP_4 (out.words[0] =, in.words[1]); \
60 _SWAP_4 (out.words[1] =, in.words[0]); \
66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
68 _SWAP_4 (out.words[0] =, in.words[3]); \
69 _SWAP_4 (out.words[1] =, in.words[2]);
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
atof-ieee.c 147 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
151 words[0] = (LITTLENUM_TYPE) -1 >> 1;
152 words[1] = -1;
153 words[2] = -1;
154 words[3] = -1;
155 words[4] = -1;
156 words[5] = -1;
173 LITTLENUM_TYPE * words,
181 /* Number of 16-bit words in the format. */
208 make_invalid_floating_point_number (words);
749 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local
    [all...]
atof-vax.c 142 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
144 *words = 0x8000; /* Floating Reserved Operand Code. */
151 int *precisionP, /* Number of 16-bit words in the float. */
195 LITTLENUM_TYPE *words) /* Build the binary here. */
203 int precision; /* Number of 16-bit words in the format. */
216 make_invalid_floating_point_number (words);
230 make_invalid_floating_point_number (words);
233 else if (flonum_gen2vax (what_kind, &f, words))
247 LITTLENUM_TYPE *words) /* Deliver answer here. */
257 make_invalid_floating_point_number (words);
412 LITTLENUM_TYPE words[MAXIMUM_NUMBER_OF_LITTLENUMS]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
atof-ieee.c 147 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
151 words[0] = (LITTLENUM_TYPE) -1 >> 1;
152 words[1] = -1;
153 words[2] = -1;
154 words[3] = -1;
155 words[4] = -1;
156 words[5] = -1;
173 LITTLENUM_TYPE * words,
181 /* Number of 16-bit words in the format. */
208 make_invalid_floating_point_number (words);
749 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local
    [all...]
atof-vax.c 142 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
144 *words = 0x8000; /* Floating Reserved Operand Code. */
151 int *precisionP, /* Number of 16-bit words in the float. */
195 LITTLENUM_TYPE *words) /* Build the binary here. */
203 int precision; /* Number of 16-bit words in the format. */
216 make_invalid_floating_point_number (words);
230 make_invalid_floating_point_number (words);
233 else if (flonum_gen2vax (what_kind, &f, words))
247 LITTLENUM_TYPE *words) /* Deliver answer here. */
257 make_invalid_floating_point_number (words);
412 LITTLENUM_TYPE words[MAXIMUM_NUMBER_OF_LITTLENUMS]; local
    [all...]
  /src/external/gpl3/gcc/dist/libcody/
server.cc 20 std::vector<std::string> &words);
22 std::vector<std::string> &words);
24 std::vector<std::string> &words);
26 std::vector<std::string> &words);
28 std::vector<std::string> &words);
30 std::vector<std::string> &words);
95 std::vector<std::string> words; local
102 if (!read.Lex (words))
104 Assert (!words.empty ());
107 if (words[0] != std::get<0> (requestTable[ix])
    [all...]
client.cc 17 static Packet ConnectResponse (std::vector<std::string> &words);
18 static Packet PathnameResponse (std::vector<std::string> &words);
19 static Packet OKResponse (std::vector<std::string> &words);
20 static Packet IncludeTranslateResponse (std::vector<std::string> &words);
106 Packet Client::ProcessResponse (std::vector<std::string> &words,
109 if (int e = read.Lex (words))
114 msg.append (words[0]);
122 Assert (!words.empty ());
123 if (words[0] == u8"ERROR")
125 words.size () == 2 ? words[1]: u8"malformed error response")
179 std::vector<std::string> words; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
server.cc 20 std::vector<std::string> &words);
22 std::vector<std::string> &words);
24 std::vector<std::string> &words);
26 std::vector<std::string> &words);
28 std::vector<std::string> &words);
30 std::vector<std::string> &words);
95 std::vector<std::string> words; local
102 if (!read.Lex (words))
104 Assert (!words.empty ());
107 if (words[0] != std::get<0> (requestTable[ix])
    [all...]
client.cc 17 static Packet ConnectResponse (std::vector<std::string> &words);
18 static Packet PathnameResponse (std::vector<std::string> &words);
19 static Packet OKResponse (std::vector<std::string> &words);
20 static Packet IncludeTranslateResponse (std::vector<std::string> &words);
106 Packet Client::ProcessResponse (std::vector<std::string> &words,
109 if (int e = read.Lex (words))
114 msg.append (words[0]);
122 Assert (!words.empty ());
123 if (words[0] == u8"ERROR")
125 words.size () == 2 ? words[1]: u8"malformed error response")
179 std::vector<std::string> words; local
    [all...]
  /src/external/bsd/flex/dist/examples/fastwc/
wc3.l 6 words {word}{ws}+
14 {words}{word}{ws}* cc += yyleng; wc += 2;
15 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
16 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
wc5.l 6 words {word}{ws}+
14 {words}{word} cc += yyleng; wc += 2; /* oops */
15 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
16 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
wc4.l 6 words {word}{ws}+
14 {words}{word}{ws}* wc += 2; cc += yyleng;
15 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
16 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
17 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
18 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
19 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
  /src/external/bsd/atf/dist/atf-c/detail/
text_test.c 53 array_size(const char *words[])
59 for (word = words; *word != NULL; word++)
67 check_split(const char *str, const char *delim, const char *words[])
76 printf("Expecting %zd words\n", array_size(words));
77 ATF_CHECK_EQ(atf_list_size(&list), array_size(words));
79 for (word = words, i = 0; *word != NULL; word++, i++) {
80 printf("Word at position %zd should be '%s'\n", i, words[i]);
81 ATF_CHECK_STREQ((const char *)atf_list_index_c(&list, i), words[i]);
241 const char *words[] = { NULL } local
246 const char *words[] = { NULL }; local
251 const char *words[] = { NULL }; local
256 const char *words[] = { "a", "b", NULL }; local
261 const char *words[] = { "a", "b", "c", "d", NULL }; local
266 const char *words[] = { "foo", "bar", NULL }; local
271 const char *words[] = { "foo", "bar", "baz", "foobar", NULL }; local
276 const char *words[] = { "foo", "bar", NULL }; local
281 const char *words[] = { "foo", "bar", NULL }; local
286 const char *words[] = { "foo", "bar", NULL }; local
291 const char *words[] = { "foo", "bar", NULL }; local
306 const char *words[] = { NULL }; local
311 const char *words[] = { " ", NULL }; local
316 const char *words[] = { " ", NULL }; local
321 const char *words[] = { "a", "b", NULL }; local
326 const char *words[] = { "a", "bcd", "ef", NULL }; local
    [all...]
  /src/usr.bin/make/
str.c 107 * Fracture a string into an array of words (as delineated by tabs or spaces)
117 * Returns the fractured words, which must be freed later using Words_Free,
118 * unless the returned Words.words was NULL.
126 Substring *words; local
136 /* words_buf holds the words, separated by '\0'. */
141 words = bmake_malloc((words_cap + 1) * sizeof(words[0]));
191 * end of a token -- make sure there's enough words
200 words = bmake_realloc(words
279 Words words; local
    [all...]
  /src/sys/lib/libsa/
byteorder.c 52 uint32_t words[2]; member in union:__anon6917
162 un.words[BE64_HI] = sa_htobe32(val >> 32);
163 un.words[BE64_LO] = sa_htobe32(val & 0xffffffffU);
173 un.words[LE64_HI] = sa_htole32(val >> 32);
174 un.words[LE64_LO] = sa_htole32(val & 0xffffffffU);
186 un.words[BE64_HI] = sa_be32toh(un.words[BE64_HI]);
187 un.words[BE64_LO] = sa_be32toh(un.words[BE64_LO]);
189 rv = (((uint64_t)un.words[BE64_HI]) << 32)
    [all...]
  /src/share/dict/
Makefile 4 # Missing: connectives, words
10 LINKS= ${FILESDIR}/web2 ${FILESDIR}/words

Completed in 71 milliseconds

1 2 3 4 5 6 7 8 91011>>