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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
GOFBBlockCipher.java 23 int N4;
78 N4 = 0;
168 N4 = bytesToint(ofbOutV, 4);
171 N4 += C1;
173 intTobytes(N4, ofbV, 4);
  /external/speex/libspeex/
preprocess.c 398 int N, N3, N4, M;
427 N4 = st->frame_size - N3;
477 if (N4>0)
481 st->window[i+N3+N4]=st->window[i+N3];
623 int N4 = st->frame_size - N3;
634 st->inbuf[i]=x[N4+i];
732 int N4 = st->frame_size - N3;
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin     [all...]

Completed in 22 milliseconds