Home
last modified time | relevance | path

Searched refs:GENERIC (Results 1 – 25 of 25) sorted by relevance

/linux/lib/zstd/compress/
H A Dfse_compress.c302 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic()
316 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic()
335 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount()
458 return ERROR(GENERIC); in FSE_normalizeM2()
472 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */ in FSE_normalizeCount()
474 …if (tableLog < FSE_minTableLog(total, maxSymbolValue)) return ERROR(GENERIC); /* Too small table… in FSE_normalizeCount()
H A Dzstd_compress_sequences.c118 return ERROR(GENERIC); in ZSTD_fseBitCost()
128 return ERROR(GENERIC); in ZSTD_fseBitCost()
207 …isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType()
208 …atCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType()
287 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()
H A Dhist.c157 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp()
169 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
H A Dhuf_compress.c157 if (workspaceSize < sizeof(HUF_CompressWeightsWksp)) return ERROR(GENERIC); in HUF_compressWeights()
261 if (workspaceSize < sizeof(HUF_WriteCTableWksp)) return ERROR(GENERIC); in HUF_writeCTable_wksp()
280 …if (maxSymbolValue > (256-128)) return ERROR(GENERIC); /* should not happen : likely means sourc… in HUF_writeCTable_wksp()
784 if (maxNbBits > HUF_TABLELOG_MAX) return ERROR(GENERIC); /* check fit into table */ in HUF_buildCTable_wksp()
H A Dzstd_compress_superblock.c351 : ERROR(GENERIC); in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress.c354 RETURN_ERROR_IF(!cctxParams, GENERIC, "NULL pointer!"); in ZSTD_CCtxParams_init()
392 RETURN_ERROR_IF(!cctxParams, GENERIC, "NULL pointer!"); in ZSTD_CCtxParams_init_advanced()
1697 …RETURN_ERROR_IF(params->nbWorkers > 0, GENERIC, "Estimate CCtx size is supported for single-thread… in ZSTD_estimateCCtxSize_usingCCtxParams()
1749 …RETURN_ERROR_IF(params->nbWorkers > 0, GENERIC, "Estimate CCtx size is supported for single-thread… in ZSTD_estimateCStreamSize_usingCCtxParams()
/linux/lib/zstd/common/
H A Derror_private.c26 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
H A Dfse_decompress.c147 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
259 if (wkspSize < sizeof(*wksp)) return ERROR(GENERIC); in FSE_decompress_wksp_body()
H A Dbitstream.h251 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ } in BIT_initDStream()
/linux/Documentation/admin-guide/media/
H A Dcx88.rst42 If your card is listed as "board: UNKNOWN/GENERIC" it is unknown to
H A Dcx23885-cardlist.rst18 - UNKNOWN/GENERIC
H A Dcx88-cardlist.rst18 - UNKNOWN/GENERIC
H A Dbttv-cardlist.rst18 - *** UNKNOWN/GENERIC ***
H A Dsaa7134-cardlist.rst18 - UNKNOWN/GENERIC
/linux/drivers/usb/misc/
H A Dusbtest.c65 #define GENERIC /* let probe() bind using module params */ macro
2752 #ifdef GENERIC
2774 #ifdef GENERIC in usbtest_probe()
2966 #ifdef GENERIC
3038 #ifdef GENERIC
3063 #ifdef GENERIC in usbtest_init()
/linux/drivers/hwtracing/stm/
H A Dp_sys-t.c85 #define DATA_HEADER (MIPI_SYST_TYPES(STRING, GENERIC) | \
/linux/drivers/ata/
H A Dsata_nv.c337 GENERIC, enumerator
358 { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA), GENERIC },
359 { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA2), GENERIC },
360 { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA3), GENERIC },
/linux/sound/pci/asihpi/
H A Dhpi_internal.h133 HPI_GENERIC_ENABLE = HPI_CTL_ATTR(GENERIC, 1),
134 HPI_GENERIC_EVENT_ENABLE = HPI_CTL_ATTR(GENERIC, 2),
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c104 …RETURN_ERROR_IF(hashSet->ddictPtrCount == hashSet->ddictPtrTableSize, GENERIC, "Hash set is full!"… in ZSTD_DDictHashSet_emplaceDDict()
440 RETURN_ERROR_IF(src==NULL, GENERIC, "invalid parameter : src==NULL, but srcSize>0"); in ZSTD_getFrameHeader_advanced()
1356 …RETURN_ERROR(GENERIC, "impossible to reach"); /* some compilers require default to do something … in ZSTD_decompressContinue()
2239 …RETURN_ERROR(GENERIC, "impossible to reach"); /* some compilers require default to do something … in ZSTD_decompressStream()
H A Dhuf_decompress.c1190 if (sizeof(*wksp) > wkspSize) return ERROR(GENERIC); in HUF_readDTableX2_wksp()
H A Dzstd_decompress_block.c692 RETURN_ERROR(GENERIC, "impossible"); in ZSTD_buildSeqTable()
/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst92 initialised by passing flags KVM_ARM_VCPU_PTRAUTH_[ADDRESS/GENERIC] and
/linux/drivers/net/wireless/silabs/wfx/
H A Dtraces.h84 hif_ind_name(GENERIC) \
/linux/Documentation/driver-api/
H A Dmtdnand.rst48 - [GENERIC]
/linux/
H A DMAINTAINERS97 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
2102 ARM GENERIC INTERRUPT CONTROLLER DRIVERS
2113 ARM GENERIC INTERRUPT CONTROLLER V5 DRIVERS
4129 ATHEROS ATH GENERIC UTILITIES
6399 COMPACTPCI HOTPLUG GENERIC DRIVER
7544 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
7975 DRM DRIVER FOR GENERIC EDP PANELS
7980 DRM DRIVER FOR GENERIC USB DISPLAY
10735 GENERIC ARCHITECTURE TOPOLOGY
10742 GENERIC ENTRY CODE
[all …]