Home
last modified time | relevance | path

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

12

/lib/zlib_inflate/
A Dinffast.c128 hold >>= op; in inflate_fast()
129 bits -= op; in inflate_fast()
130 op = (unsigned)(this.op); in inflate_fast()
137 if (op) { in inflate_fast()
143 hold >>= op; in inflate_fast()
144 bits -= op; in inflate_fast()
155 hold >>= op; in inflate_fast()
156 bits -= op; in inflate_fast()
157 op = (unsigned)(this.op); in inflate_fast()
178 bits -= op; in inflate_fast()
[all …]
A Dinftrees.c104 this.op = (unsigned char)64; /* invalid code marker */ in zlib_inflate_table()
206 this.op = (unsigned char)0; in zlib_inflate_table()
210 this.op = (unsigned char)(extra[work[sym]]); in zlib_inflate_table()
214 this.op = (unsigned char)(32 + 64); /* end of block */ in zlib_inflate_table()
271 (*table)[low].op = (unsigned char)curr; in zlib_inflate_table()
284 this.op = (unsigned char)64; /* invalid code marker */ in zlib_inflate_table()
/lib/lzo/
A Dlzo1x_decompress_safe.c52 op = out; in lzo1x_decompress_safe()
101 op += 8; in lzo1x_decompress_safe()
104 op += 8; in lzo1x_decompress_safe()
108 op = oe; in lzo1x_decompress_safe()
129 op += 2; in lzo1x_decompress_safe()
179 op += t; in lzo1x_decompress_safe()
219 op += 8; in lzo1x_decompress_safe()
222 op += 8; in lzo1x_decompress_safe()
225 op = oe; in lzo1x_decompress_safe()
246 op += 2; in lzo1x_decompress_safe()
[all …]
A Dlzo1x_compress.c46 op = *out; in LZO_SAFE()
133 op += t; in LZO_SAFE()
139 op += t; in LZO_SAFE()
160 op += 16; in LZO_SAFE()
176 op += 4; in LZO_SAFE()
327 *out = op; in LZO_SAFE()
352 *op++ = 17; in LZO_SAFE()
394 *op++ = 0; in LZO_SAFE()
407 op += 16; in LZO_SAFE()
418 *op++ = 0; in LZO_SAFE()
[all …]
/lib/lz4/
A Dlz4_decompress.c220 cpy = op + length; in LZ4_decompress_generic()
271 op += length; in LZ4_decompress_generic()
284 op = cpy; in LZ4_decompress_generic()
327 (uptrval)(op) + length < (uptrval)op)) { in LZ4_decompress_generic()
351 op += length; in LZ4_decompress_generic()
361 op += copySize; in LZ4_decompress_generic()
371 op += restSize; in LZ4_decompress_generic()
398 op = copyEnd; in LZ4_decompress_generic()
399 if (op == oend) in LZ4_decompress_generic()
417 op += 8; in LZ4_decompress_generic()
[all …]
A Dlz4_compress.c303 token = op++; in LZ4_compress_generic()
324 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_generic()
331 op += 2; in LZ4_compress_generic()
379 op += 4; in LZ4_compress_generic()
418 token = op++; in LZ4_compress_generic()
442 *op++ = 255; in LZ4_compress_generic()
450 op += lastRun; in LZ4_compress_generic()
613 token = op++; in LZ4_compress_destSize_generic()
617 op--; in LZ4_compress_destSize_generic()
630 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_destSize_generic()
[all …]
A Dlz4hc_compress.c263 BYTE **op, in LZ4HC_encodeSequence() argument
275 token = (*op)++; in LZ4HC_encodeSequence()
289 *(*op)++ = 255; in LZ4HC_encodeSequence()
295 LZ4_wildCopy(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence()
296 *op += length; in LZ4HC_encodeSequence()
300 *op += 2; in LZ4HC_encodeSequence()
317 *(*op)++ = 255; in LZ4HC_encodeSequence()
318 *(*op)++ = 255; in LZ4HC_encodeSequence()
323 *(*op)++ = 255; in LZ4HC_encodeSequence()
568 *op++ = 255; in LZ4HC_compress_generic()
[all …]
/lib/zstd/decompress/
A Dzstd_decompress_block.c823 *op += 8; in ZSTD_overlapCopy8()
847 while (op < oend) *op++ = *ip++; in ZSTD_safecopy()
867 ZSTD_wildcopy(op, ip, oend_w - op, ovtype); in ZSTD_safecopy()
869 op += oend_w - op; in ZSTD_safecopy()
872 while (op < oend) *op++ = *ip++; in ZSTD_safecopy()
884 while (op < oend) *op++ = *ip++; in ZSTD_safecopyDstBeforeSrc()
891 op += oend - WILDCOPY_OVERLENGTH - op; in ZSTD_safecopyDstBeforeSrc()
895 while (op < oend) *op++ = *ip++; in ZSTD_safecopyDstBeforeSrc()
922 assert(op < op + sequenceLength); in ZSTD_execSequenceEnd()
927 op = oLitEnd; in ZSTD_execSequenceEnd()
[all …]
A Dhuf_decompress.c172 BYTE* op[4]; member
245 args->op[1] = args->op[0] + (dstSize+3)/4; in HUF_DecompressFastArgs_init()
246 args->op[2] = args->op[1] + (dstSize+3)/4; in HUF_DecompressFastArgs_init()
247 args->op[3] = args->op[2] + (dstSize+3)/4; in HUF_DecompressFastArgs_init()
722 BYTE* op[4]; in HUF_decompress4X1_usingDTable_internal_fast_c_loop() local
730 ZSTD_memcpy(&op, &args->op, sizeof(op)); in HUF_decompress4X1_usingDTable_internal_fast_c_loop()
742 assert(op[stream] <= (stream == 3 ? oend : op[stream + 1])); in HUF_decompress4X1_usingDTable_internal_fast_c_loop()
827 ZSTD_memcpy(&args->op, &op, sizeof(op)); in HUF_decompress4X1_usingDTable_internal_fast_c_loop()
1525 BYTE* op[4]; in HUF_decompress4X2_usingDTable_internal_fast_c_loop() local
1533 ZSTD_memcpy(&op, &args->op, sizeof(op)); in HUF_decompress4X2_usingDTable_internal_fast_c_loop()
[all …]
A Dzstd_decompress.c917 BYTE* op = ostart; in ZSTD_decompressFrame() local
967 oBlockEnd = op + (ip - op); in ZSTD_decompressFrame()
978 decodedSize = ZSTD_copyRawBlock(op, (size_t)(oend-op), ip, cBlockSize); in ZSTD_decompressFrame()
981 … decodedSize = ZSTD_setRleBlock(op, (size_t)(oBlockEnd-op), *ip, blockProperties.origSize); in ZSTD_decompressFrame()
993 op += decodedSize; in ZSTD_decompressFrame()
1021 return (size_t)(op-ostart); in ZSTD_decompressFrame()
2000 *op += decodedSize; in ZSTD_decompressContinueStream()
2003 assert(*op <= oend); in ZSTD_decompressContinueStream()
2018 char* op = ostart; in ZSTD_decompressStream() local
2090op = op ? op + decompressedSize : op; /* can occur if frameContentSize = 0 (empty frame) */ in ZSTD_decompressStream()
[all …]
/lib/zstd/compress/
A Dzstd_compress_superblock.c82 op += cSize; in ZSTD_compressSubBlock_literal()
175 BYTE* op = ostart; in ZSTD_compressSubBlock_sequences() local
187 op[0] = (BYTE)((nbSeq>>8) + 0x80), op[1] = (BYTE)nbSeq, op+=2; in ZSTD_compressSubBlock_sequences()
189 op[0]=0xFF, MEM_writeLE16(op+1, (U16)(nbSeq - LONGNBSEQ)), op+=3; in ZSTD_compressSubBlock_sequences()
195 seqHead = op++; in ZSTD_compressSubBlock_sequences()
213 op, (size_t)(oend - op), in ZSTD_compressSubBlock_sequences()
294 op, (size_t)(oend-op), in ZSTD_compressSubBlock()
502 BYTE* op = ostart; in ZSTD_compressSubBlock_multi() local
556 op, (size_t)(oend-op), in ZSTD_compressSubBlock_multi()
600 op, (size_t)(oend-op), in ZSTD_compressSubBlock_multi()
[all …]
A Dhuf_compress.c150 BYTE* op = ostart; in HUF_compressWeights() local
173 op += hSize; in HUF_compressWeights()
180 op += cSize; in HUF_compressWeights()
1068 size_t const initErr = HUF_initCStream(&bitC, op, (size_t)(oend-op)); in HUF_compress1X_usingCTable_internal_body()
1175 BYTE* op = ostart; in HUF_compress4X_usingCTable_internal() local
1185 op += cSize; in HUF_compress4X_usingCTable_internal()
1193 op += cSize; in HUF_compress4X_usingCTable_internal()
1201 op += cSize; in HUF_compress4X_usingCTable_internal()
1209 op += cSize; in HUF_compress4X_usingCTable_internal()
1232 op += cSize; in HUF_compressCTable_internal()
[all …]
A Dzstd_compress.c2713 op, (size_t)(oend - op), in ZSTD_buildSequencesStatistics()
2745 op, (size_t)(oend - op), in ZSTD_buildSequencesStatistics()
2775 op, (size_t)(oend - op), in ZSTD_buildSequencesStatistics()
2850 op += cSize; in ZSTD_entropyCompressSeqStore_internal()
2861 op+=2; in ZSTD_entropyCompressSeqStore_internal()
2863 op[0]=0xFF; in ZSTD_entropyCompressSeqStore_internal()
2865 op+=3; in ZSTD_entropyCompressSeqStore_internal()
2889 op, (size_t)(oend - op), in ZSTD_entropyCompressSeqStore_internal()
5268 op += fhSize; in ZSTD_writeEpilogue()
5287 op += 4; in ZSTD_writeEpilogue()
[all …]
/lib/
A Datomic64.c73 #define ATOMIC64_OP(op, c_op) \ argument
85 EXPORT_SYMBOL(generic_atomic64_##op);
87 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
103 #define ATOMIC64_FETCH_OP(op, c_op) \ argument
120 #define ATOMIC64_OPS(op, c_op) \ argument
121 ATOMIC64_OP(op, c_op) \
122 ATOMIC64_OP_RETURN(op, c_op) \
123 ATOMIC64_FETCH_OP(op, c_op)
129 #define ATOMIC64_OPS(op, c_op) \ argument
130 ATOMIC64_OP(op, c_op) \
[all …]
A Dasn1_decoder.c175 enum asn1_opcode op; in asn1_ber_decoder() local
205 op = machine[pc]; in asn1_ber_decoder()
219 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
311 switch (op) { in asn1_ber_decoder()
353 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
369 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
435 if (op & ASN1_OP_END__OF) in asn1_ber_decoder()
443 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
448 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
457 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
[all …]
A Datomic64_test.c20 #define TEST(bit, op, c_op, val) \ argument
24 atomic##bit##_##op(val, &v); \
36 #define FAMILY_TEST(test, bit, op, args...) \ argument
38 test(bit, op, ##args); \
39 test(bit, op##_acquire, ##args); \
40 test(bit, op##_release, ##args); \
41 test(bit, op##_relaxed, ##args); \
44 #define TEST_RETURN(bit, op, c_op, val) \ argument
49 BUG_ON(atomic##bit##_##op(val, &v) != r); \
53 #define TEST_FETCH(bit, op, c_op, val) \ argument
[all …]
A Dlogic_iomem.c172 #define MAKE_FALLBACK(op, sz) \ argument
175 WARN(1, "Invalid read" #op " at address %llx\n", \
180 static void real_raw_write ## op(u ## sz val, \
183 WARN(1, "Invalid writeq" #op " of 0x%llx at address %llx\n", \
218 #define MAKE_OP(op, sz) \ argument
219 u##sz __raw_read ## op(const volatile void __iomem *addr) \
224 return real_raw_read ## op(addr); \
230 EXPORT_SYMBOL(__raw_read ## op); \
232 void __raw_write ## op(u ## sz val, volatile void __iomem *addr) \
237 real_raw_write ## op(val, addr); \
[all …]
A Dsmp_processor_id.c62 noinstr void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() argument
64 check_preemption_disabled("__this_cpu_", op); in __this_cpu_preempt_check()
/lib/zstd/common/
A Dfse_decompress.c180 BYTE* op = ostart; in FSE_decompress_usingDTable_generic() local
181 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic()
199 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) & (op<olimit) ; op+=4) { in FSE_decompress_usingDTable_generic()
200 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
205 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
210 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
215 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
222 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
229 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
235 assert(op >= ostart); in FSE_decompress_usingDTable_generic()
[all …]
A Dzstd_internal.h214 BYTE* op = (BYTE*)dst; in ZSTD_wildcopy() local
215 BYTE* const oend = op + length; in ZSTD_wildcopy()
220 COPY8(op, ip); in ZSTD_wildcopy()
221 } while (op < oend); in ZSTD_wildcopy()
230 ZSTD_copy16(op, ip); in ZSTD_wildcopy()
232 op += 16; in ZSTD_wildcopy()
235 COPY16(op, ip); in ZSTD_wildcopy()
236 COPY16(op, ip); in ZSTD_wildcopy()
238 while (op < oend); in ZSTD_wildcopy()
/lib/crc/mips/
A Dcrc32.h25 #define _ASM_UNSET_CRC(op, SZ, TYPE) ".purgem " #op "\n\t" argument
27 #define _ASM_SET_CRC(op, SZ, TYPE) ".set\tcrc\n\t" argument
28 #define _ASM_UNSET_CRC(op, SZ, TYPE) argument
31 #define __CRC32(crc, value, op, SZ, TYPE) \ argument
35 _ASM_SET_CRC(op, SZ, TYPE) \
36 #op " %0, %1, %0\n\t" \
37 _ASM_UNSET_CRC(op, SZ, TYPE) \
52 #define _CRC32(crc, value, size, op) \ argument
53 _CRC32_##op##size(crc, value)
/lib/842/
A D842_decompress.c234 u8 op = decomp_ops[o][i]; in do_op() local
236 pr_debug("op is %x\n", op); in do_op()
238 switch (op & OP_ACTION) { in do_op()
240 ret = do_data(p, op & OP_AMOUNT); in do_op()
243 ret = do_index(p, op & OP_AMOUNT); in do_op()
248 pr_err("Internal error, invalid op %x\n", op); in do_op()
282 u64 op, rep, tmp, bytes, total; in sw842_decompress() local
297 ret = next_bits(&p, &op, OP_BITS); in sw842_decompress()
303 switch (op) { in sw842_decompress()
367 ret = do_op(&p, op); in sw842_decompress()
[all …]
/lib/kunit/
A Dattributes.c90 static int int_filter(long val, const char *op, int input, int *err) in int_filter() argument
92 if (!strncmp(op, "<=", 2)) in int_filter()
94 else if (!strncmp(op, ">=", 2)) in int_filter()
96 else if (!strncmp(op, "!=", 2)) in int_filter()
98 else if (!strncmp(op, ">", 1)) in int_filter()
100 else if (!strncmp(op, "<", 1)) in int_filter()
102 else if (!strncmp(op, "=", 1)) in int_filter()
105 pr_err("kunit executor: invalid filter operation: %s\n", op); in int_filter()
341 char op; in kunit_next_attr_filter() local
363 op = input[op_index]; in kunit_next_attr_filter()
[all …]
/lib/crypto/arm64/
A Dsha1-ce-core.S34 .macro add_only, op, ev, rc, s0, dg1
39 sha1\op dg0q, \dg1, t0.4s
41 sha1\op dg0q, dg1s, t0.4s
48 sha1\op dg0q, dg2s, t1.4s
52 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1
54 add_only \op, \ev, \rc, \s1, \dg1
/lib/crypto/arm/
A Dsha1-ce-core.S36 .macro add_only, op, ev, rc, s0, dg1
42 sha1\op\().32 dg0, dg1a\ev, ta\ev
44 sha1\op\().32 dg0, \dg1, ta\ev
48 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1
50 add_only \op, \ev, \rc, \s1, \dg1

Completed in 86 milliseconds

12