Searched refs:ci (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/uapp/gfxfractal/
H A Dmain.c54 double a,b, dx, dy, mag, c, ci; local
62 ci = -1.5;
65 ci = -1.5;
77 b = 2.0 * a * b + ci;
83 ci = ci + dx;
101 ci = ci + dy;
/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c906 nvme_identify_t* ci = scratch; local
907 infostring("model: ", ci->MN, sizeof(ci->MN));
908 infostring("serial number: ", ci->SN, sizeof(ci->SN));
909 infostring("firmware: ", ci->FR, sizeof(ci->FR));
911 if ((ci->SQES & 0xF) != NVME_CMD_SHIFT) {
915 if ((ci->CQES & 0xF) != NVME_CPL_SHIFT) {
919 zxlogf(INFO, "nvme: max outstanding commands: %u\n", ci
[all...]
/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp213 int ci; local
214 if ((ci = cgetchar()) < 0)
217 char c = static_cast<char>(ci);
751 int ci; local
752 if ((ci = panic_getc()) < 0) {
756 char c = static_cast<char>(ci);
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.h83 uint32_t ci; // command issue member in struct:__anon186
H A Dahci.c192 return ((ahci_read(&port->regs->sact) | ahci_read(&port->regs->ci)) & (1 << slot)) ||
365 ahci_write(&port->regs->ci, (1 << slot));
/fuchsia/zircon/system/host/fidl/lib/
H A Dc_generator.cpp792 const flat::Const& ci = named_const.const_info; local
795 if (ci.value->kind != flat::Constant::Kind::kLiteral) {
799 switch (ci.type->kind) {
802 static_cast<flat::PrimitiveType*>(ci.type.get())->subtype,
803 static_cast<flat::LiteralConstant*>(ci.value.get())->literal->location().data());
807 static_cast<flat::LiteralConstant*>(ci.value.get())->literal->location().data());

Completed in 91 milliseconds