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.cpp395 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
416 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
430 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
460 uint8_t tableType = PLDM_BIOS_ATTR_TABLE; in TEST() local
960 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
990 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
1095 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
1131 uint8_t tableType = PLDM_BIOS_STRING_TABLE; in TEST() local
/openbmc/pldm/libpldmresponder/
H A Dbios.cpp231 uint8_t tableType{}; in getBIOSTable() local
266 uint8_t tableType{}; in setBIOSTable() local
H A Dbios_config.cpp117 std::optional<Table> BIOSConfig::getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
135 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable()
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp260 uint8_t tableType = 1; in TEST() local
292 uint8_t tableType = 0; in TEST() local
387 uint8_t tableType = PLDM_FILE_ATTRIBUTE_TABLE; in TEST() local
407 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.cpp547 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