/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 233 &dec ($b); 368 &dec ($b); 583 &dec ("edx"); 721 &dec ("edx"); 769 &dec ($len); 979 &dec ("edx"); 1099 &dec ("edx"); 1143 &dec ($len);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 145 for (auto dec : decorations) { in AnalyzeTypes() 146 AttachDecoration(*dec, type.type()); in AnalyzeTypes() 586 for (const auto& dec : pair.second) { in RebuildType() 588 std::vector<uint32_t> copy(dec); in RebuildType() 635 for (const auto& dec : type.decorations()) { in RebuildType() 637 std::vector<uint32_t> copy(dec); in RebuildType() 879 for (auto dec : decorations) { in RecordIfTypeDefinition() 880 AttachDecoration(*dec, type); in RecordIfTypeDefinition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 145 for (auto dec : decorations) { in AnalyzeTypes() 146 AttachDecoration(*dec, type.type()); in AnalyzeTypes() 586 for (const auto& dec : pair.second) { in RebuildType() 588 std::vector<uint32_t> copy(dec); in RebuildType() 635 for (const auto& dec : type.decorations()) { in RebuildType() 637 std::vector<uint32_t> copy(dec); in RebuildType() 879 for (auto dec : decorations) { in RecordIfTypeDefinition() 880 AttachDecoration(*dec, type); in RecordIfTypeDefinition()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 315 dec = maxcontext.create_decimal(value) 323 return dec 402 def harrison_ulp(self, dec): 404 a = dec.next_plus() 405 b = dec.next_minus() 408 def standard_ulp(self, dec, prec): 409 return _dec_from_triple(0, '1', dec._exp+len(dec._int)-prec)
|
/third_party/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 144 for (auto dec : decorations) { in AnalyzeTypes() 145 AttachDecoration(*dec, type.type()); in AnalyzeTypes() 603 for (const auto& dec : pair.second) { in RebuildType() 605 std::vector<uint32_t> copy(dec); in RebuildType() 660 for (const auto& dec : type.decorations()) { in RebuildType() 662 std::vector<uint32_t> copy(dec); in RebuildType() 914 for (auto dec : decorations) { in RecordIfTypeDefinition() 915 AttachDecoration(*dec, type); in RecordIfTypeDefinition()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 34 } dec; member 54 } dec; member 827 qat_req->in.rsa.dec.d = ctx->dma_d; in qat_rsa_dec() 828 qat_req->in.rsa.dec.n = ctx->dma_n; in qat_rsa_dec() 854 qat_req->in.rsa.dec.c = dma_map_single(dev, vaddr, ctx->key_sz, in qat_rsa_dec() 856 if (unlikely(dma_mapping_error(dev, qat_req->in.rsa.dec.c))) in qat_rsa_dec() 868 qat_req->out.rsa.dec.m = dma_map_single(dev, vaddr, ctx->key_sz, in qat_rsa_dec() 870 if (unlikely(dma_mapping_error(dev, qat_req->out.rsa.dec.m))) in qat_rsa_dec() 917 if (!dma_mapping_error(dev, qat_req->out.rsa.dec.m)) in qat_rsa_dec() 918 dma_unmap_single(dev, qat_req->out.rsa.dec in qat_rsa_dec() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_deblock.asm | 288 dec alpha_d ; alpha-1 290 dec beta_d ; beta-1 384 dec alpha_d 385 dec beta_d 485 dec r2 ; alpha-1 487 dec r3 ; beta-1 737 dec r2d ; alpha-1 740 dec r3d ; beta-1 948 dec alpha_d 949 dec beta_ [all...] |
H A D | vp9intrapred_16bpp.asm | 132 dec cntd 155 dec cntd 220 dec cntd 252 dec cntd 328 dec cntd 364 dec cntd 437 dec cntd 468 dec cntd 551 dec cntd 595 dec cnt [all...] |
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | kn02-irq.c | 13 #include <asm/dec/kn02.h>
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | head_ram.S | 38 dec.l #1,er4
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | kn02-irq.c | 13 #include <asm/dec/kn02.h>
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uclean.h | 234 * @return The value of the variable after the inc or dec operation. 250 * @param dec Pointer to a function to do an atomic decrement operation. Must be non-null. 256 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec,
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | PpmdDecoder.h | 79 _ppmd.rc.dec.Stream = &_inStream.vt;
in CDecoder()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | status_test_support.cc | 11 << "pos: " << std::dec << status.pos << ")"; in PrintTo()
|
/third_party/node/test/parallel/ |
H A D | test-async-local-storage-http-multiclients.js | 64 countdown.dec();
|
H A D | test-http-after-connect.js | 70 countdown.dec();
|
H A D | test-http-client-agent.js | 61 countdown.dec();
|
H A D | test-http-incoming-pipelined-socket-destroy.js | 78 countdown.dec();
|
H A D | test-http-response-splitting.js | 52 countdown.dec();
|
H A D | test-http-response-statuscode.js | 83 countdown.dec();
|
H A D | test-http-status-reason-invalid-chars.js | 43 countdown.dec();
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uclean.h | 234 * @return The value of the variable after the inc or dec operation. 250 * @param dec Pointer to a function to do an atomic decrement operation. Must be non-null. 256 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec,
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | EagerStreamTest.java | 7 package org.brotli.dec;
|
H A D | State.java | 7 package org.brotli.dec;
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | EagerStreamTest.java | 7 package org.brotli.wrapper.dec; 18 /** Tests for {@link org.brotli.wrapper.dec.BrotliInputStream}. */
|