Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/minui/
Devents.cpp66 static bool test_bit(size_t bit, unsigned long* array) { // NOLINT in test_bit() argument
67 return (array[bit / BITS_PER_LONG] & (1UL << (bit % BITS_PER_LONG))) != 0; in test_bit()
/bootable/libbootloader/gbl/libfdt/
DBUILD47 # For x86_32, we need to explicitly specify 32bit architecture.
/bootable/recovery/tests/
DAndroid.bp64 // have 32-bit android.hardware.health@2.0.so or libbootloader_message.so on marlin).
/bootable/recovery/
DREADME.md37 # 32-bit device
40 # Or 64-bit device
/bootable/libbootloader/gbl/docs/
Dgbl_fastboot.md32 64bit integer hex string. If `block id` is not given, GBL will check and only
/bootable/libbootloader/gbl/libbootimg/
DBUILD68 # For x86_32, we need to explicitly specify 32bit architecture.
/bootable/libbootloader/gbl/libefi/
DBUILD78 # For x86_32, we need to explicitly specify 32bit architecture.
/bootable/libbootloader/gbl/libavb/
DBUILD.avb.bazel163 # For x86_32, we need to explicitly specify 32bit architecture.