Home
last modified time | relevance | path

Searched refs:_s (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dring.h53 #define __CONST_RING_SIZE(_s, _sz) \ argument
54 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
55 sizeof(((struct _s##_sring *)0)->ring[0])))
59 #define __RING_SIZE(_s, _sz) \ argument
60 (__RD32(((_sz) - (INTN)(_s)->ring + (INTN)(_s)) / sizeof((_s)->ring[0])))
156 #define SHARED_RING_INIT(_s) do { \ argument
157 (_s)->req_prod = (_s)->rsp_prod = 0; \
158 (_s)->req_event = (_s)->rsp_event = 1; \
159 (VOID)ZeroMem((_s)->private.pvt_pad, sizeof((_s)->private.pvt_pad)); \
160 (VOID)ZeroMem((_s)->__pad, sizeof((_s)->__pad)); \
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dcdefs_aout.h85 #define __IDSTRING(_n,_s) \ argument
86 __asm(".data ; .asciz \"" _s "\" ; .text")
91 #define __RCSID(_s) argument
92 #define __SCCSID(_s) argument
93 #define __SCCSID2(_s) argument
95 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s)
97 #define __COPYRIGHT(_s) \ argument
98 static const char copyright[] __attribute__((__unused__)) = _s
102 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s) argument
104 #define __KERNEL_RCSID(_n,_s) argument
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
DPrintWidth.h28 #define STRING_W(_s) L##_s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
DPrintWidth.h28 #define STRING_W(_s) L##_s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
DPrintWidth.h28 #define STRING_W(_s) L##_s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
DPrintWidth.h28 #define STRING_W(_s) L##_s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
DPrintWidth.h28 #define STRING_W(_s) _s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
DPrintWidth.h28 #define STRING_W(_s) _s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
DPrintWidth.h28 #define STRING_W(_s) _s argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
DPrintWidth.h28 #define STRING_W(_s) _s argument
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dasm.h175 #define __KERNEL_RCSID(_n, _s) /* nothing */ argument
177 #define __KERNEL_RCSID(_n, _s) RCSID(_s) argument
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c100 #define DECLARE_IRQ_HANDLER(_n, _s) \ argument
101 extern void DMA##_n##_Stream##_s##_IRQHandler(void); \
102 void DMA##_n##_Stream##_s##_IRQHandler(void) \
104 dmaIsr(_n - 1, _s); \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpyclbr.py136 f, fname, (_s, _m, ty) = imp.find_module(module, path)
138 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path)
142 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
DSTreeParser.h79 #define TREE_CONSTR_PTRS SORASTBase *_r=NULL,*_s=NULL,*_e=NULL
Dsorcerer.h108 #define TREE_CONSTR_PTRS SORAST *_r=NULL,*_s=NULL,*_e=NULL