Home
last modified time | relevance | path

Searched defs:x (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A Dgpt.h32 #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 Dcrc.cpp75 #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 DRKDevice.h15 #define BYTE2SECTOR(x) (CALC_UNIT(x, SECTOR_SIZE)) argument
16 #define PAGEALIGN(x) (CALC_UNIT(x, 4)) argument
H A DDefineHeader.h32 #define ALIGN(x, a) __ALIGN_MASK((x), (a) - 1) argument
33 #define __ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) argument