HomeSort by: relevance | last modified time | path
    Searched defs:chip_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/amiga/
cc.c 463 static u_long chip_size; /* size of it all. */ variable in typeref:typename:u_long
471 chip_size = chipmem_end - (chipmem_start + PAGE_SIZE);
472 chip_total = chip_size - sizeof(*mem);
474 mem = (struct mem_node *)chipmem_steal(chip_size);
cc.c 463 static u_long chip_size; /* size of it all. */ variable in typeref:typename:u_long
471 chip_size = chipmem_end - (chipmem_start + PAGE_SIZE);
472 chip_total = chip_size - sizeof(*mem);
474 mem = (struct mem_node *)chipmem_steal(chip_size);

Completed in 82 milliseconds