HomeSort by relevance Sort by last modified time
    Searched refs:xBuf (Results 1 - 8 of 8) 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/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 171 "r"(&aecm->xBuf[i + PART_LEN]) : "q10");
172 __asm__("vst1.16 {d20, d21, d22, d23}, [%0, :256]" : : "r"(&aecm->xBuf[i]): "q10");
aecm_core.h 164 WebRtc_Word16 *xBuf;
aecm_core.c 326 aecm->xBuf = (WebRtc_Word16*) (((uintptr_t)aecm->xBuf_buf + 31) & ~ 31);
472 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(WebRtc_Word16) * PART_LEN);
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 382 milliseconds