HomeSort by relevance Sort by last modified time
    Searched refs:_LIST_ENTRY (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
pointer-signext.c 13 typedef struct _LIST_ENTRY {
14 struct _LIST_ENTRY *ForwardLink;
15 struct _LIST_ENTRY *BackLink;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
WinNtInclude.h 19 #define _LIST_ENTRY _WINNT_DUP_LIST_ENTRY_FORWARD
57 #undef _LIST_ENTRY
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Common/
WinNTInclude.h 35 #define _LIST_ENTRY _WINNT_DUP_LIST_ENTRY_FORWARD
57 #undef _LIST_ENTRY
  /external/syslinux/efi32/include/efi/
efilink.h 28 typedef struct _LIST_ENTRY {
29 struct _LIST_ENTRY *Flink;
30 struct _LIST_ENTRY *Blink;
  /external/syslinux/efi64/include/efi/
efilink.h 28 typedef struct _LIST_ENTRY {
29 struct _LIST_ENTRY *Flink;
30 struct _LIST_ENTRY *Blink;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilink.h 28 typedef struct _LIST_ENTRY {
29 struct _LIST_ENTRY *Flink;
30 struct _LIST_ENTRY *Blink;
  /external/syslinux/gpxe/src/include/gpxe/efi/
Base.h 41 typedef struct _LIST_ENTRY LIST_ENTRY;
43 struct _LIST_ENTRY {
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 142 typedef struct _LIST_ENTRY LIST_ENTRY;
145 /// _LIST_ENTRY structure definition.
147 struct _LIST_ENTRY {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 610 typedef struct _LIST_ENTRY {
611 struct _LIST_ENTRY *Flink;
612 struct _LIST_ENTRY *Blink;
winnt.h 605 typedef struct _LIST_ENTRY {
606 struct _LIST_ENTRY *Flink;
607 struct _LIST_ENTRY *Blink;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]

Completed in 357 milliseconds