Searched refs:words (Results 101 - 125 of 136) sorted by relevance

123456

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py79 words = status_line.split(' ')
80 if len(words) < 3:
82 [version, response_code] = words[:2]
/external/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl33 # which is perfectly usable in this context... In other words, as far
83 $ap_l="%l1"; # a[num],n[num] are smashed to 32-bit words and saved
194 ld [%o3+0],$alo_ ! load a[j] as pair of 32-bit words
198 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
275 ld [%o4+0],$alo_ ! load a[j] as pair of 32-bit words
279 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
363 ld [%o4+0],$alo_ ! load a[j] as pair of 32-bit words
367 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py244 words = request_line.split(' ')
245 if len(words) != 3:
247 [command, path, version] = words
/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));
H A Dtriedict.cpp207 MutableTrieDictionary::addWords( UEnumeration *words,
211 while ((word = uenum_unext(words, &length, &status)) && U_SUCCESS(status)) {
/external/compiler-rt/
H A DMakefile156 $(if $(call streq,1,$(words $(Tmp.ArchsToBuild))), \
/external/libvpx/build/make/
H A DMakefile164 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
/external/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm383 ; load up 2 dc words here == 2*16 = doubleword
400 ; Predict buffer needs to be expanded from bytes to words
/external/bison/lib/
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/icu4c/test/intltest/
H A Drbbiapts.cpp1107 UnicodeString words = "one two three "; local
1108 rb2->setText(words);
/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/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/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php547 * In other words. OP may provide whatever information it wants to.
/external/libffi/src/mips/
H A Dn32.S68 # Allocate at least 4 words in the argstack
H A Do32.S64 # Allocate at least 4 words in the argstack
/external/mksh/src/
H A Dcheck.pl168 -P program (-p) string has multiple words, and the program is in
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/arm/
H A Dsimulator-arm.cc398 int32_t words; local
400 words = 10;
402 if (!GetValue(argv[next_arg], &words)) {
403 words = 10;
406 end = cur + words;
574 PrintF("stack [<words>]\n");
575 PrintF(" dump stack content, default dump 10 words)\n");
576 PrintF("mem <address> [<words>]\n");
577 PrintF(" dump memory content, default dump 10 words)\n");
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm173 ;# In other words, we transpose each of the four 4x4 submatrices.
643 ;# Using the regular register file words are read in and then saved back out to
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S276 # now we grab the first two words in the name field and use that
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1484 * @param array The words to use for the keyword group
1487 function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) {
1488 $words = (array) $words; variable
1489 if (empty($words)) {
1495 $this->language_data['KEYWORDS'][$key] = $words;
/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-pc-bios/bochs/bios/
H A Drombios.c2952 insw ;; CX words transfered from port(DX) to ES:[DI]
3104 outsw ;; CX words transfered from port(DX) to ES:[SI]
3238 outsw ;; CX words transfered from port(DX) to ES:[SI]
3369 insw ;; CX words transfered tp port(DX) to ES:[DI]
4022 movsw ;; move CX words from DS:SI to ES:DI
6476 mov cx, #0x0100 ;; counter (256 words = 512b)
6480 insw ;; CX words transfered from port(DX) to ES:[DI]
6616 mov cx, #0x0100 ;; counter (256 words = 512b)
6621 outsw ;; CX words tranfered from ES:[SI] to port(DX)
10446 mov cx, #0x0080 ;; 128 words
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as458 * V is the set of terminals and nonterminals. In other words,

Completed in 2911 milliseconds

123456