HomeSort by: relevance | last modified time | path
    Searched defs:IH (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/ia64/stand/efi/libefi/
efi.c 39 EFI_HANDLE IH;
83 BS->Exit(IH, exit_code, 0, NULL);
95 IH = image_handle;
104 BS->Exit(IH, status, 0, NULL);
110 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
  /src/sys/stand/efiboot/
efiboot.c 44 EFI_HANDLE IH;
70 IH = imageHandle;
128 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, mapkey);
144 status = uefi_call_wrapper(BS->Exit, 4, IH, EFI_ABORTED, 0, NULL);
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 34 EFI_HANDLE IH;
60 IH = imageHandle;
61 InitializeLib(IH, systemTable);
70 status = uefi_call_wrapper(BS->HandleProtocol, 3, IH,
127 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
132 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1677 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV.
1685 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 3985 #define IH ERAT_T + 1
3989 #define SC2 IH + 1
8563 {"slbia", X(31,498), 0xff1fffff, POWER6, 0, {IH}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 3984 #define IH ERAT_T + 1
3988 #define SC2 IH + 1
8509 {"slbia", X(31,498), 0xff1fffff, POWER6, 0, {IH}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 3902 #define IH ERAT_T + 1
3906 #define SC2 IH + 1
8390 {"slbia", X(31,498), 0xff1fffff, POWER6, 0, {IH}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 3902 #define IH ERAT_T + 1
3906 #define SC2 IH + 1
8390 {"slbia", X(31,498), 0xff1fffff, POWER6, 0, {IH}},

Completed in 43 milliseconds