Searched defs:K0 (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/lib/
H A Dsha1.c210 #define K0 0x5a827999 macro
263 e = CYCLIC (a, 5) + FF (b, c, d) + e + W (i) + K0; \
303 OP (16, FF, E, A, B, C, D, K0);
304 OP (17, FF, D, E, A, B, C, K0);
305 OP (18, FF, C, D, E, A, B, K0);
306 OP (19, FF, B, C, D, E, A, K0);
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp69 const float K0 = 5; local
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
/external/skia/src/views/
H A DSkTouchGesture.cpp69 const float K0 = 5; local
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c263 cmsS15Fixed16Number k0, k1, rk, K0, K1; local
276 K0 = p16 -> opta[0] * k0;
281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]);
834 int K0, K1; local
860 K0 = p16 -> opta[3] * k0;
861 K1 = K0 + (Input[0] == 0xFFFFU ? 0 : p16->opta[3]);
873 LutTable += K0;
1020 int k0, K0, K1; local
1030 K0 = p -> opta[3] * k0;
1031 K1 = K0
1064 int K0, K1; local
1107 int k0, K0, K1; local
1152 int K0, K1; local
1194 int k0, K0, K1; local
1238 int K0, K1; local
1279 int k0, K0, K1; local
1324 int K0, K1; local
1364 int k0, K0, K1; local
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 137 milliseconds