HomeSort by relevance Sort by last modified time
    Searched refs:xBuf (Results 1 - 9 of 9) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
GeneralDigest.java 14 private byte[] xBuf;
24 xBuf = new byte[4];
35 xBuf = new byte[t.xBuf.length];
42 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length);
51 xBuf[xBufOff++] = in;
53 if (xBufOff == xBuf.length)
55 processWord(xBuf, 0)
    [all...]
LongDigest.java 15 private byte[] xBuf;
31 xBuf = new byte[8];
44 xBuf = new byte[t.xBuf.length];
51 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length);
73 xBuf[xBufOff++] = in;
75 if (xBufOff == xBuf.length)
77 processWord(xBuf, 0)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_neon_offsets.c 20 int offset_aecm_xBuf = offsetof(AecmCore_t, xBuf);
aecm_core_neon.c 130 assert((uintptr_t)(aecm->xBuf) % 32 == 0);
211 "r"(&aecm->xBuf[i + PART_LEN]) : "q10");
212 __asm __volatile("vst1.16 {d20, d21, d22, d23}, [%0, :256]" : : "r"(&aecm->xBuf[i]): "q10");
aecm_core_c.c 140 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(int16_t) * PART_LEN);
350 memcpy(aecm->xBuf + PART_LEN, farend, sizeof(int16_t) * PART_LEN);
361 aecm->xBuf,
aecm_core.h 92 int16_t *xBuf;
aecm_core_mips.c 424 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(int16_t) * PART_LEN);
    [all...]
aecm_core.c 282 aecm->xBuf = (int16_t*) (((uintptr_t)aecm->xBuf_buf + 31) & ~ 31);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 1386 milliseconds