Searched defs:x (Results 1 – 4 of 4) sorted by relevance
| /rkdeveloptool/ |
| H A D | gpt.h | 32 #define uswap_16(x) \ argument 35 #define uswap_32(x) \ argument 40 #define _uswap_64(x, sfx) \ argument 50 # define uswap_64(x) _uswap_64(x, ull) argument 52 # define uswap_64(x) _uswap_64(x, ) argument 56 # define cpu_to_le16(x) (x) argument 57 # define cpu_to_le32(x) (x) argument 58 # define cpu_to_le64(x) (x) argument 59 # define le16_to_cpu(x) (x) argument 60 # define le32_to_cpu(x) (x) argument [all …]
|
| H A D | crc.cpp | 75 #define tole(x) (x) argument 177 #define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8) argument 266 unsigned short i,j,t,x; in P_RC4() local
|
| H A D | RKDevice.h | 15 #define BYTE2SECTOR(x) (CALC_UNIT(x, SECTOR_SIZE)) argument 16 #define PAGEALIGN(x) (CALC_UNIT(x, 4)) argument
|
| H A D | DefineHeader.h | 32 #define ALIGN(x, a) __ALIGN_MASK((x), (a) - 1) argument 33 #define __ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) argument
|