HomeSort by relevance Sort by last modified time
    Searched defs:nBits (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1_MessageDigestImpl.java 80 long nBits = messageLength <<3 ; // length has to be calculated before padding
116 buffer[14] = (int)( nBits >>>32 );
117 buffer[15] = (int)( nBits & 0xFFFFFFFF );
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c     [all...]

Completed in 57 milliseconds