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

/linux-master/lib/zstd/common/
H A Dfse_decompress.c315 FSE_DTable dtable[]; /* Dynamically sized */ member in struct:__anon7
345 workSpace = wksp->dtable + FSE_DTABLE_SIZE_U32(tableLog);
348 CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace, wkspSize) );
351 const void* ptr = wksp->dtable;
356 if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtable, 1);
357 return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtable, 0);
/linux-master/drivers/clk/renesas/
H A Drzg2l-cpg.h90 const struct clk_div_table *dtable; member in struct:cpg_core_clk
143 .parent = _parent, .dtable = _dtable, \
147 .parent = _parent, .dtable = _dtable, \
152 .parent = _parent, .dtable = _dtable, \
H A Drzg2l-cpg.c99 * @dtable: pointer to divider table
106 const struct clk_div_table *dtable; member in struct:div_hw_data
298 return divider_recalc_rate(hw, parent_rate, val, div_hw_data->dtable,
310 return divider_determine_rate(hw, req, div_hw_data->dtable, div_hw_data->width,
326 val = divider_get_val(rate, parent_rate, div_hw_data->dtable, div_hw_data->width,
374 for (clkt = core->dtable; clkt->div; clkt++) {
382 div_hw_data->dtable = core->dtable;
421 if (core->dtable)
428 core->dtable,
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c67 static void dtable_dump(FILE *stream, struct kvm_dtable *dtable, argument
72 indent, "", dtable->base, dtable->limit,
73 dtable->padding[0], dtable->padding[1], dtable->padding[2]);
/linux-master/arch/powerpc/kernel/
H A Dmce_power.c702 const struct mce_derror_table dtable[],
710 handled = mce_handle_derror(regs, dtable, &mce_err, &addr,
700 mce_handle_error(struct pt_regs *regs, unsigned long srr1, const struct mce_derror_table dtable[], const struct mce_ierror_table itable[]) argument

Completed in 143 milliseconds