Searched refs:LINE_SIZE (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| H A D | cachemgr.c | 32 #define LINE_SIZE 128 macro 33 #define TAG_MASK (LINE_SIZE - 1) 36 #define SET_MASK ((int) &__cache_tag_array_size - LINE_SIZE) 95 ((void *) (__cache + ((_addr) & SET_MASK) * WAYS) + ((_way) * LINE_SIZE)); 126 mfc_put (line, tag, LINE_SIZE, dma_tag, 0, 0); in __cache_evict_entry() 141 char buffer[LINE_SIZE + 127]; in __cache_evict_entry() 237 mfc_get (line, tag, LINE_SIZE, dma_tag, 0, 0); in __cache_fill() 369 si_shlqby (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) / 8)); in __cache_fetch_dirty() 372 si_shlqbi (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) % 8)); in __cache_fetch_dirty()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/efihello/ |
| H A D | efihello.c | 49 #define LINE_SIZE 256 macro 50 static char LineBuffer[LINE_SIZE]; 102 Result = fgets (LineBuffer, LINE_SIZE, File); in main()
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | cache_r4k_subr.S | 54 #define LINE_SIZE (1 << LINE_SHIFT) macro 83 and v1, a0, LINE_SIZE - 1 # get offset in cache line 86 PTR_ADDU a1, LINE_SIZE - 1 # size is now rounded 103 PTR_ADDU a0, 32*LINE_SIZE # adjust address by 32 lines 188 cache \op, (\start*LINE_SIZE)(a0)
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | dmsetup.c | 97 #define LINE_SIZE 4096 macro 190 char ttype[LINE_SIZE], *ptr, *comment; in _parse_line() 245 buffer_size = LINE_SIZE; in _parse_file()
|