Home
last modified time | relevance | path

Searched refs:mem_index (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/asio/detail/
Dthread_info_base.hpp42 enum { mem_index = 0 }; enumerator
47 enum { mem_index = 1 }; enumerator
52 enum { mem_index = 2 }; enumerator
95 if (this_thread && this_thread->reusable_memory_[Purpose::mem_index]) in allocate()
97 void* const pointer = this_thread->reusable_memory_[Purpose::mem_index]; in allocate()
98 this_thread->reusable_memory_[Purpose::mem_index] = 0; in allocate()
122 if (this_thread && this_thread->reusable_memory_[Purpose::mem_index] == 0) in deallocate()
126 this_thread->reusable_memory_[Purpose::mem_index] = pointer; in deallocate()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dthread_info_base.hpp42 enum { mem_index = 0 }; enumerator
47 enum { mem_index = 1 }; enumerator
52 enum { mem_index = 2 }; enumerator
95 if (this_thread && this_thread->reusable_memory_[Purpose::mem_index]) in allocate()
97 void* const pointer = this_thread->reusable_memory_[Purpose::mem_index]; in allocate()
98 this_thread->reusable_memory_[Purpose::mem_index] = 0; in allocate()
122 if (this_thread && this_thread->reusable_memory_[Purpose::mem_index] == 0) in deallocate()
126 this_thread->reusable_memory_[Purpose::mem_index] = pointer; in deallocate()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstmemindex.c103 #define CLASS(mem_index) GST_MEM_INDEX_CLASS (G_OBJECT_GET_CLASS (mem_index)) argument
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstmemindex.c103 #define CLASS(mem_index) GST_MEM_INDEX_CLASS (G_OBJECT_GET_CLASS (mem_index)) argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c251 if (instr->mem_index != load->index) in gpir_instr_insert_mem_check()
256 instr->mem_index = load->index; in gpir_instr_insert_mem_check()
Dgpir.h326 int mem_index; member
Dcodegen.c482 code->load_addr = instr->mem_index; in gpir_codegen_mem_slot()