/hardware/interfaces/health/utils/libhealthloop/ |
D | filterPowerSupplyEvents.c | 23 static inline uint32_t M4(struct __sk_buff* skb, unsigned int offset, uint8_t c0, uint8_t c1, in M4() 29 static inline uint16_t M2(struct __sk_buff* skb, unsigned int offset, uint8_t c0, uint8_t c1) { in M2()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 314 #define POLY1(x, c0, c1) ((POLY0(x, c1) * x) + c0) argument 315 #define POLY2(x, c0, c1, c2) ((POLY1(x, c1, c2) * x) + c0) argument 316 #define POLY3(x, c0, c1, c2, c3) ((POLY2(x, c1, c2, c3) * x) + c0) argument 317 #define POLY4(x, c0, c1, c2, c3, c4) ((POLY3(x, c1, c2, c3, c4) * x) + c0) argument 318 #define POLY5(x, c0, c1, c2, c3, c4, c5) ((POLY4(x, c1, c2, c3, c4, c5) * x) + c0) argument
|
D | stb_image.h | 2507 #define dct_rot(out0,out1, x,y,c0,c1) \ in stbi__idct_simd() argument 7083 int i, j, k, c1,c2, z; in stbi__hdr_load() local
|
D | tinyexr.h | 3844 mz_uint8 c0 = d->m_dict[pos + match_len], c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match() local
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | rgtc.cpp | 79 typename get_expand_type<T>::type c1 = r1; in rgtc_decode_subblock() local
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | euler_angles.inl | 142 T c1 = glm::cos(-t1); local
|
D | simd_quat.inl | 605 static const __m128 c1 = _mm_set1_ps(0.00833333333333333333333333333333f); local
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 463 sp<HalClient> c1 = new HalClient(callback1); in TEST() local
|
/hardware/interfaces/power/stats/aidl/vts/ |
D | VtsHalPowerStatsTargetTest.cpp | 105 void PowerStatsAidl::testMatching(std::vector<T> const& c1, R T::*f1, std::vector<S> const& c2, in testMatching()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 1999 float c1 = c3 - c2 + 1.f; in ApplyST2084Gamma() local
|
/hardware/google/pixel/pixelstats/ |
D | SysfsCollector.cpp | 1266 uint32_t milli_ams_rate, c1, c2, c3, c4; in logVendorAudioHardwareStats() local
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 2507 #define dct_rot(out0,out1, x,y,c0,c1) \ in stbi__idct_simd() argument 7090 int i, j, k, c1,c2, z; in stbi__hdr_load() local
|