/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 2094 static inline VkResult vn_decode_vkCreateGraphicsPipelines_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_decode_vkCreateGraphicsPipelines_reply() argument 2097 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateGraphicsPipelines_reply() 2101 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreateGraphicsPipelines_reply() 2107 if (vn_peek_array_size(dec)) { in vn_decode_vkCreateGraphicsPipelines_reply() 2108 const uint32_t iter_count = vn_decode_array_size(dec, createInfoCount); in vn_decode_vkCreateGraphicsPipelines_reply() 2110 vn_decode_VkPipeline(dec, &pPipelines[i]); in vn_decode_vkCreateGraphicsPipelines_reply() 2112 vn_decode_array_size_unchecked(dec); in vn_decode_vkCreateGraphicsPipelines_reply() 2200 static inline VkResult vn_decode_vkCreateComputePipelines_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_decode_vkCreateComputePipelines_reply() argument 2203 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateComputePipelines_reply() 2207 vn_decode_VkResult(dec, in vn_decode_vkCreateComputePipelines_reply() 2265 vn_decode_vkDestroyPipeline_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroyPipeline_reply() argument 2345 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateGraphicsPipelines() local 2367 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateComputePipelines() local 2389 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyPipeline() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | videodsp.asm | 44 dec %2 ; } while (--$h); 108 dec hq ; } while (h--) 292 dec start_yq ; } while (--start_y) 301 dec end_yq ; } while (--end_y) 312 dec bhq ; } while (--bh) 411 dec bhq ; } while (--bh) 434 dec hd
|
H A D | qpeldsp.asm | 54 dec r5d 127 dec r5d 275 dec r4d 358 dec r4d 422 dec r4d 467 dec r4d 512 dec r4d 544 dec r4d
|
H A D | h264_qpel_8bit.asm | 90 dec r4d 150 dec r4d 193 dec r4d 240 dec r5d 304 dec r5d 351 dec r5d 532 dec r3d 620 dec r4d 661 dec r4d 710 dec r4 [all...] |
/third_party/protobuf/js/binary/ |
H A D | utils.js | 627 * @param {string} dec 630 jspb.utils.decimalStringToHash64 = function(dec) { 631 goog.asserts.assert(dec.length > 0); 635 if (dec[0] === '-') { 637 dec = dec.slice(1); 660 for (var i = 0; i < dec.length; i++) { 661 muladd(10, dec.charCodeAt(i) - jspb.utils.ZERO_CHAR_CODE_);
|
/third_party/gptfdisk/ |
H A D | gptpart.cc | 318 cout << hex << partitionType.GetHexType() << " " << dec; 389 cout << dec; local 446 cout << "Current type is " << hex << GetHexType() << dec << " (" << GetTypeName() << ")\n"; 448 cout << "Hex code or GUID (L to show codes, Enter = " << hex << GetHexType() << dec << "): ";
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | iostream_state_saver.h | 84 std::ios_base::fmtflags flags = std::ios_base::dec | std::ios_base::left | in make_ostream_state_saver() 97 std::ios_base::fmtflags flags = std::ios_base::dec) { in make_ostream_state_saver() 151 std::ios_base::fmtflags flags = std::ios_base::dec | in make_istream_state_saver() 162 std::ios_base::fmtflags flags = std::ios_base::dec) { in make_istream_state_saver()
|
/third_party/spirv-tools/source/opt/ |
H A D | eliminate_dead_io_components_pass.cpp | 230 for (auto dec : decorations) { in ChangeIOVarStructLength() 231 if (dec->opcode() == spv::Op::OpMemberDecorate) { in ChangeIOVarStructLength() 232 uint32_t midx = dec->GetSingleWordInOperand(1); in ChangeIOVarStructLength() 235 type_mgr->AttachDecoration(*dec, &new_struct_ty); in ChangeIOVarStructLength()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 167 deUint32 dec = 0xff - inc; in init() local 168 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() 466 deUint32 dec = 0xff - inc; in init() local 471 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in init() 472 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in init() 473 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in init() 474 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in init() 475 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in init() 476 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in init()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 158 deUint32 dec = 0xff - inc; in init() local 159 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() 453 deUint32 dec = 0xff - inc; in init() local 458 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in init() 459 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in init() 460 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in init() 461 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in init() 462 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in init() 463 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in init()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-object.hh | 150 int dec () const { return ref_count.dec (); } in dec() function 268 if (obj->header.ref_count.dec () != 1) in hb_object_destroy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 125 const struct ModRMDecision *dec; in decode() local 129 dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 132 dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 135 dec = &THREEBYTE38_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 138 dec = &THREEBYTE3A_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 141 dec = &XOP8_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 144 dec = &XOP9_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 147 dec = &XOPA_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 150 dec = in decode() 155 switch (dec in decode() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 51 std::size_t operator()(SpvDecoration dec) const { in operator ()() 52 return static_cast<std::size_t>(dec); in operator ()() 611 for (auto& dec : vstate.id_decorations(id)) { 612 if (decoration == dec.dec_type()) return true; 633 for (auto& dec : vstate.id_decorations(id)) { 634 if (decoration == dec.dec_type()) found = true; 636 for (auto& dec : vstate.id_decorations(struct_id)) { 637 if (decoration == dec.dec_type() && 638 (int)memberIdx == dec.struct_member_index()) { 1088 for (const auto& dec [all...] |
H A D | validation_state.h | 378 void RegisterDecorationForId(uint32_t id, const Decoration& dec) { in RegisterDecorationForId() argument 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 382 dec_list.push_back(dec); in RegisterDecorationForId() 417 /// Returns true if the given id <id> has the given decoration <dec>, 419 bool HasDecoration(uint32_t id, SpvDecoration dec) { in HasDecoration() argument 425 [dec](const Decoration& d) { return dec == d.dec_type(); }); in HasDecoration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_decorations.cpp | 51 std::size_t operator()(SpvDecoration dec) const { in operator ()() 52 return static_cast<std::size_t>(dec); in operator ()() 611 for (auto& dec : vstate.id_decorations(id)) { 612 if (decoration == dec.dec_type()) return true; 633 for (auto& dec : vstate.id_decorations(id)) { 634 if (decoration == dec.dec_type()) found = true; 636 for (auto& dec : vstate.id_decorations(struct_id)) { 637 if (decoration == dec.dec_type() && 638 (int)memberIdx == dec.struct_member_index()) { 1088 for (const auto& dec [all...] |
H A D | validation_state.h | 378 void RegisterDecorationForId(uint32_t id, const Decoration& dec) { in RegisterDecorationForId() argument 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 382 dec_list.push_back(dec); in RegisterDecorationForId() 417 /// Returns true if the given id <id> has the given decoration <dec>, 419 bool HasDecoration(uint32_t id, SpvDecoration dec) { in HasDecoration() argument 425 [dec](const Decoration& d) { return dec == d.dec_type(); }); in HasDecoration()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_hw.c | 371 dev = hw_device_match_by_codec(ist->dec); in hw_device_setup_for_decode() 382 if (!avcodec_get_hw_config(ist->dec, 0)) { in hw_device_setup_for_decode() 387 config = avcodec_get_hw_config(ist->dec, i); in hw_device_setup_for_decode() 399 config = avcodec_get_hw_config(ist->dec, i); in hw_device_setup_for_decode() 434 av_hwdevice_get_type_name(type), ist->dec->name); in hw_device_setup_for_decode()
|
/third_party/ffmpeg/tests/fate/ |
H A D | opus.mak | 18 $(FATE_OPUS): REF = $(SAMPLES)/opus/$(@:fate-opus-%=%).dec 19 $(FATE_OPUS_HYBRID-yes): REF = $(SAMPLES)/opus/$(@:fate-opus-%=%)_v2.dec
|
/third_party/node/lib/internal/ |
H A D | v8_prof_polyfill.js | 85 const dec = new (require('string_decoder').StringDecoder)('utf-8'); 108 line += dec.write(buf.slice(0, bytes));
|
/third_party/node/test/parallel/ |
H A D | test-http2-respond-file-fd-range.js | 73 req.on('close', common.mustCall(() => countdown.dec())); 90 req.on('close', common.mustCall(() => countdown.dec()));
|
/third_party/node/deps/base64/base64/lib/ |
H A D | lib.c | 71 if (codec.dec == NULL || flags & 0xFFFF) { in base64_stream_decode_init() 89 return codec.dec(state, src, srclen, out, outlen); in base64_stream_decode()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 86 static void dec() in dec() function 117 dec(); in main()
|
/third_party/mesa3d/src/gtest/include/ |
H A D | mesa-gtest-extras.h | 57 result << "\n [" << std::dec << std::setw(3) << i << "]"; in array_equal_pred() 67 result << "\n [" << std::dec << std::setw(3) << i << "]"; in array_equal_pred()
|
/third_party/python/Lib/test/ |
H A D | _test_atexit.py | 98 def dec(): function 103 atexit.register(dec)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_operator.py | 20 def dec(f): function 23 return dec
|