Home
last modified time | relevance | path

Searched refs:dtable (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zstd/common/
A Dfse_decompress.c315 FSE_DTable dtable[1]; /* Dynamically sized */ member
345 workSpace = wksp->dtable + FSE_DTABLE_SIZE_U32(tableLog); in FSE_decompress_wksp_body()
348 …CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace,… in FSE_decompress_wksp_body()
351 const void* ptr = wksp->dtable; in FSE_decompress_wksp_body()
356 …stMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtable, 1); in FSE_decompress_wksp_body()
357 return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtable, 0); in FSE_decompress_wksp_body()
/linux/drivers/clk/renesas/
A Drzg2l-cpg.h62 const struct clk_div_table *dtable; member
97 .parent = _parent, .dtable = _dtable, .flag = _flag)
A Drzg2l-cpg.c119 if (core->dtable) in rzg2l_cpg_div_clk_register()
126 core->dtable, in rzg2l_cpg_div_clk_register()
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c125 static void dtable_dump(FILE *stream, struct kvm_dtable *dtable, in dtable_dump() argument
130 indent, "", dtable->base, dtable->limit, in dtable_dump()
131 dtable->padding[0], dtable->padding[1], dtable->padding[2]); in dtable_dump()
/linux/arch/powerpc/kernel/
A Dmce_power.c698 const struct mce_derror_table dtable[], in mce_handle_error() argument
706 handled = mce_handle_derror(regs, dtable, &mce_err, &addr, in mce_handle_error()

Completed in 12 milliseconds