Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/oemlock/
Doemlock.cpp45 Result<bool> ReadFlag(secure_env::Storage& storage, int bit) { in ReadFlag()
51 Result<void> WriteFlag(secure_env::Storage& storage, int bit, bool value) { in WriteFlag()
/device/google/contexthub/firmware/os/cpu/cortexm4/
DatomicBitset.c87 uint32_t scratch1, scratch2, scratch3, bit = 32; in atomicBitsetFindClearAndSet() local
/device/google/contexthub/firmware/os/core/
DhostIntf.c1622 void hostIntfSetInterrupt(uint32_t bit) in hostIntfSetInterrupt()
1640 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt()
1645 void hostIntfClearInterrupt(uint32_t bit) in hostIntfClearInterrupt()
1663 void hostIntfSetInterruptMask(uint32_t bit) in hostIntfSetInterruptMask()
1680 bool hostIntfGetInterruptMask(uint32_t bit) in hostIntfGetInterruptMask()
1685 void hostIntfClearInterruptMask(uint32_t bit) in hostIntfClearInterruptMask()