Home
last modified time | relevance | path

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

12345

/external/valgrind/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/python/cpython2/Modules/
Dcgen.py450 words = string.split(line) variable
485 words = words[2:] variable
/external/r8/src/test/examples/memberrebinding2/
DClassExtendsLibraryClass.java17 String[] words = new String[]{"hello", "world"}; in methodThatAddsHelloWorldUsingAddAll() local
/external/r8/src/test/examples/memberrebinding/
DClassExtendsLibraryClass.java24 String[] words = new String[]{"hello", "world"}; in methodThatAddsHelloWorldUsingAddAll() local
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dasm.h96 #define EALIGN(name, alignt, words) \ argument
107 #define EALIGN(name, alignt, words) \ argument
/external/vulkan-validation-layers/demos/smoke/
Dglsl-to-spirv72 words, comments = compile_glsl(in_filename, base + ".tmp") variable
/external/autotest/client/tests/unixbench/
Dunixbench.py57 def check_for_error(self, words): argument
/external/boringssl/src/crypto/fipsmodule/rand/
Dinternal.h49 uint32_t words[4]; member
/external/syslinux/gpxe/src/crypto/
Dmd5.c137 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array()
145 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c288 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_words()
312 int bn_wexpand(BIGNUM *bn, size_t words) { in bn_wexpand()
/external/tcpdump/
Dprint-smb.c173 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2()
336 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans()
398 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot()
439const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup()
483const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx()
801 const u_char *words, *maxwords, *data; in print_smb() local
Daddrtostr.c116 u_long words [IN6ADDRSZ / INT16SZ]; in addrtostr6() local
/external/c-ares/
Dinet_ntop.c130 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
/external/flac/libFLAC/
Dmd5.c139 static void byteSwap(FLAC__uint32 *buf, unsigned words) in byteSwap()
170 #define byteSwap(buf, words) argument
/external/curl/lib/
Dinet_ntop.c92 unsigned long words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local
/external/openssh/openbsd-compat/
Dinet_ntop.c120 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local
/external/syslinux/gpxe/src/include/gpxe/
Dib_packet.h21 uint16_t words[4]; member
30 uint16_t words[8]; member
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DText_Suite.py92 words = word variable
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DText_Suite.py92 words = word variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp173 vector<deUint32> words (numWords, 0u); in getSearchPath() local
182 const vector<deUint32> words = getSearchPath(id); in findBinaryIndex() local
251 void addToSparseIndex (SparseIndexNode* group, const deUint32* words, size_t numWords, deUint32 ind… in addToSparseIndex()
/external/elfutils/tests/
Delfstrmerge.c549 size_t words = data->d_size / sizeof (Elf32_Word); in main() local
568 size_t words = data->d_size / sizeof (Elf32_Word); in main() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfLenientScannerTest.java209 String words = testData[i][0]; in doLenientParseTest() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DRbnfLenientScannerTest.java208 String words = testData[i][0]; in doLenientParseTest() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c378 unsigned offset, unsigned words, in nv50_cb_bo_push()
404 unsigned offset, unsigned words, const uint32_t *data) in nv50_cb_push()

12345