Searched refs:words (Results 76 - 100 of 136) sorted by relevance

123456

/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/libvpx/vp8/encoder/x86/
H A Dvariance_impl_sse2.asm845 punpcklbw xmm5, xmm0 ; xmm5 = words of above
848 punpcklbw xmm3, xmm0 ; xmm3 = words of above
959 punpcklbw xmm5, xmm0 ; xmm5 = words of above
963 punpcklbw xmm3, xmm0 ; xmm3 = words of above
1068 punpcklbw xmm5, xmm0 ; xmm5 = words of above
1071 punpcklbw xmm3, xmm0 ; xmm3 = words of above
1280 punpcklbw xmm5, xmm0 ; xmm5 = words of above
1283 punpcklbw xmm3, xmm0 ; xmm3 = words of above
1383 punpcklbw xmm5, xmm0 ; xmm5 = words of above
1387 punpcklbw xmm3, xmm0 ; xmm3 = words o
[all...]
H A Dssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
H A Dtemporal_filter_apply_sse2.asm153 ; expand to double words
/external/openssl/crypto/bn/
H A Dbn.h145 * BN_DEBUG_RAND - uses random poisoning of unused words to trip up
699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
700 BIGNUM *bn_expand2(BIGNUM *a, int words);
702 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
717 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
/external/openssl/include/openssl/
H A Dbn.h145 * BN_DEBUG_RAND - uses random poisoning of unused words to trip up
699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
700 BIGNUM *bn_expand2(BIGNUM *a, int words);
702 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
717 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
/external/aac/libFDK/src/
H A DFDK_crc.cpp431 int words = bits >> 3; /* processing bytes */ local
435 rBits -= (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, &bsReader, words)<<3);
438 rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, words<<3 );
/external/flac/libFLAC/
H A Dmd5.c142 static void byteSwap(FLAC__uint32 *buf, unsigned words) argument
149 } while (--words);
173 #define byteSwap(buf, words)
/external/llvm/lib/Support/
H A DAPFloat.cpp2780 uint64_t words[2];
2781 words[0] = mysignificand;
2782 words[1] = ((uint64_t)(sign & 1) << 15) |
2784 return APInt(80, words);
2822 uint64_t words[2];
2823 words[0] = ((uint64_t)(sign & 1) << 63) |
2826 words[1] = ((uint64_t)(sign2 & 1) << 63) |
2829 return APInt(128, words);
2859 uint64_t words[2];
2860 words[
[all...]
/external/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) argument
46 while (--words);
/external/valgrind/main/include/vki/
H A Dvki-s390x-linux.h718 vki_per_cr_words words; member in union:__anon14034::__anon14035
736 vki_per_lowcore_words words; member in union:__anon14034::__anon14036
/external/icu4c/i18n/
H A DdecNumberLocal.h313 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
314 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)])
317 #define DFWORD(df, off) ((df)->words[off])
318 #define DFWWORD(dfw, off) ((dfw)->words[off])
343 /* Top words for a zero */
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java699 private String makeWord(LinkedList<TWord> words) { argument
700 if (words.size() == 1) {
701 return words.getFirst().getText();
704 for (TWord word : words) {
/external/libvpx/examples/includes/geshi/geshi/
H A Djava5.php98 /* other reserved words in Java: literals */
H A Dpython.php57 ** Set 1: reserved words
/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/bison/lib/
H A Dabitset.c29 of words. Any unused bits in the last word must be zero. */
32 #define ABITSET_WORDS(X) ((X)->a.words)
789 size_t header_size = offsetof (union bitset_union, a.words);
H A Dbitset.h56 bitset_word words[1]; /* The array of bits. */ member in struct:bitset_union::abitset_struct
/external/srec/tools/parseStringTest/
H A DparseStringTest.c123 trans = wmap->words[id];
150 if (!strcmp(wmap->words[i], p))
165 printf(" %d/%s", *wordIDptr, wmap->words[*wordIDptr]);
/external/chromium/testing/gmock/scripts/
H A Dupload.py755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
/external/chromium/testing/gtest/scripts/
H A Dupload.py755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
/external/doclava/src/com/google/doclava/
H A DDoclava.java383 String[] words = line.split("\\s+", 2);
384 if (words.length == 2) {
385 if (words[1].charAt(0) != '#') {
392 knownTags.add(words[0]);
/external/libvorbis/doc/
H A D02-bitpacking.tex16 bitstream into an actual representation in fixed-width words.
19 \subsubsection{octets, bytes and words}
H A D05-comment.tex17 text note that need not only be a couple words, but isn't going to be
18 more than a short paragraph. The essentials, in other words, whatever
/external/srec/srec/crec/
H A Dastar.c146 printf(" W%d(%s)", tmp->ilabel, tmp->ilabel != MAXwordID ? wmap->words[tmp->ilabel] : "");
957 if (rec->context->olabels->words[wtoken->word])
958 p = rec->context->olabels->words[wtoken->word];
1020 (arc && arc != (arc_token*)1) ? rec->context->olabels->words[arc->ilabel] : "NULL",

Completed in 682 milliseconds

123456