Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 10 of 10) sorted by relevance

/external/lib/aes/
A Daes_core.c883 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
988 t2 = in AES_encrypt()
1009 Te2[(t2 >> 8) & 0xff] ^ in AES_encrypt()
1014 Te1[(t2 >> 16) & 0xff] ^ in AES_encrypt()
1019 Te0[(t2 >> 24) ] ^ in AES_encrypt()
1028 Te3[(t2 ) & 0xff] ^ in AES_encrypt()
1074 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
1179 t2 = in AES_decrypt()
1200 Td2[(t2 >> 8) & 0xff] ^ in AES_decrypt()
1207 Td3[(t2 ) & 0xff] ^ in AES_decrypt()
[all …]
/external/platform/cc13xx/cc13xxware/rf_patches/
A Drf_patch_mce_genook.h533 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_mce_genook()
538 t2 = *pS++; in rf_patch_mce_genook()
546 *pD++ = t2; in rf_patch_mce_genook()
556 t2 = *pS++; in rf_patch_mce_genook()
563 *pD++ = t2; in rf_patch_mce_genook()
A Drf_patch_mce_lrm.h412 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_mce_lrm()
417 t2 = *pS++; in rf_patch_mce_lrm()
425 *pD++ = t2; in rf_patch_mce_lrm()
435 t2 = *pS++; in rf_patch_mce_lrm()
441 *pD++ = t2; in rf_patch_mce_lrm()
A Drf_patch_rfe_genook.h495 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_rfe_genook()
500 t2 = *pS++; in rf_patch_rfe_genook()
508 *pD++ = t2; in rf_patch_rfe_genook()
/external/platform/pico/common/pico_time/include/pico/
A Dtime.h95 absolute_time_t t2; in delayed_by_us() local
102 update_us_since_boot(&t2, delayed); in delayed_by_us()
103 return t2; in delayed_by_us()
114 absolute_time_t t2; in delayed_by_ms() local
121 update_us_since_boot(&t2, delayed); in delayed_by_ms()
122 return t2; in delayed_by_ms()
/external/lib/libm/
A De_log.c91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
132 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in __ieee754_log()
134 R = t2+t1; in __ieee754_log()
A De_powf.c60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local
145 t2 = v-(t1-u); in __ieee754_powf()
197 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf()
203 p_l = (y-y1)*t1+y*t2; in __ieee754_powf()
A De_pow.c101 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local
203 t2 = v-(t1-u); in __ieee754_pow()
251 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow()
257 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
/external/lib/mincrypt/
A Dsha256.c91 uint32_t t2 = s0 + maj; in SHA256_Transform() local
103 A = t1 + t2; in SHA256_Transform()
/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S366 @ t0 t1 t2 t3 t4
418 @ t0 t1 t2 t3 t4
435 @ t0 t1 t2 t3 t4

Completed in 23 milliseconds