/third_party/skia/src/core/ |
H A D | SkStream.cpp | 74 bool SkWStream::writeDecAsText(int32_t dec) in writeDecAsText() argument 77 char* stop = SkStrAppendS32(buffer, dec); in writeDecAsText() 81 bool SkWStream::writeBigDecAsText(int64_t dec, int minDigits) in writeBigDecAsText() argument 84 char* stop = SkStrAppendU64(buffer, dec, minDigits); in writeBigDecAsText()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 368 for (Instruction* dec : decorations) { in AddDecorationsToWorkList() 372 if (dec->opcode() != SpvOpDecorateId) { in AddDecorationsToWorkList() 375 if (dec->GetSingleWordInOperand(1) == in AddDecorationsToWorkList() 381 AddToWorklist(dec); in AddDecorationsToWorkList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 368 for (Instruction* dec : decorations) { in AddDecorationsToWorkList() 372 if (dec->opcode() != SpvOpDecorateId) { in AddDecorationsToWorkList() 375 if (dec->GetSingleWordInOperand(1) == in AddDecorationsToWorkList() 381 AddToWorklist(dec); in AddDecorationsToWorkList()
|
/third_party/pulseaudio/src/pulse/ |
H A D | volume.c | 975 pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec) { in pa_cvolume_dec() argument 981 pa_return_val_if_fail(PA_VOLUME_IS_VALID(dec), NULL); in pa_cvolume_dec() 985 if (m <= PA_VOLUME_MUTED + dec) in pa_cvolume_dec() 988 m -= dec; in pa_cvolume_dec()
|
/third_party/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 368 for (Instruction* dec : decorations) { in AddDecorationsToWorkList() 372 if (dec->opcode() != spv::Op::OpDecorateId) { in AddDecorationsToWorkList() 375 if (spv::Decoration(dec->GetSingleWordInOperand(1)) == in AddDecorationsToWorkList() 381 AddToWorklist(dec); in AddDecorationsToWorkList()
|
H A D | convert_to_half_pass.cpp | 162 id, [](const Instruction& dec) { in RemoveRelaxedDecoration() 163 if (dec.opcode() == spv::Op::OpDecorate && in RemoveRelaxedDecoration() 164 spv::Decoration(dec.GetSingleWordInOperand(1u)) == in RemoveRelaxedDecoration()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred.asm | 63 dec r2 96 dec r2 118 dec r0 147 dec r3d 193 dec r5d 229 dec iterationd 428 dec r4 557 dec r4 600 dec r2 715 dec r [all...] |
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 510 int32_t RbTreeDecode(struct RbTree *t, RbTreeValueDecoder dec, RbTreeValueFree freeFunc, in RbTreeDecode() argument 513 if (t == NULL || t->root == NULL || dec == NULL || freeFunc == NULL || buf == NULL || size == 0) { in RbTreeDecode() 548 int rc = dec(&value, s, valueSize); in RbTreeDecode()
|
/base/update/updater/services/ptable_parse/ |
H A D | ufs_ptable.cpp | 471 LOG(INFO) << "GetPtableImageUfsLunPmbrStart : " << std::hex << pmbrStart << std::dec; in GetPtableImageUfsLunPmbrStart() member in Updater::std 479 LOG(INFO) << "GetPtableImageUfsLunGptHeaderStart : " << std::hex << gptHeaderStart << std::dec; in GetPtableImageUfsLunGptHeaderStart() member in Updater::std 487 LOG(INFO) << "GetPtableImageUfsLunEntryStart : " << std::hex << entryStart << std::dec; in GetPtableImageUfsLunEntryStart() member in Updater::std
|
/third_party/lzma/C/ |
H A D | 7zDec.c | 129 ppmd.rc.dec.Stream = &s.vt;
in SzDecodePpmd() 130 if (!Ppmd7z_RangeDec_Init(&ppmd.rc.dec))
in SzDecodePpmd() 145 else if (!Ppmd7z_RangeDec_IsFinishedOK(&ppmd.rc.dec))
in SzDecodePpmd() 147 /* if (Ppmd7z_DecodeSymbol(&ppmd) != PPMD7_SYM_END || !Ppmd7z_RangeDec_IsFinishedOK(&ppmd.rc.dec)) */
in SzDecodePpmd()
|
H A D | Ppmd7.h | 90 CPpmd7_RangeDec dec;
member 151 You must set (CPpmd7::rc.dec.Stream) before Ppmd7*_RangeDec_Init()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 372 &dec ("edx"); 423 &dec ("edx"); 630 &dec ("ecx");
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-x86_64.pl | 51 # P4 EM64T core appears to be "allergic" to 64-bit inc/dec. Replacing 205 dec $TX[1] 263 dec $TX[1] 341 dec $len
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-x86_64.pl | 51 # P4 EM64T core appears to be "allergic" to 64-bit inc/dec. Replacing 205 dec $TX[1] 263 dec $TX[1] 341 dec $len
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 372 &dec ("edx"); 423 &dec ("edx"); 630 &dec ("ecx");
|
/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 112 dec = getattr(s, "decode", None) 113 if dec is not None: 115 s = dec("mbcs")
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | generate_real_test.cc | 461 uint64_t dec = 1; in TEST() local 468 dec <<= (kDig - clz); in TEST() 471 for (; x > chk && limit > 0; x -= dec) { in TEST()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | imgutils.asm | 50 dec heightd
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-maxtotalsockets.js | 73 countdown.dec();
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic_listener.cc | 107 << " ecn=" << log::hex << pi.ecn << log::dec << " " << datalen in on_read()
|
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-compiler-ia32-inl.h | 75 __ masm()->dec(scratch); in PrologueFillFrame()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 146 buffer << std::dec << " "; in disassemble() member in std
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 7 package org.brotli.dec;
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | BrotliEncoderChannelTest.java | 7 import org.brotli.wrapper.dec.BrotliInputStream;
|
H A D | BrotliOutputStreamTest.java | 7 import org.brotli.wrapper.dec.BrotliInputStream;
|