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

  /src/usr.bin/vndcompress/
common.h 63 #define __type_fit_s(t, a) (/*LINTED*/__negative_p(a) ? \ macro
71 __type_fit_s(t, a) : __type_fit_u(t, a))
common.h 63 #define __type_fit_s(t, a) (/*LINTED*/__negative_p(a) ? \ macro
71 __type_fit_s(t, a) : __type_fit_u(t, a))
  /src/sys/sys/
cdefs.h 760 #define __type_fit_s(t, a) \ macro
772 __type_fit_s(t, a) : __type_fit_u(t, a))
cdefs.h 760 #define __type_fit_s(t, a) \ macro
772 __type_fit_s(t, a) : __type_fit_u(t, a))

Completed in 55 milliseconds