Searched refs:ROUND (Results 1 - 3 of 3) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dtrx.c157 #undef ROUND macro
158 #define ROUND 4 macro
159 if (n & (ROUND-1)) {
160 memset(buf + cur_len + n, 0, ROUND - (n & (ROUND-1)));
161 n += ROUND - (n & (ROUND-1));
182 #undef ROUND macro
183 #define ROUND 0x1000 macro
184 if (maxlen & (ROUND
257 #undef ROUND macro
258 #define ROUND macro
[all...]
/openwrt/package/boot/uboot-ar71xx/files/include/configs/
H A Dnbg460n.h125 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * 0x10000 + 128*1024, 0x1000)
/openwrt/package/network/services/ead/src/
H A Daes.c943 #define ROUND(i,d,s) \ macro
951 ROUND(1,t,s);
952 ROUND(2,s,t);
953 ROUND(3,t,s);
954 ROUND(4,s,t);
955 ROUND(5,t,s);
956 ROUND(6,s,t);
957 ROUND(7,t,s);
958 ROUND(8,s,t);
959 ROUND(
977 #undef ROUND macro
1011 #define ROUND macro
1045 #undef ROUND macro
[all...]

Completed in 92 milliseconds