Home
last modified time | relevance | path

Searched refs:dec (Results 401 - 425 of 686) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/skia/src/core/
H A DSkStream.cpp74 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 Daggressive_dead_code_elim_pass.cpp368 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 Daggressive_dead_code_elim_pass.cpp368 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 Dvolume.c975 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 Daggressive_dead_code_elim_pass.cpp368 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 Dconvert_to_half_pass.cpp162 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 Dh264_intrapred.asm63 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 Drbtree.c510 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 Dufs_ptable.cpp471 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 D7zDec.c129 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 DPpmd7.h90 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 Dsha512-586.pl372 &dec ("edx");
423 &dec ("edx");
630 &dec ("ecx");
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl51 # 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 Drc4-x86_64.pl51 # 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 Dsha512-586.pl372 &dec ("edx");
423 &dec ("edx");
630 &dec ("ecx");
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py112 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 Dgenerate_real_test.cc461 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 Dimgutils.asm50 dec heightd
/third_party/node/test/parallel/
H A Dtest-http-agent-maxtotalsockets.js73 countdown.dec();
/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc107 << " ecn=" << log::hex << pi.ecn << log::dec << " " << datalen in on_read()
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-compiler-ia32-inl.h75 __ masm()->dec(scratch); in PrologueFillFrame()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp146 buffer << std::dec << " "; in disassemble() member in std
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DHuffman.java7 package org.brotli.dec;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannelTest.java7 import org.brotli.wrapper.dec.BrotliInputStream;
H A DBrotliOutputStreamTest.java7 import org.brotli.wrapper.dec.BrotliInputStream;

Completed in 20 milliseconds

1...<<11121314151617181920>>...28