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

  /src/usr.bin/vndcompress/
common.h 56 #define __type_min(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t)) macro
  /src/sys/sys/
cdefs.h 751 #define __type_min(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t)) macro
  /src/tools/compat/
compat_defs.h 231 #undef __type_min
232 #define __type_min(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t)) macro

Completed in 13 milliseconds