Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl181 T tmp_cb = glm::cos(roll); local
185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
190 Result[1][1] = tmp_cb * tmp_cp;
191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
216 T tmp_cb = glm::cos(roll); local
220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
224 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
[all …]
/external/wpa_supplicant_8/src/eap_common/
Deap_teap_common.c363 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local
382 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()
383 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
384 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()