Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c515 static U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4()
523 static U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5()
534 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition()
540 static void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableType) in LZ4_putIndexOnHash()
553 void* tableBase, tableType_t const tableType, in LZ4_putPositionOnHash()
565 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition()
577 static U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getIndexOnHash()
593 static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash()
601 const void* tableBase, tableType_t tableType, in LZ4_getPosition()
611 const tableType_t tableType) { in LZ4_prepareTable()
[all …]
Dlz4.h501 uint16_t tableType; member
521 unsigned short tableType; member
/external/icu/icu4c/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()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp378 UnicodeString tableType = parseLine.group(3, status); in testConfData() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py534 def getConverter(self, tableType, lookupType): argument
542 def getConverter(self, tableType, lookupType): argument
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py759 def __init__(self, tableType, cachingStats): argument