Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dxxhash.h642 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round() argument
644 acc += input * PRIME32_2; in XXH32_round()
645 acc = XXH_rotl32(acc, 13); in XXH32_round()
646 acc *= PRIME32_1; in XXH32_round()
689 __asm__("" : "+r" (acc)); in XXH32_round()
691 return acc; in XXH32_round()
1082 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) in XXH64_round() argument
1084 acc += input * PRIME64_2; in XXH64_round()
1085 acc = XXH_rotl64(acc, 31); in XXH64_round()
1086 acc *= PRIME64_1; in XXH64_round()
[all …]
/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp365 const std::shared_ptr<Accessor> acc = it->second.lock(); in invalidatorThread() local
366 if (!acc) { in invalidatorThread()
369 acc->handleInvalidateAck(); in invalidatorThread()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp166 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder() argument
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp185 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder() argument
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp186 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder() argument
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp193 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder() argument
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DValidateModel.cpp226 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder() argument
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h2698 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() argument
2699 int32x4_t out##_l = vmlal_s16(acc##_l, vget_low_s16(inq), coeff); \ in stbi__idct_simd()
2700 int32x4_t out##_h = vmlal_s16(acc##_h, vget_high_s16(inq), coeff) in stbi__idct_simd()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h2698 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() argument
2699 int32x4_t out##_l = vmlal_s16(acc##_l, vget_low_s16(inq), coeff); \ in stbi__idct_simd()
2700 int32x4_t out##_h = vmlal_s16(acc##_h, vget_high_s16(inq), coeff) in stbi__idct_simd()