Home
last modified time | relevance | path

Searched defs:lc (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.hpp219 std::string lc; in locationCode() local
H A Dsrc.cpp1417 std::optional<std::string> lc; in addJSONCallout() local
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c89 int lc = 0x10000; in de_wait() local
106 int lc = 0x10000; in de_wait_slots() local
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h26 unsigned lc, lp, pb; member
H A DLzmaDec.c142 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal() local
/openbmc/u-boot/lib/zlib/
H A Dtrees.c1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument
1082 int lc; /* match length or unmatched char (if dist == 0) */ local
/openbmc/qemu/target/s390x/
H A Dsigp.c180 uint8_t lc = si->param & ADTL_SAVE_LC_MASK; in sigp_store_adtl_status() local
/openbmc/qemu/hw/dma/
H A Dpl330.c122 uint32_t lc[2]; member
779 uint8_t lc = (opcode & 2) >> 1; in pl330_dmalp() local
808 uint8_t lc = (opcode & 4) >> 2; in pl330_dmalpend() local
/openbmc/u-boot/drivers/i2c/
H A Dmvtwsi.c251 inline uint mvtwsi_error(uint ec, uint lc, uint ls, uint es) in mvtwsi_error()