Home
last modified time | relevance | path

Searched refs:dec (Results 451 - 475 of 945) sorted by relevance

1...<<11121314151617181920>>...38

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree-remove.c545 if (info->value_type.dec) in dm_btree_remove()
546 info->value_type.dec(info->value_type.context, in dm_btree_remove()
655 if (info->value_type.dec) in remove_one()
656 info->value_type.dec(info->value_type.context, in remove_one()
/kernel/linux/linux-5.10/net/caif/
H A Dcfctrl.c593 static int dec; in handle_loop() local
598 if (!dec) { in handle_loop()
603 dec = 1; in handle_loop()
611 dec = 0; in handle_loop()
/kernel/linux/linux-6.6/net/caif/
H A Dcfctrl.c593 static int dec; in handle_loop() local
598 if (!dec) { in handle_loop()
603 dec = 1; in handle_loop()
611 dec = 0; in handle_loop()
/third_party/ffmpeg/doc/examples/
H A Dtranscoding.c81 const AVCodec *dec = avcodec_find_decoder(stream->codecpar->codec_id); in open_input_file() local
83 if (!dec) { in open_input_file()
87 codec_ctx = avcodec_alloc_context3(dec); in open_input_file()
104 ret = avcodec_open2(codec_ctx, dec, NULL); in open_input_file()
/third_party/ffmpeg/libavcodec/x86/
H A Drv40dsp.asm171 dec heightd ; next row
228 dec heightd ; next row
281 dec heightd ; next row
314 dec heightd ; next row
H A Dvp9mc_16bpp.asm102 dec hd
192 dec hd
291 dec hd
410 dec hd
H A Dh264_qpel_10bit.asm212 dec r3d
300 dec r3d
378 dec r3d
651 dec r3d
750 dec r3d
795 dec r3d
844 dec r3d
H A Dh264_chromamc_10bit.asm103 dec r3d
145 dec r3d
235 dec r3d
H A Dvp8dsp.asm201 dec heightd ; next row
231 dec heightd ; next row
269 dec heightd ; next row
315 dec heightd ; next row
369 dec heightd ; next row
427 dec heightd ; next row
475 dec heightd ; next row
538 dec heightd ; next row
591 dec heightd ; next row
656 dec height
[all...]
/third_party/libdrm/tests/amdgpu/
H A Djpeg_tests.c536 uint8_t *dec; in amdgpu_cs_jpeg_decode() local
565 dec = dec_buf.ptr + (size / 2); in amdgpu_cs_jpeg_decode()
570 sum += *((dec + JPEG_DEC_LUMA_OFFSET + i * JPEG_DEC_DT_PITCH) + j); in amdgpu_cs_jpeg_decode()
573 sum += *((dec + JPEG_DEC_CHROMA_OFFSET + i * JPEG_DEC_DT_PITCH) + j); in amdgpu_cs_jpeg_decode()
/third_party/python/Lib/test/
H A Dtest_typing.py5211 @ann_module.dec
5215 @ann_module.dec
5216 @ann_module.dec
7274 dec = "a decoration"
7280 self.assertEqual(S[Annotated[int, dec]], Annotated[int, dec, dec2])
7281 L = Annotated[List[T], dec]
7283 self.assertEqual(L[int], Annotated[List[int], dec])
7287 self.assertEqual(S[L[int]], Annotated[List[int], dec, dec2])
7289 D = Annotated[typing.Dict[KT, VT], dec]
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c538 s64 hdec, dec; in kvmhv_vcpu_entry_p9() local
845 dec = mfspr(SPRN_DEC); in kvmhv_vcpu_entry_p9()
847 dec = (s32) dec; in kvmhv_vcpu_entry_p9()
849 vcpu->arch.dec_expires = dec + *tb; in kvmhv_vcpu_entry_p9()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c44 * nv_dec_eval_min_calls Wait this many RTT measurements before dec cwnd
404 int dec; in tcpnv_acked() local
406 dec = max(2U, ((tp->snd_cwnd - max_win) * in tcpnv_acked()
408 tp->snd_cwnd -= dec; in tcpnv_acked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c43 * nv_dec_eval_min_calls Wait this many RTT measurements before dec cwnd
403 int dec; in tcpnv_acked() local
405 dec = max(2U, ((tcp_snd_cwnd(tp) - max_win) * in tcpnv_acked()
407 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - dec); in tcpnv_acked()
/third_party/ltp/testcases/kernel/kvm/
H A Dbootstrap_x86_64.S100 dec %ecx
119 dec %ecx
133 dec %ecx
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc35 using std::dec;
179 ss << "{Repr " << hex << this << " data=" << data_ << " size=" << dec in DebugString()
396 ss << "{UnicodeText " << hex << this << dec << " chars=" in DebugString()
/third_party/node/deps/openssl/openssl/crypto/
H A Dx86_64cpuid.pl306 dec $arg3
487 dec %r11
509 dec $arg2
/third_party/openssl/crypto/
H A Dx86_64cpuid.pl306 dec $arg3
487 dec %r11
509 dec $arg2
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp152 id, [](const Instruction& dec) { in RemoveRelaxedDecoration()
153 if (dec.opcode() == SpvOpDecorate && in RemoveRelaxedDecoration()
154 dec.GetSingleWordInOperand(1u) == SpvDecorationRelaxedPrecision) in RemoveRelaxedDecoration()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp152 id, [](const Instruction& dec) { in RemoveRelaxedDecoration()
153 if (dec.opcode() == SpvOpDecorate && in RemoveRelaxedDecoration()
154 dec.GetSingleWordInOperand(1u) == SpvDecorationRelaxedPrecision) in RemoveRelaxedDecoration()
/third_party/toybox/toys/pending/
H A Dsyslogd.c85 static char *dec(int val, CODE *clist, char *buf) in dec() function
349 facstr = dec(pri & LOG_FACMASK, facilitynames, facbuf); in logmsg()
350 lvlstr = dec(LOG_PRI(pri), prioritynames, pribuf); in logmsg()
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py93 dec = getattr(s, "decode", None)
94 if dec is not None:
96 s = dec("mbcs")
/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h1287 int dec, c = atomic_read(v); in atomic_dec_if_positive() local
1290 dec = c - 1; in atomic_dec_if_positive()
1291 if (unlikely(dec < 0)) in atomic_dec_if_positive()
1293 } while (!atomic_try_cmpxchg(v, &c, dec)); in atomic_dec_if_positive()
1295 return dec; in atomic_dec_if_positive()
2511 s64 dec, c = atomic64_read(v); in atomic64_dec_if_positive() local
2514 dec = c - 1; in atomic64_dec_if_positive()
2515 if (unlikely(dec < 0)) in atomic64_dec_if_positive()
2517 } while (!atomic64_try_cmpxchg(v, &c, dec)); in atomic64_dec_if_positive()
2519 return dec; in atomic64_dec_if_positive()
[all...]
H A Datomic-arch-fallback.h1170 int dec, c = arch_atomic_read(v); in arch_atomic_dec_if_positive() local
1173 dec = c - 1; in arch_atomic_dec_if_positive()
1174 if (unlikely(dec < 0)) in arch_atomic_dec_if_positive()
1176 } while (!arch_atomic_try_cmpxchg(v, &c, dec)); in arch_atomic_dec_if_positive()
1178 return dec; in arch_atomic_dec_if_positive()
2277 s64 dec, c = arch_atomic64_read(v); in arch_atomic64_dec_if_positive() local
2280 dec = c - 1; in arch_atomic64_dec_if_positive()
2281 if (unlikely(dec < 0)) in arch_atomic64_dec_if_positive()
2283 } while (!arch_atomic64_try_cmpxchg(v, &c, dec)); in arch_atomic64_dec_if_positive()
2285 return dec; in arch_atomic64_dec_if_positive()
[all...]
/third_party/eudev/
H A Dconfig.guess269 echo mips-dec-osf1
322 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
466 echo mips-dec-mach_bsd4.3
469 echo mips-dec-ultrix${UNAME_RELEASE}
472 echo vax-dec-ultrix${UNAME_RELEASE}
1039 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1376 echo pdp10-dec-tops20
1396 A*) echo alpha-dec-vms ; exit ;;
1397 I*) echo ia64-dec-vms ; exit ;;
1398 V*) echo vax-dec
[all...]

Completed in 36 milliseconds

1...<<11121314151617181920>>...38