round             821 core/gui_draw.c     int round = (flags & RECT_ROUND_CORNERS) ? 1 : 0;
round             841 core/gui_draw.c         draw_vline(x1, y1 + round * 2, y2 - y1 - round * 4 + 1, FG_COLOR(cl));
round             842 core/gui_draw.c         draw_vline(x2, y1 + round * 2, y2 - y1 - round * 4 + 1, FG_COLOR(cl));
round             843 core/gui_draw.c         draw_hline(x1 + 1 + round, y1, x2 - x1 - round * 2 - 1, FG_COLOR(cl));
round             844 core/gui_draw.c         draw_hline(x1 + 1 + round, y2, x2 - x1 - round * 2 - 1, FG_COLOR(cl));
round             849 core/gui_draw.c         round = 0;
round             299 modules/cordic_math.c LUALIB_API fixed intToFixed(int4b a, int round) {
round             301 modules/cordic_math.c     if (round) res = res + 0.5;
round             310 modules/cordic_math.c LUALIB_API int4b fixedToInt(fixed a, int round) {
round             317 modules/cordic_math.c     if (round) res = res + 0.5;
round              70 modules/cordic_math.h LUALIB_API fixed intToFixed(int4b a, int round);
round              71 modules/cordic_math.h LUALIB_API int4b fixedToInt(fixed a, int round);
round             370 tools/packfi2/aes128.c 	unsigned round;
round             375 tools/packfi2/aes128.c 	for( round = 1; round < Nr + 1; round++ ) {
round             376 tools/packfi2/aes128.c 		if( round < Nr )
round             381 tools/packfi2/aes128.c 		AddRoundKey ((uint32_t *)state, (uint32_t *)expkey + round * Nb);
round             392 tools/packfi2/aes128.c 	unsigned round;
round             399 tools/packfi2/aes128.c 	for( round = Nr; round--; )
round             401 tools/packfi2/aes128.c 		AddRoundKey ((uint32_t *)state, (uint32_t *)expkey + round * Nb);
round             402 tools/packfi2/aes128.c 		if( round )