Searched refs:tmp_cb (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | euler_angles.inl | 181 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_teap_common.c | 354 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local 373 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac() 374 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac() 375 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_teap_common.c | 354 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local 373 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac() 374 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac() 375 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|
/third_party/ffmpeg/libavcodec/ |
D | h264_mb_template.c | 114 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local 117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC() 122 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local 124 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()
|
D | h264_mb.c | 408 uint8_t *tmp_cb = sl->bipred_scratchpad; in mc_part_weighted() local 419 tmp_y, tmp_cb, tmp_cr, in mc_part_weighted() 429 chroma_weight_avg(dest_cb, tmp_cb, sl->mb_uvlinesize, in mc_part_weighted() 442 chroma_weight_avg(dest_cb, tmp_cb, sl->mb_uvlinesize, chroma_height, in mc_part_weighted()
|