Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/build/
Dgo.mod4 android/soong v0.0.0
5 github.com/google/blueprint v0.0.0
8 replace android/soong v0.0.0 => ../../../../build/soong
10 replace github.com/golang/protobuf v0.0.0 => ../../../../external/golang-protobuf
12 replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c65 uint32_t u0, v0; in default_mul_32s_32s_hi() local
70 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()
Dsynthesis-sbc.c228 uint16_t v0; in default_mul_16s_32s_hi() local
233 v0 = (uint16_t)(v & 0xffff); in default_mul_16s_32s_hi()
237 x = u * v0; in default_mul_16s_32s_hi()
/system/security/keystore2/src/
Dboot_level_keys.rs250 let v0 = blkc.aes_key(0).unwrap().unwrap(); in test_output_is_consistent() localVariable
252 assert_eq!(Some(&v0), blkc.aes_key(0)?.as_ref()); in test_output_is_consistent()
/system/extras/simpleperf/testdata/
Dproguard_mapping.txt36 158:161:void onResume() -> v0