Home
last modified time | relevance | path

Searched defs:words (Results 1 – 25 of 113) sorted by relevance

12345

/external/valgrind/main/memcheck/tests/
Dwrap6.c182 UInt* words = calloc(200, sizeof(UInt)); in fn_0() local
208 UInt* words = calloc(200, sizeof(UInt)); in fn_1() local
235 UInt* words = calloc(200, sizeof(UInt)); in fn_2() local
263 UInt* words = calloc(200, sizeof(UInt)); in fn_3() local
292 UInt* words = calloc(200, sizeof(UInt)); in fn_4() local
322 UInt* words = calloc(200, sizeof(UInt)); in fn_5() local
353 UInt* words = calloc(200, sizeof(UInt)); in fn_6() local
386 UInt* words = calloc(200, sizeof(UInt)); in fn_7() local
422 UInt* words = calloc(200, sizeof(UInt)); in fn_8() local
459 UInt* words = calloc(200, sizeof(UInt)); in fn_9() local
[all …]
Dtest-plo.c73 UWord* words = malloc(3 * sizeof(UWord)); in main() local
/external/chromium_org/chrome/browser/history/
Dquery_parser.cc129 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn()
229 bool QueryNodeList::HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn()
288 bool QueryNodePhrase::MatchesAll(const std::vector<QueryWord>& words, in MatchesAll()
312 const std::vector<QueryWord>& words, in HasMatchIn()
355 std::vector<base::string16>* words) { in ParseQueryWords()
454 std::vector<QueryWord>* words) { in ExtractQueryWords()
Din_memory_url_index_types.cc120 String16Vector words = in String16SetFromString16() local
138 String16Vector words; in String16VectorFromString16() local
/external/chromium_org/v8/test/mjsunit/
Dregexp-results-cache.js73 var words = string.split(" "); variable
/external/chromium/chrome/browser/history/
Dquery_parser.cc90 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn()
148 virtual bool HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn()
219 const std::vector<QueryWord>& words, in HasMatchIn()
285 std::vector<string16>* words) { in ExtractQueryWords()
367 std::vector<QueryWord>* words) { in ExtractQueryWords()
/external/chromium_org/content/common/android/
Daddress_parser_unittest.cc50 WordList words; in GetState() local
66 WordList words; in IsZipValid() local
74 WordList words; in IsLocationName() local
/external/chromium_org/chrome/tools/convert_dict/
Ddic_reader.h38 const WordList& words() const { return words_; } in words() function
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
Dder_decode_object_identifier.c28 unsigned long *words, unsigned long *outlen) in der_decode_object_identifier()
Dder_length_object_identifier.c40 int der_length_object_identifier(unsigned long *words, unsigned long nwords, unsigned long *outlen) in der_length_object_identifier()
Dder_encode_object_identifier.c27 int der_encode_object_identifier(unsigned long *words, unsigned long nwords, in der_encode_object_identifier()
/external/libffi/src/powerpc/
Dasm.h96 #define EALIGN(name, alignt, words) \ argument
107 #define EALIGN(name, alignt, words) \ argument
/external/tcpdump/
Dprint-smb.c173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2()
336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans()
398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot()
439 print_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbu… in print_sesssetup()
483 print_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *max… in print_lockingandx()
801 const u_char *words, *maxwords, *data; in print_smb() local
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_utils.cc66 const std::vector<base::string16>& words) { in DoesBookmarkTextContainWords()
79 const std::vector<base::string16>& words, in DoesBookmarkContainWords()
224 std::vector<base::string16> words; in GetBookmarksContainingText() local
/external/chromium_org/third_party/skia/include/core/
DSkChecksum.h52 const size_t words = bytes/4; variable
/external/skia/include/core/
DSkChecksum.h52 const size_t words = bytes/4; variable
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.cc95 const chrome::spellcheck_common::WordSet& words = dictionary_->GetWords(); in ResetDictionaryWords() local
/external/flac/libFLAC/
Dmd5.c142 static void byteSwap(FLAC__uint32 *buf, unsigned words) in byteSwap()
173 #define byteSwap(buf, words) argument
/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_dictionary_sync_test.cc25 std::vector<std::string> words; in IN_PROC_BROWSER_TEST_F() local
/external/openssh/openbsd-compat/
Dinet_ntop.c120 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary.cc59 ChecksumStatus LoadFile(const base::FilePath& file_path, WordList& words) { in LoadFile()
197 int SpellcheckCustomDictionary::Change::Sanitize(const WordSet& words) { in Sanitize()
399 WordList words; in LoadDictionaryFile() local
/external/tcpdump/missing/
Dinet_ntop.c118 u_long words [IN6ADDRSZ / INT16SZ]; in inet_ntop_v6() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSHA1ImplTest.java66 int[] words = new int[INDEX +6]; // working array to compute hash in testOneBlockMessage() local
/external/openssl/crypto/bn/
Dbn_lib.c299 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) in bn_expand_internal()
375 BIGNUM *bn_dup_expand(const BIGNUM *b, int words) in bn_dup_expand()
426 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2()
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
Dbn_lib.c299 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) in bn_expand_internal()
375 BIGNUM *bn_dup_expand(const BIGNUM *b, int words) in bn_dup_expand()
426 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2()

12345