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

  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 469 ctx->mres = 0;
630 n = ctx->mres;
640 ctx->mres = n;
662 ctx->mres = n;
748 ctx->mres = n;
790 n = ctx->mres;
802 ctx->mres = n;
827 ctx->mres = n;
915 ctx->mres = n;
956 n = ctx->mres;
    [all...]
internal.h 168 unsigned int mres, ares; member in struct:gcm128_context
  /external/eigen/bench/
spmv.cpp 212 mtl::dense_vector<Scalar> mres(rows, 1.0);
214 SPMV_BENCH(mres = mm * mv);
217 SPMV_BENCH(mres = trans(mm) * mv);
  /external/openssl/crypto/modes/
modes_lcl.h 112 unsigned int mres, ares; member in struct:gcm128_context
gcm128.c 790 ctx->mres = 0;
929 n = (unsigned int)mlen%16; /* alternative to ctx->mres */
951 n = ctx->mres;
962 ctx->mres = n;
1063 ctx->mres = n;
1086 ctx->mres = n;
1128 n = ctx->mres;
1141 ctx->mres = n;
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 344 struct snd_mask mres[5]; member in struct:snd_pcm_hw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 361 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 344 struct snd_mask mres[5]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 361 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asound.h 336 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 336 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 531 size_t res = (16 - gctx->gcm.mres) % 16;
559 size_t res = (16 - gctx->gcm.mres) % 16;
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 11038 McastResolver *mr, **mres = &m->McastResolvers; local
    [all...]

Completed in 2971 milliseconds