Searched defs:table (Results 1 – 15 of 15) sorted by relevance
| /lib/ |
| A D | sg_pool.c | 84 void sg_free_table_chained(struct sg_table *table, in sg_free_table_chained() 112 int sg_alloc_table_chained(struct sg_table *table, int nents, in sg_alloc_table_chained()
|
| A D | scatterlist.c | 173 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() 221 void sg_free_append_table(struct sg_append_table *table) in sg_free_append_table() 234 void sg_free_table(struct sg_table *table) in sg_free_table() 263 int __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() 352 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() 364 static struct scatterlist *get_next_sg(struct sg_append_table *table, in get_next_sg()
|
| A D | sys_info.c | 59 struct ctl_table table; in sysctl_sys_info_handler() local
|
| A D | parser.c | 115 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token()
|
| A D | rhashtable.c | 33 union nested_table __rcu *table; member
|
| A D | dynamic_debug.c | 64 struct ddebug_table *table; member
|
| /lib/zlib_inflate/ |
| A D | inftrees.c | 24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
|
| /lib/zstd/compress/ |
| A D | zstd_opt.c | 93 static U32 sum_u32(const unsigned table[], size_t nbElts) in sum_u32() 106 ZSTD_downscaleStats(unsigned* table, U32 lastEltIndex, U32 shift, base_directive_e base1) in ZSTD_downscaleStats() 124 static U32 ZSTD_scaleStats(unsigned* table, U32 lastEltIndex, U32 logTarget) in ZSTD_scaleStats()
|
| A D | zstd_ldm.c | 517 static void ZSTD_ldm_reduceTable(ldmEntry_t* const table, U32 const size, in ZSTD_ldm_reduceTable()
|
| A D | huf_compress.c | 1275 HUF_CElt* table, in HUF_optimalTableLog() 1338 …HUF_compress_tables_t* const table = (HUF_compress_tables_t*)HUF_alignUpWorkspace(workSpace, &wksp… in HUF_compress_internal() local
|
| A D | zstd_compress.c | 2539 ZSTD_reduceTable_internal (U32* const table, U32 const size, U32 const reducerValue, int const pres… in ZSTD_reduceTable_internal() 2568 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable() 2573 static void ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable_btlazy2()
|
| A D | zstd_compress_internal.h | 1444 MEM_STATIC void ZSTD_debugTable(const U32* table, U32 max) in ZSTD_debugTable()
|
| /lib/zstd/common/ |
| A D | fse.h | 354 const void* table; /* precise table may vary, depending on U16 */ member
|
| /lib/zstd/decompress/ |
| A D | zstd_decompress_block.c | 787 const ZSTD_seqSymbol* table; member 2023 const ZSTD_seqSymbol* table = offTable + 1; in ZSTD_getOffsetInfo() local
|
| A D | huf_decompress.c | 140 static DTableDesc HUF_getDTableDesc(const HUF_DTable* table) in HUF_getDTableDesc()
|
Completed in 1050 milliseconds