Home
last modified time | relevance | path

Searched defs:State (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_file/src/
Dsip_hasher13.rs40 struct State { struct
45 v0: u64,
46 v2: u64,
47 v1: u64,
48 v3: u64,
138 fn c_rounds(state: &mut State) { in c_rounds()
143 fn d_rounds(state: &mut State) { in d_rounds()
/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/
DSipHasher13.java20 static class State { class in SipHasher13
26 public State(long k0, long k1) { in State() method in SipHasher13.State
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go228 State isEnvironmentVariable_State `protobuf_oneof:"state"` member