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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
save.h 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
69 struct __HVM_SAVE_TYPE_COMPAT_##_x { _ctype t; }
78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
  /src/external/bsd/libevent/dist/
event_rpcgen.py 430 self._ctype = ent_type
499 "ctype": self._ctype,
503 "optaddarg": self._optaddarg and ", const %s value" % self._ctype or "",
514 return "sizeof(%s)" % self._ctype
521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype)
546 % (funcname, self._struct.Name(), self._ctype)
594 self._ctype = "ev_uint8_t"
610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype)
617 % (funcname, self._struct.Name(), self._ctype)
631 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 430 self._ctype = ent_type
499 "ctype": self._ctype,
503 "optaddarg": self._optaddarg and ", const %s value" % self._ctype or "",
514 return "sizeof(%s)" % self._ctype
521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype)
546 % (funcname, self._struct.Name(), self._ctype)
594 self._ctype = "ev_uint8_t"
610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype)
617 % (funcname, self._struct.Name(), self._ctype)
631 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
    [all...]

Completed in 18 milliseconds