Searched refs:v0 (Results 1 – 5 of 5) sorted by relevance
4 android/soong v0.0.05 github.com/google/blueprint v0.0.08 replace android/soong v0.0.0 => ../../../../build/soong10 replace github.com/golang/protobuf v0.0.0 => ../../../../external/golang-protobuf12 replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint
65 uint32_t u0, v0; in default_mul_32s_32s_hi() local70 v0 = v & 0xFFFF; in default_mul_32s_32s_hi()72 t = u0 * v0; in default_mul_32s_32s_hi()73 t = u1 * v0 + ((uint32_t)t >> 16); in default_mul_32s_32s_hi()
228 uint16_t v0; in default_mul_16s_32s_hi() local233 v0 = (uint16_t)(v & 0xffff); in default_mul_16s_32s_hi()237 x = u * v0; in default_mul_16s_32s_hi()
250 let v0 = blkc.aes_key(0).unwrap().unwrap(); in test_output_is_consistent() localVariable252 assert_eq!(Some(&v0), blkc.aes_key(0)?.as_ref()); in test_output_is_consistent()
36 158:161:void onResume() -> v0