Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c698 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4()
706 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5()
718 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition()
724 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void* tableBase, tableType_t const tableType) in LZ4_clearHash()
736 …_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableType) in LZ4_putIndexOnHash()
749 void* tableBase, tableType_t const tableType, in LZ4_putPositionOnHash()
761 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition()
773 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getIndexOnHash()
789 static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash()
798 const void* tableBase, tableType_t tableType, in LZ4_getPosition()
[all …]
Dlz4.h599 LZ4_u32 tableType; member
/third_party/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp117 int32_t tableType; in writeConverterData() local
Dgencnvex.c119 UNewDataMemory *pData, int32_t tableType) { in CnvExtWrite()
Dgenmbcs.cpp1424 UNewDataMemory *pData, int32_t tableType) { in MBCSWrite()
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.cpp117 int32_t tableType; in writeConverterData() local
Dgencnvex.c119 UNewDataMemory *pData, int32_t tableType) { in CnvExtWrite()
Dgenmbcs.cpp1424 UNewDataMemory *pData, int32_t tableType) { in MBCSWrite()
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.cpp117 int32_t tableType; in writeConverterData() local
Dgencnvex.c115 UNewDataMemory *pData, int32_t tableType) { in CnvExtWrite()
Dgenmbcs.cpp1423 UNewDataMemory *pData, int32_t tableType) { in MBCSWrite()
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp393 UnicodeString tableType = parseLine.group(3, status); in testConfData() local