Searched defs:tableType (Results 1 – 12 of 12) sorted by relevance
| /third_party/lz4/lib/ |
| D | lz4.c | 698 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 …]
|
| D | lz4.h | 599 LZ4_u32 tableType; member
|
| /third_party/icu/icu4c/source/tools/makeconv/ |
| D | makeconv.cpp | 117 int32_t tableType; in writeConverterData() local
|
| D | gencnvex.c | 119 UNewDataMemory *pData, int32_t tableType) { in CnvExtWrite()
|
| D | genmbcs.cpp | 1424 UNewDataMemory *pData, int32_t tableType) { in MBCSWrite()
|
| /third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
| D | makeconv.cpp | 117 int32_t tableType; in writeConverterData() local
|
| D | gencnvex.c | 119 UNewDataMemory *pData, int32_t tableType) { in CnvExtWrite()
|
| D | genmbcs.cpp | 1424 UNewDataMemory *pData, int32_t tableType) { in MBCSWrite()
|
| /third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/ |
| D | makeconv.cpp | 117 int32_t tableType; in writeConverterData() local
|
| D | gencnvex.c | 115 UNewDataMemory *pData, int32_t tableType) { in CnvExtWrite()
|
| D | genmbcs.cpp | 1423 UNewDataMemory *pData, int32_t tableType) { in MBCSWrite()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | itspoof.cpp | 393 UnicodeString tableType = parseLine.group(3, status); in testConfData() local
|