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

  /src/sys/dev/rasops/
rasops1_putchar_width.h 55 #define NAME(width) NAME1(width)
56 #define NAME1(width) rasops1_putchar ## width
148 #undef NAME1
rasops1-4_putchar.h 75 #define NAME(depth) NAME1(depth)
77 #define NAME1(depth) rasops ## depth ## _ ## putchar
79 #define NAME1(depth) rasops ## depth ## _ ## putchar_aa
311 #undef NAME1
rasops_putchar.h 87 #define NAME(depth) NAME1(depth)
89 #define NAME1(depth) rasops ## depth ## _putchar
91 #define NAME1(depth) rasops ## depth ## _putchar_aa
234 #undef NAME1
rasops_putchar_width.h 193 #define NAME(depth, width) NAME1(depth, width)
194 #define NAME1(depth, width) rasops ## depth ## _putchar ## width
302 #undef NAME1
rasops_bitops.h 45 #define NAME(name) NAME1(RASOPS_DEPTH, name)
46 #define NAME1(depth, name) NAME2(depth, name)
405 #undef NAME1

Completed in 22 milliseconds