Searched refs:ROUND_DOWN (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dbuffer.c99 Buffer->current = ROUND_DOWN(start, Buffer->sectorSize);
131 *len = ROUND_DOWN(*len, This->sectorSize);
248 len = ROUND_DOWN(len, This->sectorSize);
283 This->dirty_pos = ROUND_DOWN(offset, This->sectorSize);
297 (int)ROUND_DOWN(offset + len + This->sectorSize - 1,
H A Dmtools.h268 #define ROUND_DOWN(value, grain) ((value) - (value) % (grain)) macro
269 #define ROUND_UP(value, grain) ROUND_DOWN((value) + (grain)-1, (grain))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram.c47 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) macro
156 base = ROUND_DOWN(base, PAGE_SIZE);
192 omap_sram_ceil = ROUND_DOWN(omap_sram_ceil, sizeof(void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7722.c23 #define ROUND_DOWN -1 macro
68 case ROUND_DOWN:
88 case ROUND_DOWN:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfirestream.c415 #define ROUND_DOWN 2 macro
481 case ROUND_DOWN: {
519 if (r == ROUND_DOWN) {
951 r = ROUND_DOWN;

Completed in 45 milliseconds