Home
last modified time | relevance | path

Searched refs:tmp_cp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl179 T tmp_cp = glm::cos(pitch); local
186 Result[0][1] = tmp_sb * tmp_cp;
190 Result[1][1] = tmp_cb * tmp_cp;
193 Result[2][0] = tmp_sh * tmp_cp;
195 Result[2][2] = tmp_ch * tmp_cp;
214 T tmp_cp = glm::cos(pitch); local
221 Result[0][1] = tmp_sb * tmp_cp;
225 Result[1][1] = tmp_cb * tmp_cp;
228 Result[2][0] = tmp_sh * tmp_cp;
230 Result[2][2] = tmp_ch * tmp_cp;
/third_party/selinux/libsepol/src/
Dmls.c84 char *tmp_cp = tmp; in mls_from_string() local
88 if (mls_context_to_sid(policydb, '$', &tmp_cp, mls) < 0) { in mls_from_string()