Home
last modified time | relevance | path

Searched defs:tableType (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c50 tableType_t const tableType) in LZ4_hash4()
62 tableType_t const tableType) in LZ4_hash5()
81 tableType_t const tableType) in LZ4_hashPosition()
95 tableType_t const tableType, in LZ4_putPositionOnHash()
126 tableType_t tableType, in LZ4_putPosition()
137 tableType_t tableType, in LZ4_getPositionOnHash()
163 tableType_t tableType, in LZ4_getPosition()
183 const tableType_t tableType, in LZ4_compress_generic()
468 const tableType_t tableType = byU32; in LZ4_compress_fast_extState() local
470 const tableType_t tableType = byPtr; in LZ4_compress_fast_extState() local
[all …]
/openbmc/libpldm/tests/dsp/
H A Dbios.cpp379 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
398 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
412 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
440 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
909 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
936 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
1033 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
1067 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
/openbmc/pldm/libpldmresponder/
H A Dbios.cpp233 uint8_t tableType{}; in getBIOSTable() local
268 uint8_t tableType{}; in setBIOSTable() local
H A Dbios_config.cpp114 std::optional<Table> BIOSConfig::getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
132 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable()
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp253 uint8_t tableType = 1; in TEST() local
284 uint8_t tableType = 0; in TEST() local
376 uint8_t tableType = PLDM_FILE_ATTRIBUTE_TABLE; in TEST() local
394 uint8_t tableType = PLDM_FILE_ATTRIBUTE_TABLE; in TEST() local
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp196 std::optional<Table> getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp548 uint8_t tableType = 0; in getFileTable() local
/openbmc/linux/lib/zstd/decompress/
H A Dhuf_decompress.c128 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member