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

  /src/usr.bin/rump_dhcpclient/
common.h 55 /* We don't really need this as our supported systems define __restrict
57 #ifndef __restrict
59 # define __restrict macro
61 # define __restrict restrict macro
63 # define __restrict macro
  /src/sys/sys/
cdefs.h 473 #define __restrict restrict macro
475 #define __restrict __restrict__ macro
477 #define __restrict /* delete __restrict when not supported */ macro
  /src/tools/compat/
compat_defs.h 213 #undef __restrict
214 #define __restrict macro
360 void mi_vector_hash(const void * __restrict, size_t, uint32_t,
634 intmax_t strtoi(const char * __restrict, char ** __restrict, int,
639 uintmax_t strtou(const char * __restrict, char ** __restrict, int,

Completed in 13 milliseconds