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

  /src/external/bsd/ntp/dist/include/
ntp_types.h 247 #define INC_ALIGNED_PTR(b, m) ((void *)aligned_ptr((void *)(b), m))
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 3580 peers = INC_ALIGNED_PTR(endpoint, endpoint_size);
3581 indx = INC_ALIGNED_PTR(peers, peers_size);

Completed in 32 milliseconds