Searched refs:current_id (Results 1 – 10 of 10) sorted by relevance
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 64 uint32_t current_id = 0; in Apply() local 68 current_id = instruction->GetSingleWordInOperand(i - 1); in Apply() 73 current_id != 0 && in Apply() 82 [type_id, current_id](opt::IRContext* /* unused */, in Apply() 88 candidate->result_id() != current_id; in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 65 uint32_t current_id = 0; in Apply() local 69 current_id = instruction->GetSingleWordInOperand(i - 1); in Apply() 74 current_id != 0 && in Apply() 83 [type_id, current_id](opt::IRContext* /* unused */, in Apply() 89 candidate->result_id() != current_id; in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 65 uint32_t current_id = 0; in Apply() local 69 current_id = instruction->GetSingleWordInOperand(i - 1); in Apply() 74 current_id != 0 && in Apply() 83 [type_id, current_id](opt::IRContext* /* unused */, in Apply() 89 candidate->result_id() != current_id; in Apply()
|
/third_party/cef/libcef/common/ |
D | task_runner_impl.cc | 101 BrowserThread::ID current_id; in GetCurrentTaskRunner() local 102 if (BrowserThread::GetCurrentThreadIdentifier(¤t_id) && in GetCurrentTaskRunner() 103 BrowserThread::IsThreadInitialized(current_id)) { in GetCurrentTaskRunner() 107 {current_id, base::TaskPriority::USER_BLOCKING}); in GetCurrentTaskRunner()
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | handler_tracking.ipp | 129 uint64_t current_id = 0; 131 current_id = current_completion->id_; 143 current_id, h.id_, 158 current_id, h.id_, object_type, object, op_name); 299 unsigned long long current_id = 0; 301 current_id = current_completion->id_; 310 current_id, object_type, object, op_name);
|
/third_party/boost/boost/asio/detail/impl/ |
D | handler_tracking.ipp | 129 uint64_t current_id = 0; 131 current_id = current_completion->id_; 143 current_id, h.id_, 158 current_id, h.id_, object_type, object, op_name); 299 unsigned long long current_id = 0; 301 current_id = current_completion->id_; 310 current_id, object_type, object, op_name);
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstrtpxqtdepay.c | 307 rtpxqtdepay->current_id = ((payload[2] & 0x7f) << 8) | payload[3]; in gst_rtp_xqt_depay_process() 311 l, d, rtpxqtdepay->current_id); in gst_rtp_xqt_depay_process() 540 rtpxqtdepay->previous_id = rtpxqtdepay->current_id; in gst_rtp_xqt_depay_process() 673 rtpxqtdepay->current_id = -1; in gst_rtp_xqt_depay_change_state()
|
D | gstrtpxqtdepay.h | 51 guint16 current_id; member
|
/third_party/boost/tools/build/src/build/ |
D | property.py | 49 current_id = 1 variable in PropertyMeta 97 self.id = PropertyMeta.current_id 103 PropertyMeta.current_id += 1
|
/third_party/ffmpeg/libavformat/ |
D | matroskadec.c | 365 uint32_t current_id; member 813 matroska->current_id = id; in matroska_reset_status() 1239 if (!matroska->current_id) { in ebml_parse() 1260 matroska->current_id = id | 1 << 7 * res; in ebml_parse() 1264 pos -= (av_log2(matroska->current_id) + 7) / 8; in ebml_parse() 1267 id = matroska->current_id; in ebml_parse() 1309 matroska->current_id = 0; in ebml_parse() 1873 uint32_t saved_id = matroska->current_id; in matroska_parse_seekhead_entry() 1890 matroska->current_id = 0; in matroska_parse_seekhead_entry() 2972 if (matroska->current_id == MATROSKA_ID_CLUSTER) in matroska_read_header() [all …]
|