Home
last modified time | relevance | path

Searched defs:value (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/applypatch/
Dutils.c22 void Write4(int value, FILE* f) { in Write4()
30 void Write8(long long value, FILE* f) { in Write8()
/bootable/recovery/
Dadb_install.cpp63 char value[PROPERTY_VALUE_MAX+1]; in maybe_restart_adbd() local
/bootable/bootloader/legacy/libc/
Dsha.c8 #define rol(bits, value) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
/bootable/bootloader/legacy/include/boot/
Dusb.h61 unsigned short value; member
/bootable/recovery/updater/
Dinstall.c590 char value[PROPERTY_VALUE_MAX]; in GetPropFn() local