Home
last modified time | relevance | path

Searched refs:_special (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dmd_var.h65 struct _special;
77 void ia64_flush_dirty(struct thread *, struct _special *);
Dreg.h37 struct _special r_special;
Dpcb.h43 struct _special pcb_special;
D_regset.h56 struct _special { struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dserver.py79 reply = (None, self._special(methodname, args), id)
95 def _special(self, methodname, args): member in Server