| /linux/lib/zstd/compress/ |
| H A D | fse_compress.c | 302 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 D | zstd_compress_sequences.c | 118 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 D | hist.c | 157 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 D | huf_compress.c | 157 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 D | zstd_compress_superblock.c | 351 : ERROR(GENERIC); in ZSTD_estimateSubBlockSize_symbolType()
|
| H A D | zstd_compress.c | 354 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 D | error_private.c | 26 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
|
| H A D | fse_decompress.c | 147 …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 D | bitstream.h | 251 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ } in BIT_initDStream()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cx88.rst | 42 If your card is listed as "board: UNKNOWN/GENERIC" it is unknown to
|
| H A D | cx23885-cardlist.rst | 18 - UNKNOWN/GENERIC
|
| H A D | cx88-cardlist.rst | 18 - UNKNOWN/GENERIC
|
| H A D | bttv-cardlist.rst | 18 - *** UNKNOWN/GENERIC ***
|
| H A D | saa7134-cardlist.rst | 18 - UNKNOWN/GENERIC
|
| /linux/drivers/usb/misc/ |
| H A D | usbtest.c | 65 #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 D | p_sys-t.c | 85 #define DATA_HEADER (MIPI_SYST_TYPES(STRING, GENERIC) | \
|
| /linux/drivers/ata/ |
| H A D | sata_nv.c | 337 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 D | hpi_internal.h | 133 HPI_GENERIC_ENABLE = HPI_CTL_ATTR(GENERIC, 1), 134 HPI_GENERIC_EVENT_ENABLE = HPI_CTL_ATTR(GENERIC, 2),
|
| /linux/lib/zstd/decompress/ |
| H A D | zstd_decompress.c | 104 …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 D | huf_decompress.c | 1190 if (sizeof(*wksp) > wkspSize) return ERROR(GENERIC); in HUF_readDTableX2_wksp()
|
| H A D | zstd_decompress_block.c | 692 RETURN_ERROR(GENERIC, "impossible"); in ZSTD_buildSeqTable()
|
| /linux/Documentation/arch/arm64/ |
| H A D | pointer-authentication.rst | 92 initialised by passing flags KVM_ARM_VCPU_PTRAUTH_[ADDRESS/GENERIC] and
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | traces.h | 84 hif_ind_name(GENERIC) \
|
| /linux/Documentation/driver-api/ |
| H A D | mtdnand.rst | 48 - [GENERIC]
|
| /linux/ |
| H A D | MAINTAINERS | 97 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 …]
|