Home
last modified time | relevance | path

Searched refs:prev_entry (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp33 struct jit_code_entry *prev_entry; member
125 JITCodeEntry->prev_entry = nullptr; in NotifyDebugger()
129 NextEntry->prev_entry = JITCodeEntry; in NotifyDebugger()
200 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal()
204 NextEntry->prev_entry = PrevEntry; in deregisterObjectInternal()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1012 GstTocEntry *cur_entry = NULL, *prev_entry = NULL; in gst_flac_parse_handle_cuesheet() local
1056 prev_entry = cur_entry; in gst_flac_parse_handle_cuesheet()
1058 if (prev_entry != NULL) { in gst_flac_parse_handle_cuesheet()
1059 gst_toc_entry_get_start_stop_times (prev_entry, &start, NULL); in gst_flac_parse_handle_cuesheet()
1063 gst_toc_entry_set_start_stop_times (prev_entry, start, stop); in gst_flac_parse_handle_cuesheet()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c749 struct hash_entry *prev_entry = in emit_alu() local
751 if (prev_entry) { in emit_alu()
752 cond = prev_entry->data; in emit_alu()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c2341 STSCEntry *prev_entry = &atom_array_index (&stsc->entries, len - 2); in atom_stsc_copy_data() local
2343 if (prev_entry->samples_per_chunk == current_entry->samples_per_chunk && in atom_stsc_copy_data()
2344 prev_entry->sample_description_index == in atom_stsc_copy_data()
Dgstqtmux.c4129 STSCEntry *prev_entry = in gst_qt_mux_stop_file() local
4133 prev_entry->first_chunk) * prev_entry->samples_per_chunk; in gst_qt_mux_stop_file()