| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 804 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict() 879 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow() 881 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow() 947 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist() 950 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist() 994 ZSTD_memset(window, 0, sizeof(*window)); in ZSTD_window_init() 1024 window->lowLimit = window->dictLimit; in ZSTD_window_update() 1027 window->dictBase = window->base; in ZSTD_window_update() 1030 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update() 1035 if ( (ip+srcSize > window->dictBase + window->lowLimit) in ZSTD_window_update() [all …]
|
| H A D | zstd_lazy.c | 32 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT() 74 const BYTE* const base = ms->window.base; in ZSTD_insertDUBT1() 76 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() 86 U32 const windowValid = ms->window.lowLimit; in ZSTD_insertDUBT1() 169 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBetterDictMatch() 174 U32 const dictHighLimit = (U32)(dms->window.nextSrc - dms->window.base); in ZSTD_DUBT_findBetterDictMatch() 243 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBestMatch() 459 const BYTE* const base = ms->window.base; in ZSTD_insertAndFindFirstIndex_internal() 481 const BYTE* const base = ms->window.base; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 607 const BYTE* const base = ms->window.base; in ZSTD_HcFindBestMatch_generic() [all …]
|
| H A D | zstd_opt.c | 347 const BYTE* const base = ms->window.base; in ZSTD_insertAndFindFirstIndexHash3() 383 const BYTE* const base = ms->window.base; in ZSTD_insertBt1() 394 U32 const windowLow = ms->window.lowLimit; in ZSTD_insertBt1() 488 const BYTE* const base = ms->window.base; in ZSTD_updateTree_internal() 521 const BYTE* const base = ms->window.base; in ZSTD_insertBtAndGetAllMatches() 1263 assert(ms->window.dictLimit == ms->window.lowLimit); /* no dictionary */ in ZSTD_initStats_ultra() 1270 ms->window.base -= srcSize; in ZSTD_initStats_ultra() 1271 ms->window.dictLimit += (U32)srcSize; in ZSTD_initStats_ultra() 1272 ms->window.lowLimit = ms->window.dictLimit; in ZSTD_initStats_ultra() 1273 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_initStats_ultra() [all …]
|
| H A D | zstd_ldm.c | 249 state, startingHash, ip, iend - params->minMatchLength, state->window.base, in ZSTD_ldm_fillHashTable() 263 U32 const curr = (U32)(anchor - ms->window.base); in ZSTD_ldm_limitTableUpdate() 275 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal() 283 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() 284 U32 const lowestIndex = extDict ? ldmState->window.lowLimit : dictLimit; in ZSTD_ldm_generateSequences_internal() 285 BYTE const* const base = ldmState->window.base; in ZSTD_ldm_generateSequences_internal() 286 BYTE const* const dictBase = extDict ? ldmState->window.dictBase : NULL; in ZSTD_ldm_generateSequences_internal() 460 assert(ldmState->window.nextSrc >= (BYTE const*)src + srcSize); in ZSTD_ldm_generateSequences() 477 if (ZSTD_window_needOverflowCorrection(ldmState->window, chunkEnd)) { in ZSTD_ldm_generateSequences() 480 &ldmState->window, /* cycleLog */ 0, maxDist, chunkStart); in ZSTD_ldm_generateSequences() [all …]
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_ipsec_anti_replay.h | 22 uint64_t *window = &replay->window[0]; in anti_replay_check() local 45 wptr = window + (shift >> WORD_SHIFT); in anti_replay_check() 50 wptr = window + ((winsz - 1) >> WORD_SHIFT); in anti_replay_check() 57 while (window != wptr) in anti_replay_check() 58 *window++ = 0ull; in anti_replay_check() 82 wptr = window + ((winsz - bit_pos - 1) >> WORD_SHIFT); in anti_replay_check() 104 window[i] = 0; in anti_replay_check() 116 window[seqword] |= (1ull << (63 - bit_pos)); in anti_replay_check() 137 window[tmp++] = 0; in anti_replay_check() 157 if (window[seqword] & (1ull << (63 - bit_pos))) in anti_replay_check() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/bus/ |
| H A D | mvebu-mbus.txt | 20 the second cell for the address offset within the window. 30 within the internal register window (see below). 52 the first one controls the devices decoding window, 53 the second one controls the SDRAM decoding window and 80 ** MBus address decoding window specification 83 the window ID and the second one for the offset within the window. 84 In order to allow to describe valid and non-valid window entries, the 91 S = 0x0 for a MBus valid window 92 S = 0xf for a non-valid window (see below) 96 I = 4-bit window target ID [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.c | 1092 TRY_FREE(strm, strm->state->window); 1143 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); 1288 match = s->window + cur_match; 1406 match = s->window + cur_match; 1457 if (zmemcmp(s->window + match, 1462 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]); 1515 zmemcpy(s->window, s->window+wsize, (unsigned)wsize - more); 1543 s->ins_h = s->window[str]; 1755 zmemcpy(s->window, s->window + s->w_size, s->strstart); 1783 zmemcpy(s->window, s->window + s->w_size, s->strstart); [all …]
|
| H A D | inflate.c | 185 ZFREE(strm, state->window); 186 state->window = Z_NULL; 229 state->window = Z_NULL; 407 if (state->window == Z_NULL) { 1284 if (state->window != Z_NULL) ZFREE(strm, state->window); 1467 unsigned char FAR *window; local 1479 window = Z_NULL; 1483 if (window == Z_NULL) { 1499 if (window != Z_NULL) { 1501 zmemcpy(window, state->window, wsize); [all …]
|
| H A D | inffast.c | 66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local 93 window = state->window; 199 from = window; 218 from = window;
|
| H A D | infback.c | 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument 31 unsigned char FAR *window; 40 if (strm == Z_NULL || window == Z_NULL || 66 state->window = window; 213 put = state->window; \ 286 put = state->window; 610 if (out(out_desc, state->window, state->wsize - left))
|
| /f-stack/freebsd/contrib/device-tree/Bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 14 encode the physical address field of dma-window 17 encode the size field of dma-window properties 18 - ibm,my-dma-window : specifies DMA window associated with this virtual 37 ibm,my-dma-window = <0x10000003 0x0 0x0 0x0 0x10000000>;
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | tun_aesgcm_defs.sh | 27 proto esp spi 7 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 33 proto esp spi 7 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 60 proto esp spi 6 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 67 proto esp spi 6 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 95 proto esp spi 8 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 102 proto esp spi 8 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 130 proto esp spi 9 reqid 3 mode tunnel replay-window 64 ${XFRM_ESN} \ 136 proto esp spi 9 reqid 4 mode tunnel replay-window 64 ${XFRM_ESN} \
|
| H A D | tun_aesctr_sha1_defs.sh | 27 proto esp spi 7 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 33 proto esp spi 7 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 60 proto esp spi 6 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 67 proto esp spi 6 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 95 proto esp spi 8 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 102 proto esp spi 8 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 130 proto esp spi 9 reqid 3 mode tunnel replay-window 64 ${XFRM_ESN} \ 136 proto esp spi 9 reqid 4 mode tunnel replay-window 64 ${XFRM_ESN} \
|
| H A D | tun_aescbc_sha1_defs.sh | 27 proto esp spi 7 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 33 proto esp spi 7 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 60 proto esp spi 6 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 67 proto esp spi 6 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 95 proto esp spi 8 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 102 proto esp spi 8 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 130 proto esp spi 9 reqid 3 mode tunnel replay-window 64 ${XFRM_ESN} \ 136 proto esp spi 9 reqid 4 mode tunnel replay-window 64 ${XFRM_ESN} \
|
| H A D | tun_3descbc_sha1_defs.sh | 27 proto esp spi 7 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 33 proto esp spi 7 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 60 proto esp spi 6 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 67 proto esp spi 6 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 95 proto esp spi 8 reqid 1 mode tunnel replay-window 64 ${XFRM_ESN} \ 102 proto esp spi 8 reqid 2 mode tunnel replay-window 64 ${XFRM_ESN} \ 130 proto esp spi 9 reqid 3 mode tunnel replay-window 64 ${XFRM_ESN} \ 136 proto esp spi 9 reqid 4 mode tunnel replay-window 64 ${XFRM_ESN} \
|
| H A D | trs_aesgcm_defs.sh | 25 proto esp spi 7 reqid 1 mode transport replay-window 64 ${XFRM_ESN} \ 31 proto esp spi 7 reqid 2 mode transport replay-window 64 ${XFRM_ESN} \ 56 proto esp spi 9 reqid 3 mode transport replay-window 64 ${XFRM_ESN} \ 62 proto esp spi 9 reqid 4 mode transport replay-window 64 ${XFRM_ESN} \
|
| H A D | trs_aesctr_sha1_defs.sh | 25 proto esp spi 7 reqid 1 mode transport replay-window 64 ${XFRM_ESN} \ 31 proto esp spi 7 reqid 2 mode transport replay-window 64 ${XFRM_ESN} \ 57 proto esp spi 9 reqid 3 mode transport replay-window 64 ${XFRM_ESN} \ 63 proto esp spi 9 reqid 4 mode transport replay-window 64 ${XFRM_ESN} \
|
| H A D | trs_3descbc_sha1_defs.sh | 25 proto esp spi 7 reqid 1 mode transport replay-window 64 ${XFRM_ESN} \ 31 proto esp spi 7 reqid 2 mode transport replay-window 64 ${XFRM_ESN} \ 57 proto esp spi 9 reqid 3 mode transport replay-window 64 ${XFRM_ESN} \ 63 proto esp spi 9 reqid 4 mode transport replay-window 64 ${XFRM_ESN} \
|
| H A D | trs_aescbc_sha1_defs.sh | 25 proto esp spi 7 reqid 1 mode transport replay-window 64 ${XFRM_ESN} \ 31 proto esp spi 7 reqid 2 mode transport replay-window 64 ${XFRM_ESN} \ 57 proto esp spi 9 reqid 3 mode transport replay-window 64 ${XFRM_ESN} \ 63 proto esp spi 9 reqid 4 mode transport replay-window 64 ${XFRM_ESN} \
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | reorder_lib.rst | 20 inside the sequence window. The sequence window is determined by the minimum 23 number of 350, the sequence window has low and high limits of 350 and 550 29 * valid: the sequence number is inside the window. 30 * late: the sequence number is outside the window and less than the low limit. 31 * early: the sequence number is outside the window and greater than the high 47 In the case of early mbufs, the reorder buffer will try to move the window 52 This means that as long as there is room in the Ready buffer, the window will 54 reordering window.
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | ipsec_sqn.h | 115 if (rsn->window[bucket] & ((uint64_t)1 << bit)) in esn_inb_check_sqn() 177 rsn->window[new_bucket] = 0; in esn_inb_update_sqn() 186 if (rsn->window[bucket] & bit) in esn_inb_update_sqn() 189 rsn->window[bucket] |= bit; in esn_inb_update_sqn() 223 d->window[i] = s->window[i]; in rsn_copy()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,vas.txt | 11 window context start and length, OS/User window context start and length, 12 "Paste address" start and length, "Paste window id" start bit and number
|
| /f-stack/freebsd/contrib/zlib/contrib/asm686/ |
| H A D | match.S | 37 #define window 4 /* local copy of s->window */ macro 151 movl %esi, window(%esp) 231 movl window(%esp), %eax 245 movl window(%esp), %esi 317 movl window(%esp), %esi
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | nvidia,tegra30-smmu.txt | 9 - dma-window : IOVA start address and length. 19 dma-window = <0 0x40000000>; /* IOVA start & length */
|
| H A D | iommu.txt | 56 - #iommu-cells = <4>: Some IOMMU devices allow the DMA window for masters to 59 the DMA window for the given device. The length of the DMA window is given 168 Multiple-master IOMMU with configurable DMA window: 175 * address of the DMA window. The length of the DMA 176 * window is encoded in two cells. 178 * The DMA window is the range addressable by the 185 /* master ID 42, 4 GiB DMA window starting at 0 */
|