Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Dconfigure_fix.patch54 - echo "$ac_t""yes" 1>&6
57 - echo "$ac_t""no" 1>&6
107 -echo "$ac_t""$ac_cv_lib_net" 1>&6
152 - echo "$ac_t""yes" 1>&6
162 - echo "$ac_t""no" 1>&6
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c3593 uint8_t ac_t; in helper_dmthlip() local
3597 ac_t = ac & 0x3; in helper_dmthlip()
3600 tempB = env->active_tc.LO[ac_t]; in helper_dmthlip()
3602 env->active_tc.HI[ac_t] = tempB; in helper_dmthlip()
3603 env->active_tc.LO[ac_t] = tempA; in helper_dmthlip()