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

  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 73 IN EFI_PARITY_TYPE Parity,
116 UINT32 Parity;
efidevp.h 343 UINT8 Parity;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 55 UINT8 Parity;
180 IN EFI_PARITY_TYPE Parity,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 395 int Parity = 0;
398 Changed |= colorChainSet(std::move(I), MBB, Parity);
441 int &Parity) {
450 // so the parity counter is updated and we know what color we should
465 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
469 if (Parity == 0)
473 LLVM_DEBUG(dbgs() << " - Parity=" << Parity
489 Parity += (C == Color::Even) ? G->size() : -G->size();
490 PreferredColor = Parity < 0 ? Color::Even : Color::Odd
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 881 CHAR8 Parity;
884 switch (Uart->Parity) {
885 case 0 : Parity = 'D'; break;
886 case 1 : Parity = 'N'; break;
887 case 2 : Parity = 'E'; break;
888 case 3 : Parity = 'O'; break;
889 case 4 : Parity = 'M'; break;
890 case 5 : Parity = 'S'; break;
891 default : Parity = 'x'; break;
906 CatPrint(Str, L"%c,", Parity);
    [all...]
  /src/sbin/efi/
devpath3.c 840 uint8_t Parity;
844 const char *parity, *stopbits; local
846 parity = uart_parity(p->Parity);
850 p->BaudRate, p->DataBits, parity, stopbits);
858 DEVPATH_FMT(Parity: 0x%1x(%s)\n)
864 p->Parity, parity,
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 155 UINT8 Parity;
amlresrc.h 545 UINT8 Parity;
acrestyp.h 587 UINT8 Parity;
621 /* Values for Parity field above */

Completed in 34 milliseconds