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

  /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/boringssl/src/crypto/modes/
gcm.c 511 ctx->mres = 0;
673 n = ctx->mres;
683 ctx->mres = n;
705 ctx->mres = n;
791 ctx->mres = n;
833 n = ctx->mres;
845 ctx->mres = n;
870 ctx->mres = n;
958 ctx->mres = n;
998 n = ctx->mres;
    [all...]
internal.h 178 unsigned int mres, ares; member in struct:gcm128_context
  /bionic/libc/kernel/uapi/sound/
asound.h 356 struct snd_mask mres[5]; member in struct:snd_pcm_hw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 380 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 345 struct snd_mask mres[5]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 362 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 347 struct snd_mask mres[5]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 368 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 344 struct snd_mask mres[5]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/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.8/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.15-4.8/sysroot/usr/include/sound/
asound.h 343 struct snd_mask mres[5]; /* reserved masks */ member in struct:snd_pcm_hw_params
    [all...]
  /external/boringssl/src/crypto/cipher/
e_aes.c 657 size_t res = (16 - gctx->gcm.mres) % 16;
685 size_t res = (16 - gctx->gcm.mres) % 16;
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc     [all...]
  /external/opencv3/modules/core/src/
stat.cpp 1129 Mat mres = db.getMat(ACCESS_READ); local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 11038 McastResolver *mr, **mres = &m->McastResolvers; local
    [all...]

Completed in 711 milliseconds