/external/valgrind/main/memcheck/tests/ |
D | wrap6.c | 182 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 …]
|
D | test-plo.c | 73 UWord* words = malloc(3 * sizeof(UWord)); in main() local
|
/external/chromium_org/chrome/browser/history/ |
D | query_parser.cc | 129 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()
|
D | in_memory_url_index_types.cc | 120 String16Vector words = in String16SetFromString16() local 138 String16Vector words; in String16VectorFromString16() local
|
/external/chromium_org/v8/test/mjsunit/ |
D | regexp-results-cache.js | 73 var words = string.split(" "); variable
|
/external/chromium/chrome/browser/history/ |
D | query_parser.cc | 90 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/ |
D | address_parser_unittest.cc | 50 WordList words; in GetState() local 66 WordList words; in IsZipValid() local 74 WordList words; in IsLocationName() local
|
/external/chromium_org/chrome/tools/convert_dict/ |
D | dic_reader.h | 38 const WordList& words() const { return words_; } in words() function
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
D | der_decode_object_identifier.c | 28 unsigned long *words, unsigned long *outlen) in der_decode_object_identifier()
|
D | der_length_object_identifier.c | 40 int der_length_object_identifier(unsigned long *words, unsigned long nwords, unsigned long *outlen) in der_length_object_identifier()
|
D | der_encode_object_identifier.c | 27 int der_encode_object_identifier(unsigned long *words, unsigned long nwords, in der_encode_object_identifier()
|
/external/libffi/src/powerpc/ |
D | asm.h | 96 #define EALIGN(name, alignt, words) \ argument 107 #define EALIGN(name, alignt, words) \ argument
|
/external/tcpdump/ |
D | print-smb.c | 173 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/ |
D | bookmark_utils.cc | 66 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/ |
D | SkChecksum.h | 52 const size_t words = bytes/4; variable
|
/external/skia/include/core/ |
D | SkChecksum.h | 52 const size_t words = bytes/4; variable
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | language_dictionary_overlay_handler.cc | 95 const chrome::spellcheck_common::WordSet& words = dictionary_->GetWords(); in ResetDictionaryWords() local
|
/external/flac/libFLAC/ |
D | md5.c | 142 static void byteSwap(FLAC__uint32 *buf, unsigned words) in byteSwap() 173 #define byteSwap(buf, words) argument
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | two_client_dictionary_sync_test.cc | 25 std::vector<std::string> words; in IN_PROC_BROWSER_TEST_F() local
|
/external/openssh/openbsd-compat/ |
D | inet_ntop.c | 120 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_custom_dictionary.cc | 59 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/ |
D | inet_ntop.c | 118 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/ |
D | SHA1ImplTest.java | 66 int[] words = new int[INDEX +6]; // working array to compute hash in testOneBlockMessage() local
|
/external/openssl/crypto/bn/ |
D | bn_lib.c | 299 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/ |
D | bn_lib.c | 299 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()
|