/openbmc/linux/Documentation/staging/ |
H A D | lzo.rst | 23 opcode and on the number of literals copied by previous instruction. The 28 - the number of literals to copy, which is retained in variable "state" 59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals 60 are copied before starting the next instruction. The number of literals that 63 literals were copied. This is the information stored in the <state> variable 64 in this implementation. This number of immediate literals to be copied is 111 18..21 : copy 0..3 literals 112 state = (byte - 17) = 0..3 [ copy <state> literals ] 117 state = 4 [ don't copy extra literals ] 123 Depends on the number of literals copied by the last instruction. [all …]
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 43 const BYTE* literals, size_t litSize, in ZSTD_compressSubBlock_literal() argument 63 return ZSTD_noCompressLiterals(dst, dstSize, literals, litSize); in ZSTD_compressSubBlock_literal() 66 return ZSTD_compressRleLiteralsBlock(dst, dstSize, literals, litSize); in ZSTD_compressSubBlock_literal() 80 …{ const size_t cSize = singleStream ? HUF_compress1X_usingCTable(op, oend-op, literals, litSize,… in ZSTD_compressSubBlock_literal() 81 … : HUF_compress4X_usingCTable(op, oend-op, literals, litSize, hufTable); in ZSTD_compressSubBlock_literal() 91 return ZSTD_noCompressLiterals(dst, dstSize, literals, litSize); in ZSTD_compressSubBlock_literal() 97 return ZSTD_noCompressLiterals(dst, dstSize, literals, litSize); in ZSTD_compressSubBlock_literal() 262 const BYTE* literals, size_t litSize, in ZSTD_compressSubBlock() argument 277 … &entropyMetadata->hufMetadata, literals, litSize, in ZSTD_compressSubBlock() 302 static size_t ZSTD_estimateSubBlockSize_literal(const BYTE* literals, size_t litSize, in ZSTD_estimateSubBlockSize_literal() argument [all …]
|
H A D | zstd_compress_internal.h | 589 size_t litLength, const BYTE* literals, const BYTE* litLimit, in ZSTD_storeSeq() argument 594 BYTE const* const litEnd = literals + litLength; in ZSTD_storeSeq() 597 …if (g_start==NULL) g_start = (const BYTE*)literals; /* note : index only works for compression wi… in ZSTD_storeSeq() 598 { U32 const pos = (U32)((const BYTE*)literals - g_start); in ZSTD_storeSeq() 607 assert(literals + litLength <= litLimit); in ZSTD_storeSeq() 613 ZSTD_copy16(seqStorePtr->lit, literals); in ZSTD_storeSeq() 615 … ZSTD_wildcopy(seqStorePtr->lit+16, literals+16, (ptrdiff_t)litLength-16, ZSTD_no_overlap); in ZSTD_storeSeq() 618 ZSTD_safecopyLiterals(seqStorePtr->lit, literals, litEnd, litLimit_w); in ZSTD_storeSeq()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 182 using namespace std::literals::string_literals; in getSubTreeRaw() 204 using namespace std::literals::string_literals; in getSubTreeRaw() 241 using namespace std::literals::string_literals; in getSubTreePathsRaw() 277 using namespace std::literals::string_literals; in getServiceRaw() 324 using namespace std::literals::string_literals; in getManagedObjects() 343 using namespace std::literals::string_literals; in getProperty() 374 using namespace std::literals::string_literals; in getPropertyVariant() 421 using namespace std::literals::string_literals; in getProperty() 453 using namespace std::literals::string_literals; in getPropertyVariant() 484 using namespace std::literals::string_literals; in setProperty() [all …]
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | mxhead.S | 30 .begin no-absolute-literals 64 .end no-absolute-literals
|
H A D | head.S | 53 .begin no-absolute-literals 106 .end no-absolute-literals
|
/openbmc/linux/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 29 .begin no-absolute-literals 79 .end no-absolute-literals
|
H A D | Makefile | 10 KBUILD_AFLAGS += -mtext-section-literals
|
/openbmc/sdbusplus/test/async/ |
H A D | context.cpp | 53 using namespace std::literals; in TEST_F() 100 using namespace std::literals; in TEST_F() 120 using namespace std::literals; in TEST_F()
|
H A D | timer.cpp | 7 using namespace std::literals;
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | Makefile.softmmu-target | 24 vectors_ASFLAGS = -mtext-section-literals 25 ASFLAGS = -Wa,--no-absolute-literals
|
/openbmc/linux/arch/xtensa/ |
H A D | Makefile | 35 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals 43 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
|
/openbmc/phosphor-dbus-monitor/mslverify/ |
H A D | util.hpp | 94 using namespace std::literals::string_literals; in getService() 118 using namespace std::literals::string_literals; in getProperty()
|
H A D | verify.cpp | 23 using namespace std::literals::string_literals;
|
/openbmc/telemetry/src/ |
H A D | errors.cpp | 8 using namespace std::literals::string_literals;
|
/openbmc/google-misc/subprojects/dhcp-done/ |
H A D | file-io.cpp | 20 using std::literals::string_view_literals::operator""sv;
|
/openbmc/phosphor-hwmon/ |
H A D | sysfs.hpp | 12 using namespace std::literals; in make_sysfs_path()
|
H A D | fan_pwm.cpp | 23 using namespace std::literals; in target()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | fan.cpp | 32 using namespace std::literals::string_literals;
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | lex.py | 606 self.literals = self.ldict.get("literals","") 611 for c in self.literals: 906 debuglog.info("lex: literals = %r", linfo.literals) 915 if isinstance(linfo.literals,(list,tuple)): 916 lexobj.lexliterals = type(linfo.literals[0])().join(linfo.literals) 918 lexobj.lexliterals = linfo.literals
|
/openbmc/phosphor-inventory-manager/ |
H A D | generated.mako.cpp | 20 using namespace std::literals::string_literals;
|
/openbmc/phosphor-fan-presence/test/ |
H A D | logger_test.cpp | 6 using namespace std::literals::string_literals;
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_config.hpp | 49 using namespace std::literals::chrono_literals;
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 8 using namespace std::literals::chrono_literals;
|
/openbmc/sdbusplus/test/message/ |
H A D | call.cpp | 14 using namespace std::literals::chrono_literals;
|