Searched defs:words (Results 26 - 50 of 62) sorted by relevance

123

/external/llvm/lib/Support/
H A DAPInt.cpp97 // Calculate the number of words to copy
98 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local
99 // Copy the words from bigVal to pVal
100 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE);
135 // assume case where both are single words is already handled
208 /// In other words, if y > x then this function returns 1, otherwise 0.
298 // Split x into high and low words
536 // Otherwise, compare all words
766 /// non-overlapping, of Words words, by Shift, which must be less than 64.
894 // extract the high 52 bits from the correct words i
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
H A DSDL_syscdrom_c.h113 short words[11]; member in union:CDCntrlParam::__anon11102
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c3 /*--- An sparse array (of words) implementation. ---*/
57 UWord words[256]; member in struct:__anon14268
207 *valP = level0->words[curr_ix];
306 *valP = level0->words[ix];
362 level0->words[ix] = val;
407 *oldV = level0->words[ix];
/external/bison/lib/
H A Dlbitset.c40 /* Number of words to use for each element. The larger the value the
65 bitset_word words[LBITSET_ELT_WORDS]; /* Bits that are set. */ member in struct:lbitset_elt_struct
83 ((lbitset_elt *) (void *) ((char *) (X) - offsetof (lbitset_elt, words)))
150 memset (elt->words, 0, sizeof (elt->words));
188 bset->b.cdata = next->words;
193 bset->b.cdata = prev->words;
220 bset->b.cdata = elt->prev->words;
247 if (elt->words[i])
313 bset->b.cdata = elt->words;
[all...]
H A Debitset.c49 /* Number of words to use for each element. */
61 bitset_word words[EBITSET_ELT_WORDS]; /* Bits that are set. */ member in union:ebitset_elt_struct::__anon316
95 #define EBITSET_WORDS(ELT) ((ELT)->u.words)
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils.cc179 // Returns true if |text| contains each string in |words|. This is used when
182 const std::vector<string16>& words) {
183 for (size_t i = 0; i < words.size(); ++i) {
184 if (text.find(words[i]) == string16::npos)
190 // Returns true if |node|s title or url contains the strings in |words|.
193 const std::vector<string16>& words,
197 l10n_util::ToLower(node->GetTitle()), words) ||
199 l10n_util::ToLower(UTF8ToUTF16(node->GetURL().spec())), words) ||
202 UnescapeRule::NORMAL, NULL, NULL, NULL)), words);
520 std::vector<string16> words; local
181 DoesBookmarkTextContainWords(const string16& text, const std::vector<string16>& words) argument
192 DoesBookmarkContainWords(const BookmarkNode* node, const std::vector<string16>& words, const std::string& languages) argument
522 parser.ExtractQueryWords(l10n_util::ToLower(text), &words); local
540 std::vector<string16> words; local
542 parser.ExtractQueryWords(l10n_util::ToLower(text), &words); local
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc84 std::string GetWord(const std::vector<std::string>& words, argument
86 if (words.size() > index) {
87 return words[index];
93 int GetInt(const std::vector<std::string>& words, size_t index, int def) { argument
95 if (words.size() > index && talk_base::FromString(words[index], &val)) {
141 std::vector<std::string> words; local
155 words.push_back(word);
163 const std::string& command = GetWord(words, 0, "");
169 options.video_bandwidth = GetInt(words,
[all...]
/external/flac/libFLAC/
H A Dbitreader.c81 * This should be at least twice as large as the largest number of words
94 static const unsigned FLAC__BITREADER_DEFAULT_CAPACITY = 65536u / FLAC__BITS_PER_WORD; /* in words */
140 unsigned capacity; /* in words */
141 unsigned words; /* # of completed words in buffer */ member in struct:FLAC__BitReader
142 unsigned bytes; /* # of bytes in incomplete word at buffer[words] */
143 unsigned consumed_words; /* #words ... */
217 end = br->words + (br->bytes? 1:0);
220 br->words -= start;
227 bytes = (br->capacity - br->words) * FLAC__BYTES_PER_WOR
[all...]
/external/icu4c/test/intltest/
H A Drbbiapts.cpp1107 UnicodeString words = "one two three "; local
1108 rb2->setText(words);
/external/iproute2/lib/
H A Dutils.c455 int words = bits >> 0x05; local
459 if (words)
460 if (memcmp(a1, a2, words << 2))
467 w1 = a1[words];
468 w2 = a2[words];
/external/libffi/src/powerpc/
H A Dffi.c437 int i, words; local
524 words = ((*ptr)->size + 7) / 8;
525 if (next_arg.ul >= gpr_base.ul && next_arg.ul + words > gpr_end.ul)
530 next_arg.c = rest.c + words * 8 - first;
542 next_arg.ul += words;
712 /* The first NUM_GPR_ARG_REGISTERS words of integer arguments, and the
764 /* 'long long' arguments are passed as two words, but
765 either both words must fit in registers or both go
/external/openssl/crypto/bn/
H A Dbn_lib.c298 /* The caller MUST check that words > b->dmax before calling this */
299 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) argument
307 if (words > (INT_MAX/(4*BN_BITS2)))
317 a=A=(BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG)*words);
356 memset(A,0,sizeof(BN_ULONG)*words);
375 BIGNUM *bn_dup_expand(const BIGNUM *b, int words) argument
382 * words <= b->dmax && top < words
387 if (words > b->dmax)
389 BN_ULONG *a = bn_expand_internal(b, words);
426 bn_expand2(BIGNUM *b, int words) argument
[all...]
/external/srec/srec/include/
H A Dsrec_context.h53 /* ptr32* words; c55 ?? */
54 char** words; /* size max_words */ member in struct:__anon13059
146 /* search capabilities, return error if adding words beyond this! */
/external/tcpdump/
H A Dprint-smb.c173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) argument
178 const u_char *w = words + 1;
182 TCHECK(words[0]);
191 if (words[0] == 0) {
206 if (words[0] == 8) {
207 smb_fdata(words + 1,
212 smb_fdata(words + 1,
214 words + 1 + 14 * 2, unicodestr);
219 smb_fdata(words + 1,
221 words
336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) argument
398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
439 print_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
483 print_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
801 const u_char *words, *maxwords, *data; local
[all...]
/external/valgrind/main/helgrind/
H A Dhg_wordset.c3 /*--- Sets of words, with unique set identifiers. ---*/
137 UWord* words; member in struct:__anon14525
192 wv->words = NULL;
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
203 if (wv->words) {
204 dealloc(wv->words);
228 if (wv1->words[i] == wv2->words[i])
230 if (wv1->words[i] < wv2->words[
447 getPayloadWS( UWord** words, UWord* nWords, WordSetU* wsu, WordSet ws ) argument
[all...]
/external/icu4c/common/
H A Dunistr.cpp377 int32_t words = (int32_t)(((sizeof(int32_t) + (capacity + 1) * U_SIZEOF_UCHAR + 15) & ~15) >> 2); local
378 int32_t *array = (int32_t*) uprv_malloc( sizeof(int32_t) * words );
385 fUnion.fFields.fCapacity = (int32_t)((words - 1) * (sizeof(int32_t) / U_SIZEOF_UCHAR));
/external/iproute2/ip/
H A Dipxfrm.c75 int words = bits >> 0x05; local
79 if (words)
80 if (memcmp(a1, a2, words << 2))
87 w1 = a1[words];
88 w2 = a2[words];
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp750 * Wrap all individual words in <phoneme> tags.
777 char * words[numWords]; local
781 words[j] = new char[i+1-start+17];
782 words[j][0] = '\0';
783 strcat( words[j], PICO_PHONEME_OPEN_TAG);
784 strncat(words[j], xsampa+start, i-start);
785 strcat( words[j], PICO_PHONEME_CLOSE_TAG);
788 totalLength += strlen(words[j-1]);
791 words[j] = new char[i+1-start+17];
792 words[
[all...]
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc181 // Split URL into individual, unique words then add in the title words.
185 String16Set words; local
188 std::insert_iterator<String16Set>(words, words.begin()));
189 for (String16Set::iterator word_iter = words.begin();
190 word_iter != words.end(); ++word_iter)
405 // Break the terms down into individual terms (words), get the candidate
409 // is four words: 'http', 'www', 'somewebsite', and 'com'.
411 String16Set words local
475 String16Vector words = WordVectorFromString16(uni_string, false); local
489 String16Vector words; local
[all...]
/external/kernel-headers/original/linux/
H A Dtcp.h65 __u32 words[5]; member in union:tcp_word_hdr
68 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
/external/ping6/
H A Dping6.c1885 u_int16_t words; /*32bit count*/ member in struct:cbit
1917 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) >
1921 clen = ntohs(cbit.words) * sizeof(v);
/external/v8/src/mips/
H A Dsimulator-mips.cc513 int32_t words; local
515 words = 10;
517 if (!GetValue(argv[next_arg], &words)) {
518 words = 10;
521 end = cur + words;
722 PrintF("stack [<words>]\n");
723 PrintF(" dump stack content, default dump 10 words)\n");
724 PrintF("mem <address> [<words>]\n");
725 PrintF(" dump memory content, default dump 10 words)\n");
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp185 uint32_t* words() function in struct:WTF::BigInt
190 const uint32_t* words() const function in struct:WTF::BigInt
212 uint32_t* x = b.words();
237 b.words()[0] = y9;
326 b.words()[0] = i;
360 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
362 xa = a->words();
364 xb = b->words();
366 xc0 = c.words();
412 for (xc0 = c.words(), x
[all...]
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp59 // Minimum number of words in an address after the house number
64 // Maximum number of words allowed in an address between the house number
76 // Maximum number of words after the house number in which the location name
171 // detected. Start tokenizing the following words to find a valid
186 std::vector<Word> words; local
187 words.push_back(house_number);
199 if (next_word == words.size()) {
214 words.push_back(Word(tokenizer.token_begin(), tokenizer.token_end()));
219 const Word& current_word = words[next_word];
230 // of words i
486 FindStateStartingInWord(WordList* words, size_t state_first_word, size_t* state_last_word, String16Tokenizer* tokenizer, size_t* state_index) argument
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2678 QStringList words = (QStringList() << "foo" << "bar"); local
2681 foreach (QString subString, words) {

Completed in 804 milliseconds

123