| /third_party/musl/porting/linux/user/src/hook/ |
| D | malloc_common.c | 12 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in malloc() local 26 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in free() local 36 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in mmap() local 46 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in munmap() local 56 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in calloc() local 66 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in realloc() local 76 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in malloc_usable_size() local 86 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in mallopt() local
|
| D | musl_preinit.c | 296 …rary_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library() 331 …ared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library()
|
| /third_party/boost/boost/msm/back/ |
| D | dispatch_table.hpp | 39 struct dispatch_table struct 43 typedef HandledEnum (*cell)(Fsm&, int,int,Event const&); 44 typedef bool (*guard)(Fsm&, Event const&); 49 struct chain_row 101 struct make_chain_row_from_map_entry 131 struct replace_event 138 struct change_frow_event 148 typedef typename generate_state_set<Stt>::type state_list; 152 struct convert_event_and_forward 163 struct init_cell [all …]
|
| D | favor_compile_time.hpp | 78 struct dispatch_table < Fsm, Stt, Event, ::boost::msm::back::favor_compile_time> struct 82 typedef HandledEnum (*cell)(Fsm&, int,int,Event const&); 83 typedef bool (*guard)(Fsm&, Event const&); 87 typedef typename generate_state_set<Stt>::type state_list; 90 struct chain_row 111 static HandledEnum call_submachine(Fsm& fsm, int , int , Event const& evt) in call_submachine() 117 struct init_cell 187 struct default_init_cell 266 struct default_init_cell<EventType, 291 dispatch_table() in dispatch_table() function [all …]
|
| /third_party/boost/libs/mpl/example/fsm/ |
| D | player2.cpp | 56 struct dispatch_table struct 81 init_cell(dispatch_table* self_) in init_cell() argument 97 dispatch_table() in dispatch_table() function 117 static const dispatch_table instance; argument 123 // This declares the statically-initialized dispatch_table instance. argument
|
| /third_party/mesa3d/src/vulkan/util/ |
| D | vk_physical_device.h | 42 struct vk_physical_device_dispatch_table dispatch_table; member
|
| D | vk_device.h | 43 struct vk_device_dispatch_table dispatch_table; member
|
| D | vk_instance.c | 37 const struct vk_instance_dispatch_table *dispatch_table, in vk_instance_init()
|
| D | vk_instance.h | 52 struct vk_instance_dispatch_table dispatch_table; member
|
| D | vk_physical_device.c | 33 const struct vk_physical_device_dispatch_table *dispatch_table) in vk_physical_device_init()
|
| D | vk_device.c | 38 const struct vk_device_dispatch_table *dispatch_table, in vk_device_init()
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_common.h | 243 const struct vk_instance_dispatch_table *dispatch_table, in vn_instance_base_init() 264 const struct vk_physical_device_dispatch_table *dispatch_table) in vn_physical_device_base_init() 282 const struct vk_device_dispatch_table *dispatch_table, in vn_device_base_init()
|
| D | vn_device.c | 283 struct vk_device_dispatch_table dispatch_table; in vn_CreateDevice() local
|
| D | vn_instance.c | 707 struct vk_instance_dispatch_table dispatch_table; in vn_CreateInstance() local
|
| D | vn_physical_device.c | 1290 struct vk_physical_device_dispatch_table dispatch_table; in enumerate_physical_devices() local
|
| /third_party/python/Lib/ |
| D | copyreg.py | 10 dispatch_table = {} variable
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_device.c | 173 struct vk_instance_dispatch_table dispatch_table; in panvk_CreateInstance() local 281 struct vk_physical_device_dispatch_table dispatch_table; in panvk_physical_device_init() local 963 struct vk_device_dispatch_table dispatch_table; in panvk_CreateDevice() local
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 262 struct vk_physical_device_dispatch_table dispatch_table; in tu_physical_device_init() local 350 struct vk_instance_dispatch_table dispatch_table; in tu_CreateInstance() local 1449 struct vk_device_dispatch_table dispatch_table; in tu_CreateDevice() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 189 struct vk_instance_dispatch_table dispatch_table; in v3dv_CreateInstance() local 696 struct vk_physical_device_dispatch_table dispatch_table; in physical_device_init() local 1754 struct vk_device_dispatch_table dispatch_table; in v3dv_CreateDevice() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 164 struct vk_physical_device_dispatch_table dispatch_table; in lvp_physical_device_init() local 221 struct vk_instance_dispatch_table dispatch_table; in lvp_CreateInstance() local 1420 struct vk_device_dispatch_table dispatch_table; in lvp_CreateDevice() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 795 struct vk_physical_device_dispatch_table dispatch_table; in anv_physical_device_try_create() local 1104 struct vk_instance_dispatch_table dispatch_table; in anv_CreateInstance() local 2950 struct vk_device_dispatch_table dispatch_table; in anv_CreateDevice() local
|
| /third_party/python/Lib/idlelib/ |
| D | rpc.py | 67 dispatch_table = {types.CodeType: pickle_code, **copyreg.dispatch_table} variable in CodePickler
|
| /third_party/python/Lib/test/ |
| D | pickletester.py | 3780 dispatch_table = dt variable in AbstractDispatchTableTests.test_class_dispatch_table.MyPickler 3805 def _test_dispatch_table(self, dumps, dispatch_table): argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 620 struct vk_physical_device_dispatch_table dispatch_table; in radv_physical_device_try_create() local 970 struct vk_instance_dispatch_table dispatch_table; in radv_CreateInstance() local 2966 struct vk_device_dispatch_table dispatch_table; in radv_CreateDevice() local
|
| /third_party/python/Modules/ |
| D | _pickle.c | 148 PyObject *dispatch_table; member 626 PyObject *dispatch_table; /* private dispatch_table, can be NULL */ member
|