Searched defs:acc (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | xxhash.h | 642 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round() 1082 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) in XXH64_round() 1090 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) in XXH64_mergeRound()
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | Accessor.cpp | 365 const std::shared_ptr<Accessor> acc = it->second.lock(); in invalidatorThread() local
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | ValidateModel.cpp | 166 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | ValidateModel.cpp | 185 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateModel.cpp | 186 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateModel.cpp | 193 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | ValidateModel.cpp | 226 [](size_t acc, const Type& x) { return acc + sizeForBinder(x); }); in sizeForBinder()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 2698 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() argument
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 2698 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() argument
|