Searched refs:KB (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dformatter.cc39 unitStrings[SPEED][KB] = tr( "kB/s" );
44 qPrintable( unitStrings[SPEED][KB] ),
51 unitStrings[SIZE][KB] = tr( "kB" );
56 qPrintable( unitStrings[SIZE][KB] ),
63 unitStrings[MEM][KB] = tr( "KiB" );
68 qPrintable( unitStrings[MEM][KB] ),
H A Dformatter.h44 typedef enum { B, KB, MB, GB, TB } Size; enumerator in enum:Formatter::__anon7421
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtsacct.c81 #define KB 1024 macro
82 #define MB (1024*KB)
95 /* adjust to KB unit */
96 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB;
97 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB;
114 #undef KB macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dintel-gtt.c566 "unknown page table size, assuming 512KB\n");
573 * 4KB of the stolen memory doesn't get mapped to the GTT.
587 gtt_entries = KB(512) - KB(size);
590 gtt_entries = MB(1) - KB(size);
593 gtt_entries = MB(8) - KB(size);
613 gtt_entries = MB(32) - KB(size);
616 gtt_entries = MB(64) - KB(size);
619 gtt_entries = MB(96) - KB(size);
622 gtt_entries = MB(128) - KB(siz
[all...]
H A Dagp.h164 #define KB(x) ((x) * 1024) macro
165 #define MB(x) (KB (KB (x)))
166 #define GB(x) (MB (KB (x)))
H A Dhp-agp.c136 if (PAGE_SIZE >= KB(64)) {
139 } else if (PAGE_SIZE >= KB(16)) {
142 } else if (PAGE_SIZE >= KB(8)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/samples/
H A Dsandiego.pl145 lifetime byte 10000 KB;
165 lifetime byte 10000 KB;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfb.h78 #define KB(x) ((x) * 1024) macro
83 #define GTT_PAGE_SIZE KB(4)
120 #define RINGBUFFER_SIZE KB(64)
121 #define HW_CURSOR_SIZE KB(4)
H A Dintelfbhw.c226 *stolen_size = KB(512) - KB(stolen_overhead);
229 *stolen_size = MB(1) - KB(stolen_overhead);
232 *stolen_size = MB(8) - KB(stolen_overhead);
249 *stolen_size = MB(1) - KB(stolen_overhead);
252 *stolen_size = MB(4) - KB(stolen_overhead);
255 *stolen_size = MB(8) - KB(stolen_overhead);
258 *stolen_size = MB(16) - KB(stolen_overhead);
261 *stolen_size = MB(32) - KB(stolen_overhead);
264 *stolen_size = MB(48) - KB(stolen_overhea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm740.S75 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
76 mov r2, #10 @ 11 is the minimum (4KB)
85 ldr r1, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
86 mov r2, #10 @ 11 is the minimum (4KB)
H A Dproc-arm940.S20 /* ARM940T has a 4KB DCache comprising 256 lines of 4 words */
293 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
294 mov r2, #10 @ 11 is the minimum (4KB)
304 ldr r1, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
305 mov r2, #10 @ 11 is the minimum (4KB)
H A Dproc-arm946.S23 * ARM946E-S is synthesizable to have 0KB to 1MB sized D-Cache,
26 #define CACHE_DSIZE (CONFIG_CPU_DCACHE_SIZE) /* typically 8KB. */
339 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
340 mov r2, #10 @ 11 is the minimum (4KB)
349 ldr r1, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
350 mov r2, #10 @ 11 is the minimum (4KB)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dprpmc2800.c24 #define KB 1024U macro
25 #define MB (KB*KB)
26 #define GB (KB*MB)
36 BSS_STACK(16*KB);
542 if ((unsigned)simple_alloc_init(heap_start, HEAP_SIZE, 2*KB, 16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S11 ## The bootrom copies the first 127 KB from NAND flash to internal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dripemd.c53 static const uint32_t KB[4] = { variable
95 e = rol(e + ((((f ^ g) & h) ^ g) + block[WB[n]] + KB[0]), ROTB[n]); \
100 e = rol(e + (((~g | f) ^ h) + block[WB[n]] + KB[1]), ROTB[n]); \
105 e = rol(e + ((((g ^ h) & f) ^ h) + block[WB[n]] + KB[2]), ROTB[n]); \
219 f = rol(f + (((~i | h) ^ g) + block[WB[n]] + KB[0]), ROTB[n]) + j; \
224 f = rol(f + ((((g ^ h) & i) ^ h) + block[WB[n]] + KB[1]), ROTB[n]) + j; \
229 f = rol(f + (((~h | g) ^ i) + block[WB[n]] + KB[2]), ROTB[n]) + j; \
234 f = rol(f + ((((h ^ i) & g) ^ i) + block[WB[n]] + KB[3]), ROTB[n]) + j; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsmc37c93x.c23 #define KB 1024 macro
24 #define MB (1024*KB)
H A Dpci.c125 #define KB 1024 macro
126 #define MB (1024*KB)
189 #undef KB macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c76 #define KB * 1024 macro
176 /* Try embedded NVRAM at 4 KB and 1 KB as last resorts */
177 header = (struct nvram_header *) KSEG1ADDR(base + 4 KB);
183 header = (struct nvram_header *) KSEG1ADDR(base + 1 KB);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dmmu.S326 st r1, @(MPSZ_offset,r0) ; Set MPSZ Reg(Page size 4KB:0 16KB:1 64KB:2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dreferenc.tex2 %KB:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dhead.S228 #define RAMDISK_FLAGS 0 ; 1024KB
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_utils_64.c69 #define KB (1024) macro
70 #define MB (1024*KB)
724 #undef KB macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dnvram_linux.c75 #define KB * 1024 macro
201 /* Try embedded NVRAM at 4 KB and 1 KB as last resorts */
202 header = (struct nvram_header *)(flash_base + 4 KB);
208 header = (struct nvram_header *)(flash_base + 1 KB);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dmmu.S76 ; Each page is 8 KB. Each PMD holds 8192/4 PTEs (each PTE is 4 bytes) so each
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c179 #error Sorry, you must set the syslogd buffer size to at least 4KB.

Completed in 272 milliseconds

12