Home
last modified time | relevance | path

Searched defs:l (Results 1 – 10 of 10) sorted by relevance

/DragonStub/inc/
H A Defistdarg.h25 # define va_start(v,l) __builtin_va_start(v,l) argument
27 # define va_arg(v,l) __builtin_va_arg(v,l) argument
H A Defidebug.h38 #define DBGSETMEM(a,l) SetMem(a,l,(CHAR8)BAD_POINTER) argument
42 #define DBGSETMEM(a,l) argument
80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked) argument
86 #define ASSERT_LOCKED(l) argument
H A Defidevp.h61 #define SetDevicePathNodeLength(a,l) { \ argument
/DragonStub/apps/
H A Dalignedmem.c48 int l = (alloc_addr & (align - 1)) / EFI_PAGE_SIZE; in efi_allocate_pages_aligned() local
H A Dfdt.c316 int l; in allocate_new_fdt_and_exit_boot() local
H A Dstub.c216 int l; in efi_get_virtmap() local
/DragonStub/inc/dragonstub/linux/
H A Dstdarg.h9 #define va_start(v, l) __builtin_va_start(v, l) argument
/DragonStub/lib/ia64/
H A Dpalproc.h31 #define NESTED_SETUP(i,l,o,r) \ argument
/DragonStub/lib/
H A Dinit.c259 const unsigned char *l = vl, *r = vr; in memcmp() local
H A Dstr.c331 CHAR16 c, p, l; in MetaMatch() local