/aosp_15_r20/external/lz4/lib/ |
H A D | lz4.c | 777 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4() 785 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5() 797 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition() 808 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void* tableBase, tableType_t const tableType) in LZ4_clearHash() 820 …_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableType) in LZ4_putIndexOnHash() 834 void* tableBase, tableType_t const tableType) in LZ4_putPositionOnHash() 841 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType) in LZ4_putPosition() 853 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getIndexOnHash() 869 static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getPositionOnHash() 877 const void* tableBase, tableType_t tableType) in LZ4_getPosition() [all …]
|
H A D | lz4.h | 724 LZ4_u32 tableType; member
|
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4.c | 426 static U32 LZ4_hashSequence(U32 sequence, tableType_t const tableType) in LZ4_hashSequence() 435 static U32 LZ4_hashSequence64(size_t sequence, tableType_t const tableType) in LZ4_hashSequence64() 442 static U32 LZ4_hashSequenceT(size_t sequence, tableType_t const tableType) in LZ4_hashSequenceT() 449 static U32 LZ4_hashPosition(const void* p, tableType_t tableType) { return LZ4_hashSequenceT(LZ4_re… in LZ4_hashPosition() 451 …d LZ4_putPositionOnHash(const BYTE* p, U32 h, void* tableBase, tableType_t const tableType, const … in LZ4_putPositionOnHash() 461 static void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const BYTE* srcB… in LZ4_putPosition() 467 static const BYTE* LZ4_getPositionOnHash(U32 h, void* tableBase, tableType_t tableType, const BYTE*… in LZ4_getPositionOnHash() 474 static const BYTE* LZ4_getPosition(const BYTE* p, void* tableBase, tableType_t tableType, const BYT… in LZ4_getPosition() 487 const tableType_t tableType, in LZ4_compress_generic() 773 const tableType_t tableType) in LZ4_compress_destSize_generic()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/lz4/lib/ |
D | lz4.h | 501 uint16_t tableType; member 521 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/lz4/lib/ |
D | lz4.h | 501 uint16_t tableType; member 521 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/lz4/lib/ |
D | lz4.h | 501 uint16_t tableType; member 521 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/lz4/lib/ |
D | lz4.h | 501 uint16_t tableType; member 521 unsigned short tableType; member
|
/aosp_15_r20/system/netd/server/ |
H A D | RouteController.cpp | 1167 const char* destination, const char* nexthop, TableType tableType, in modifyRoute() 1459 bool RouteController::isLocalRoute(TableType tableType, const char* destination, in isLocalRoute() 1470 TableType tableType, int mtu, int priority) { in addRoute() 1485 const char* nexthop, TableType tableType, int priority) { in removeRoute() 1499 const char* nexthop, TableType tableType, int mtu) { in updateRoute()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/lz4/lib/ |
D | lz4.h | 568 uint16_t tableType; member 588 unsigned short tableType; member
|
/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/ |
H A D | CuckooFilterTable.java | 49 int tableType = buffer.getInt(); in createFromSerialization() local
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/lz4/lib/ |
D | lz4.h | 683 LZ4_u32 tableType; member
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
H A D | media_ddi_encode_jpeg.cpp | 718 uint8_t tableType = appQTblData[0] & 0xF; in QmatrixFromHeader() local
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/lz4/lib/ |
D | lz4.h | 599 LZ4_u32 tableType; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/lz4/lib/ |
D | lz4.h | 599 LZ4_u32 tableType; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/lz4/lib/ |
D | lz4.h | 683 LZ4_u32 tableType; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/lz4/lib/ |
D | lz4.h | 683 LZ4_u32 tableType; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/lz4/lib/ |
D | lz4.h | 599 LZ4_u32 tableType; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/lz4/lib/ |
D | lz4.h | 683 LZ4_u32 tableType; member
|