Home
last modified time | relevance | path

Searched refs:_i (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha2.c203 int _i = (n); \
204 while (_i--) \
205 p[_i] = bswap_32(p[_i]); \
420 int _i = (n); \
421 while (_i--) \
422 p[_i] = bswap_64(p[_i]); \
/rk3399_rockchip-uboot/include/
H A Dedid.h470 #define EDID1_INFO_STANDARD_TIMING_XRESOLUTION(_x, _i) \ argument
471 (((_x).standard_timings[_i]).xresolution)
472 #define EDID1_INFO_STANDARD_TIMING_ASPECT(_x, _i) \ argument
473 GET_BITS(((_x).standard_timings[_i].aspect_vfreq), 7, 6)
474 #define EDID1_INFO_STANDARD_TIMING_VFREQ(_x, _i) \ argument
475 GET_BITS(((_x).standard_timings[_i].aspect_vfreq), 5, 0)