Home
last modified time | relevance | path

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

1234

/linux/lib/zstd/compress/
A Dzstd_compress_sequences.c293 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_body() argument
338 (unsigned)sequences[n].litLength, in ZSTD_encodeSequences_body()
339 (unsigned)sequences[n].matchLength + MINMATCH, in ZSTD_encodeSequences_body()
340 (unsigned)sequences[n].offset); in ZSTD_encodeSequences_body()
349 BIT_addBits(&blockStream, sequences[n].litLength, llBits); in ZSTD_encodeSequences_body()
351 BIT_addBits(&blockStream, sequences[n].matchLength, mlBits); in ZSTD_encodeSequences_body()
387 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_default() argument
393 sequences, nbSeq, longOffsets); in ZSTD_encodeSequences_default()
405 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_bmi2() argument
411 sequences, nbSeq, longOffsets); in ZSTD_encodeSequences_bmi2()
[all …]
A Dzstd_ldm.c471 ldmState_t* ldmState, rawSeqStore_t* sequences, in ZSTD_ldm_generateSequences() argument
490 assert(sequences->pos <= sequences->size); in ZSTD_ldm_generateSequences()
491 assert(sequences->size <= sequences->capacity); in ZSTD_ldm_generateSequences()
492 for (chunk = 0; chunk < nbChunks && sequences->size < sequences->capacity; ++chunk) { in ZSTD_ldm_generateSequences()
499 size_t const prevSize = sequences->size; in ZSTD_ldm_generateSequences()
528 ldmState, sequences, params, chunkStart, chunkSize); in ZSTD_ldm_generateSequences()
536 if (prevSize < sequences->size) { in ZSTD_ldm_generateSequences()
537 sequences->seq[prevSize].litLength += (U32)leftoverSize; in ZSTD_ldm_generateSequences()
A Dzstd_compress_superblock.c185 size_t const nbSeq = seqStorePtr->sequences - seqStorePtr->sequencesStart; in ZSTD_buildSuperBlockEntropy_sequences()
408 static size_t ZSTD_seqDecompressedSize(seqStore_t const* seqStore, const seqDef* sequences, size_t … in ZSTD_seqDecompressedSize() argument
409 const seqDef* const sstart = sequences; in ZSTD_seqDecompressedSize()
410 const seqDef* const send = sequences + nbSeq; in ZSTD_seqDecompressedSize()
441 const seqDef* sequences, size_t nbSeq, in ZSTD_compressSubBlock_sequences() argument
492 sequences, nbSeq, in ZSTD_compressSubBlock_sequences()
541 const seqDef* sequences, size_t nbSeq, in ZSTD_compressSubBlock() argument
565 sequences, nbSeq, in ZSTD_compressSubBlock()
715 const seqDef* const send = seqStorePtr->sequences; in ZSTD_compressSubBlock_multi()
A Dzstd_compress_internal.h517 assert((size_t)(seqStorePtr->sequences - seqStorePtr->sequencesStart) < seqStorePtr->maxNbSeq); in ZSTD_storeSeq()
540 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
542 seqStorePtr->sequences[0].litLength = (U16)litLength; in ZSTD_storeSeq()
545 seqStorePtr->sequences[0].offset = offCode + 1; in ZSTD_storeSeq()
551 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
553 seqStorePtr->sequences[0].matchLength = (U16)mlBase; in ZSTD_storeSeq()
555 seqStorePtr->sequences++; in ZSTD_storeSeq()
A Dzstd_ldm.h43 ldmState_t* ldms, rawSeqStore_t* sequences,
A Dzstd_compress_sequences.h45 seqDef const* sequences, size_t nbSeq, int longOffsets, int bmi2);
A Dzstd_compress.c2066 const seqDef* const sequences = seqStorePtr->sequencesStart; in ZSTD_seqToCodes() local
2074 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes()
2075 U32 const mlv = sequences[u].matchLength; in ZSTD_seqToCodes()
2077 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
2114 const seqDef* const sequences = seqStorePtr->sequencesStart; in ZSTD_entropyCompressSequences_internal() local
2263 sequences, nbSeq, in ZSTD_entropyCompressSequences_internal()
2385 ssPtr->sequences = ssPtr->sequencesStart; in ZSTD_resetSeqStore()
2472 size_t seqStoreSeqSize = seqStore->sequences - seqStoreSeqs; in ZSTD_copyBlockSequences()
2556 if (sequences[in].offset == 0 && sequences[in].matchLength == 0) { in ZSTD_mergeBlockDelimiters()
2558 sequences[in+1].litLength += sequences[in].litLength; in ZSTD_mergeBlockDelimiters()
[all …]
/linux/drivers/net/wireless/ath/
A Ddfs_pri_detector.c297 list_add(&new_ps->head, &pde->sequences); in pseq_handler_create_sequences()
308 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs()
340 if (list_empty(&pde->sequences)) in pseq_handler_check_detection()
343 list_for_each_entry(ps, &pde->sequences, head) { in pseq_handler_check_detection()
362 list_for_each_entry_safe(ps, ps0, &pde->sequences, head) { in pri_detector_reset()
428 INIT_LIST_HEAD(&de->sequences); in pri_detector_init()
A Ddfs_pri_detector.h69 struct list_head sequences; member
/linux/Documentation/ABI/testing/
A Dsysfs-class-chromeos-driver-cros-ec-lightbar32 sequences, you probably won’t see anything change because
49 This allows you to upload and run custom lightbar sequences.
55 The Pixel lightbar has a number of built-in sequences
68 sequences.
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_dfs.c220 list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) { in mt76x02_dfs_detector_reset()
506 list_add(&seq_p->head, &dfs_pd->sequences); in mt76x02_dfs_create_sequence()
523 list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) { in mt76x02_dfs_add_event_to_sequence()
550 if (list_empty(&dfs_pd->sequences)) in mt76x02_dfs_check_detection()
553 list_for_each_entry(seq, &dfs_pd->sequences, head) { in mt76x02_dfs_check_detection()
860 INIT_LIST_HEAD(&dfs_pd->sequences); in mt76x02_dfs_init_detector()
A Dmt76x02_dfs.h116 struct list_head sequences; member
/linux/lib/zstd/decompress/
A Dzstd_decompress_block.c1260 seq_t sequences[STORED_SEQS]; in ZSTD_decompressSequencesLong_body() local
1280 sequences[seqNb] = ZSTD_decodeSequence(&seqState, isLongOffset, ZSTD_p_prefetch); in ZSTD_decompressSequencesLong_body()
1281 …PREFETCH_L1(sequences[seqNb].match); PREFETCH_L1(sequences[seqNb].match + sequences[seqNb].matchLe… in ZSTD_decompressSequencesLong_body()
1288 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQ… in ZSTD_decompressSequencesLong_body()
1291 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQS_… in ZSTD_decompressSequencesLong_body()
1295 sequences[seqNb & STORED_SEQS_MASK] = sequence; in ZSTD_decompressSequencesLong_body()
1303 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[seqNb&STORED_SEQS_MASK], &litPtr, … in ZSTD_decompressSequencesLong_body()
1306 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[seqNb&STORED_SEQS_MASK], prefixStart… in ZSTD_decompressSequencesLong_body()
/linux/Documentation/admin-guide/media/
A Dremote-controller.rst14 pulse/space sequences and then to scan codes, returning such codes to
16 sequences ("raw mode").
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-event_print.txt102 Header file to include in order to have access to trace sequences related APIs.
103 Trace sequences are used to allow a function to call several other functions
A Dlibtraceevent-field_get_val.txt94 Header file to include in order to have access to trace sequences
95 related APIs. Trace sequences are used to allow a function to call
A Dlibtraceevent-field_print.txt98 Header file to include in order to have access to trace sequences related APIs.
99 Trace sequences are used to allow a function to call several other functions
A Dlibtraceevent-reg_print_func.txt127 Header file to include in order to have access to trace sequences
128 related APIs. Trace sequences are used to allow a function to call
A Dlibtraceevent-tseq.txt32 Trace sequences are used to allow a function to call several other functions
132 Header file to include in order to have access to trace sequences related APIs.
A Dlibtraceevent-reg_event_handler.txt128 Header file to include in order to have access to trace sequences
129 related APIs. Trace sequences are used to allow a function to call
/linux/Documentation/devicetree/bindings/
A D.yamllint37 indent-sequences: true
/linux/Documentation/devicetree/bindings/input/
A Dinput-reset.txt8 Key sequences are global to the system but all the keys in a set must be coming
/linux/arch/xtensa/
A DKconfig.debug20 assembler-generated 'longcall' sequences.
/linux/Documentation/powerpc/
A Dsyscall64-abi.rst22 different calling sequences (e.g., rt_sigreturn).
126 following differences. Some vsyscalls may have different calling sequences.
/linux/Documentation/devicetree/bindings/power/
A Damlogic,meson-gx-pwrc.txt11 sequences.

Completed in 98 milliseconds

1234