HomeSort by relevance Sort by last modified time
    Searched full:accumulator (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /external/v8/src/
frames.h 237 virtual void Print(StringStream* accumulator,
251 static void PrintIndex(StringStream* accumulator,
490 virtual void Print(StringStream* accumulator,
569 virtual void Print(StringStream* accumulator,
  /frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java 466 private boolean readContentParameters(int startIndex, int leftToRead, int accumulator) {
493 - totalRead, accumulator + totalRead);
525 accumulator + totalRead);
528 dataLength = accumulator;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 90 // no matter the node, we empty the StringBuilder accumulator when we start
GpxParser.java 120 // no matter the node, we empty the StringBuilder accumulator when we start
  /external/llvm/docs/tutorial/
OCamlLangImpl4.html 674 let rec parse_args accumulator = parser
677 | [< 'Token.Kwd ','; e=parse_args (e :: accumulator) >] -> e
678 | [< >] -> e :: accumulator
680 | [< >] -> accumulator
740 let rec parse_args accumulator = parser
741 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
742 | [< >] -> accumulator
    [all...]
OCamlLangImpl6.html 196 let rec parse_args accumulator = parser
197 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
198 | [< >] -> accumulator
405 let rec parse_args accumulator = parser
406 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
407 | [< >] -> accumulator
    [all...]
OCamlLangImpl7.html 855 and parse_var_names accumulator = parser
859 e=parse_var_names ((id, init) :: accumulator) >] -> e
860 | [< >] -> accumulator
    [all...]
OCamlLangImpl3.html 793 let rec parse_args accumulator = parser
796 | [< 'Token.Kwd ','; e=parse_args (e :: accumulator) >] -> e
797 | [< >] -> e :: accumulator
799 | [< >] -> accumulator
859 let rec parse_args accumulator = parser
860 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
861 | [< >] -> accumulator
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.h 189 @param accumulator A JavaScript property name accumulator in which to accumulate the names of object's properties.
196 Use JSPropertyNameAccumulatorAddName to add property names to accumulator. A class's getPropertyNames callback only needs to provide the names of properties that the class vends through a custom getProperty or setProperty callback. Other properties, including statically declared properties, properties vended by other classes, and properties belonging to object's prototype, are added independently.
    [all...]
  /external/zlib/
inflate.c 459 /* Clear the input bit accumulator */
466 /* Get a byte of input into the bit accumulator, or return from inflate()
476 /* Assure that there are at least n bits in the bit accumulator. If there is
484 /* Return the low n bits of the bit accumulator (n < 16) */
488 /* Remove n bits from the bit accumulator */
535 input left to load n bits into the accumulator, or it continues. BITS(n)
536 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
537 the low n bits off the accumulator. INITBITS() clears the accumulator
539 enough bits to put the accumulator on a byte boundary. After BYTEBITS(
    [all...]
  /external/kernel-headers/original/linux/spi/
cpcap.h 215 CPCAP_REG_CCA1, /* Coulomb Counter Accumulator 1 */
216 CPCAP_REG_CCA2, /* Coulomb Counter Accumulator 2 */
  /external/llvm/lib/Target/ARM/
ARM.td 63 // Cortex-A8 / A9 Advanced SIMD has multiplier accumulator forwarding.
66 "Has multiplier accumulator forwarding">;
ARMSubtarget.h 63 /// HasVMLxForwarding - If true, NEON has special multiplier accumulator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 81 #define GPR_ACCU 0x56 /* ACCUM, accumulator */
219 #define A_GPR_ACCU 0xd6 /* ACCUM, accumulator */
  /external/openssl/crypto/md5/asm/
md5-ia64.S 208 // t13 Accumulator A AccumA
209 // t14 Accumulator B AccumB
210 // t15 Accumulator C AccumC
211 // t16 Accumulator D AccumD
  /external/webp/src/dec/
webpi.h 33 int y_accum; // vertical accumulator
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 781 ArrayList<String> accumulator = new ArrayList<String>(); local
784 accumulator.add(spans[i].getURL());
786 return accumulator;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 177 into the text accumulator.
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 237 X[16], /* accumulator */
  /external/libpcap/
gencode.h 216 * Total number of atomic entities, including accumulator (A) and index (X).
  /external/opencv/cv/include/
cv.h 553 /* Adds image to accumulator */
557 /* Adds squared image to accumulator */
561 /* Adds a product of two images to accumulator */
565 /* Adds image to accumulator with weights: acc = acc*(1-alpha) + image*alpha */
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 55 EAS_I32 acc; /* accumulator for DC offset filter */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 55 EAS_I32 acc; /* accumulator for DC offset filter */
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 55 EAS_I32 acc; /* accumulator for DC offset filter */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
math_op.c 186 | Compute scalar product of <x[],y[]> using accumulator. |

Completed in 1013 milliseconds

1 2 34 5 6 7 8 9