Searched defs:val (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/minzip/ |
D | Bits.h | 271 INLINE void set1(unsigned char* buf, unsigned char val) in set1() 279 INLINE void set2BE(unsigned char* buf, unsigned short val) in set2BE() 288 INLINE void set4BE(unsigned char* buf, unsigned int val) in set4BE() 299 INLINE void set8BE(unsigned char* buf, unsigned long long val) in set8BE() 314 INLINE void set2LE(unsigned char* buf, unsigned short val) in set2LE() 323 INLINE void set4LE(unsigned char* buf, unsigned int val) in set4LE() 334 INLINE void set8LE(unsigned char* buf, unsigned long long val) in set8LE()
|
D | Hash.c | 35 unsigned int roundUpPower2(unsigned int val) in roundUpPower2() 294 int i, val; in mzHashForeach() local
|
D | Zip.c | 192 unsigned int val; in parseZipArchive() local
|
/bootable/recovery/minui/ |
D | mkfont.c | 33 unsigned val = (*x ? 0 : 255); in main() local
|
/bootable/recovery/edify/ |
D | expr.c | 166 char* val = Evaluate(state, argv[0]); in SleepFn() local 214 char* val = Evaluate(state, argv[0]); in LogicalNotFn() local
|