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

  /src/sys/external/bsd/acpica/dist/tools/efihello/
efihello.c 49 #define LINE_SIZE 256
50 static char LineBuffer[LINE_SIZE];
102 Result = fgets (LineBuffer, LINE_SIZE, File);
  /src/sys/arch/mips/mips/
cache_r4k_subr.S 54 #define LINE_SIZE (1 << LINE_SHIFT)
79 * t9 = first op @ 31*LINE_SIZE(a0)
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)
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
cachemgr.c 32 #define LINE_SIZE 128
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);
141 char buffer[LINE_SIZE + 127];
237 mfc_get (line, tag, LINE_SIZE, dma_tag, 0, 0);
369 si_shlqby (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) / 8));
372 si_shlqbi (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) % 8));
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 97 #define LINE_SIZE 4096
190 char ttype[LINE_SIZE], *ptr, *comment;
245 buffer_size = LINE_SIZE;

Completed in 17 milliseconds