Searched refs:CHUNK_SIZE (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libmisc/
H A Dhigh_water_alloc.c27 #define CHUNK_SIZE 256 macro
31 * Size is increased in fixed size chunks (CHUNK_SIZE).
36 newsize = (newsize + CHUNK_SIZE-1) & ~(CHUNK_SIZE-1);
/asus-wl-520gu-7.0.1.45/src/router/attr/libmisc/
H A Dhigh_water_alloc.c27 #define CHUNK_SIZE 256 macro
31 * Size is increased in fixed size chunks (CHUNK_SIZE).
36 newsize = (newsize + CHUNK_SIZE-1) & ~(CHUNK_SIZE-1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/prom/
H A Dmemory.c28 #define CHUNK_SIZE 0x400000 macro
40 for (memory_page = (unsigned char *) KSEG1 + CHUNK_SIZE;
42 memory_page += CHUNK_SIZE) {
47 add_memory_region(0, (unsigned long)memory_page - KSEG1 - CHUNK_SIZE,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dgus_wave.c860 #define CHUNK_SIZE (256*1024) macro
862 #define CHUNKS_PER_BANK (BANK_SIZE/CHUNK_SIZE)
897 gus_poke(addr + chunk * CHUNK_SIZE + 0L, 0x00);
898 gus_poke(addr + chunk * CHUNK_SIZE + 1L, 0x00);
904 gus_poke(addr + chunk * CHUNK_SIZE + 0L, 0x55);
905 gus_poke(addr + chunk * CHUNK_SIZE + 1L, 0xAA);
907 if (gus_peek(addr + chunk * CHUNK_SIZE + 0L) == 0x55 &&
908 gus_peek(addr + chunk * CHUNK_SIZE + 1L) == 0xAA)
914 if (gus_peek(addr + chunk2 * CHUNK_SIZE + 0L) ||
915 gus_peek(addr + chunk2 * CHUNK_SIZE
[all...]

Completed in 60 milliseconds