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

  /src/sys/external/bsd/acpica/dist/tools/efihello/
efihello.c 157 #define LINE_SIZE 256
158 static char LineBuffer[LINE_SIZE];
210 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)

Completed in 13 milliseconds