/third_party/mesa3d/src/mapi/ |
D | entry_x86_tls.h | 67 #define STUB_ASM_CODE(slot) \ argument 104 int slot = 0; in entry_patch_public() local 112 entry_get_public(int slot) in entry_get_public() 118 entry_patch(mapi_func entry, int slot) in entry_patch() 125 entry_generate_or_patch(int slot, char *code, size_t size) in entry_generate_or_patch() 151 entry_generate(int slot) in entry_generate()
|
D | entry_x86-64_tls.h | 52 #define STUB_ASM_CODE(slot) \ argument 60 #define STUB_ASM_CODE(slot) \ argument 86 entry_get_public(int slot) in entry_get_public() 92 entry_patch(mapi_func entry, int slot) in entry_patch() 103 entry_generate(int slot) in entry_generate()
|
D | entry_ppc64le_tls.h | 57 #define STUB_ASM_CODE(slot) \ argument 83 entry_get_public(int slot) in entry_get_public() 127 entry_patch(mapi_func entry, int slot) in entry_patch() 135 entry_generate(int slot) in entry_generate()
|
D | entry.c | 82 entry_get_public(int slot) in entry_get_public() 89 entry_generate(int slot) in entry_generate() 95 entry_patch(mapi_func entry, int slot) in entry_patch()
|
/third_party/libinput/test/ |
D | litest-device-protocol-a-touch-screen.c | 32 struct slot { struct 33 bool active; 34 int x, y; 35 int tracking_id; 53 protocolA_down(struct litest_device *d, unsigned int slot, double x, double y) in protocolA_down() 98 protocolA_move(struct litest_device *d, unsigned int slot, double x, double y) in protocolA_move() 138 protocolA_up(struct litest_device *d, unsigned int slot) in protocolA_up()
|
D | litest-device-vmware-virtual-usb-mouse.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up()
|
D | litest-device-qemu-usb-tablet.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up()
|
D | litest-device-xen-virtual-pointer.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up()
|
/third_party/glfw/tests/ |
D | events.c | 271 Slot* slot = glfwGetWindowUserPointer(window); in window_pos_callback() local 278 Slot* slot = glfwGetWindowUserPointer(window); in window_size_callback() local 285 Slot* slot = glfwGetWindowUserPointer(window); in framebuffer_size_callback() local 294 Slot* slot = glfwGetWindowUserPointer(window); in window_close_callback() local 303 Slot* slot = glfwGetWindowUserPointer(window); in window_refresh_callback() local 314 Slot* slot = glfwGetWindowUserPointer(window); in window_focus_callback() local 322 Slot* slot = glfwGetWindowUserPointer(window); in window_iconify_callback() local 330 Slot* slot = glfwGetWindowUserPointer(window); in mouse_button_callback() local 340 Slot* slot = glfwGetWindowUserPointer(window); in cursor_position_callback() local 347 Slot* slot = glfwGetWindowUserPointer(window); in cursor_enter_callback() local [all …]
|
/third_party/mbedtls/library/ |
D | psa_crypto_core.h | 115 static inline int psa_is_key_slot_occupied(const psa_key_slot_t *slot) in psa_is_key_slot_occupied() 128 static inline int psa_is_key_slot_locked(const psa_key_slot_t *slot) in psa_is_key_slot_locked() 141 static inline uint16_t psa_key_slot_get_flags(const psa_key_slot_t *slot, in psa_key_slot_get_flags() 153 static inline void psa_key_slot_set_flags(psa_key_slot_t *slot, in psa_key_slot_set_flags() 166 static inline void psa_key_slot_set_bits_in_flags(psa_key_slot_t *slot, in psa_key_slot_set_bits_in_flags() 177 static inline void psa_key_slot_clear_bits(psa_key_slot_t *slot, in psa_key_slot_clear_bits() 191 const psa_key_slot_t *slot) in psa_key_slot_get_slot_number()
|
D | psa_crypto_slot_management.c | 103 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local 157 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in psa_wipe_all_key_slots() local 178 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in psa_get_empty_key_slot() local 227 static psa_status_t psa_load_persistent_key_into_slot(psa_key_slot_t *slot) in psa_load_persistent_key_into_slot() 268 static psa_status_t psa_load_builtin_key_into_slot(psa_key_slot_t *slot) in psa_load_builtin_key_into_slot() 401 psa_status_t psa_unlock_key_slot(psa_key_slot_t *slot) in psa_unlock_key_slot() 479 psa_key_slot_t *slot; in psa_open_key() local 505 psa_key_slot_t *slot; in psa_close_key() local 529 psa_key_slot_t *slot; in psa_purge_key() local 551 const psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in mbedtls_psa_get_stats() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | hook-list.c | 38 static void slot_free(pa_hook *hook, pa_hook_slot *slot) { in slot_free() 58 pa_hook_slot *slot, *where, *prev; in pa_hook_connect() local 81 void pa_hook_slot_free(pa_hook_slot *slot) { in pa_hook_slot_free() 93 pa_hook_slot *slot, *next; in pa_hook_fire() local
|
/third_party/node/deps/v8/src/objects/ |
D | feedback-vector-inl.h | 128 MaybeObject slot = maybe_optimized_code(kAcquireLoad); in optimized_code() local 179 MaybeObject FeedbackVector::Get(FeedbackSlot slot) const { in Get() 186 FeedbackSlot slot) const { in Get() 203 MaybeObject FeedbackVector::SynchronizedGet(FeedbackSlot slot) const { in SynchronizedGet() 212 void FeedbackVector::SynchronizedSet(FeedbackSlot slot, MaybeObject value, in SynchronizedSet() 222 void FeedbackVector::SynchronizedSet(FeedbackSlot slot, Object value, in SynchronizedSet() 227 void FeedbackVector::Set(FeedbackSlot slot, MaybeObject value, in Set() 233 void FeedbackVector::Set(FeedbackSlot slot, Object value, in Set() 359 FeedbackSlot slot) const { in GetFeedback() 363 void NexusConfig::SetFeedback(FeedbackVector vector, FeedbackSlot slot, in SetFeedback() [all …]
|
/third_party/node/deps/v8/src/ic/ |
D | binary-op-assembler.h | 59 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_BitwiseOrWithFeedback() 69 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_BitwiseXorWithFeedback() 80 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_BitwiseAndWithFeedback() 91 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_ShiftLeftWithFeedback() 102 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_ShiftRightWithFeedback() 113 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_ShiftRightLogicalWithFeedback() 124 const LazyNode<Context>& context, TNode<UintPtrT> slot, in Generate_BitwiseBinaryOpWithFeedback()
|
D | unary-op-assembler.cc | 20 TNode<UintPtrT> slot, in BitwiseNot() 59 TNode<UintPtrT> slot, in Decrement() 67 TNode<UintPtrT> slot, in Increment() 75 TNode<UintPtrT> slot, in Negate() 129 TNode<UintPtrT> slot, in UnaryOpWithFeedback() 223 TNode<Object> value, TNode<UintPtrT> slot, in IncrementOrDecrement() 264 TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, in Generate_BitwiseNotWithFeedback() 273 TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, in Generate_DecrementWithFeedback() 282 TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, in Generate_IncrementWithFeedback() 291 TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, in Generate_NegateWithFeedback()
|
D | ic.h | 183 LoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in LoadIC() 217 FeedbackSlot slot, FeedbackSlotKind kind) in LoadGlobalIC() 227 FeedbackSlot slot, FeedbackSlotKind kind) in KeyedLoadIC() 259 StoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in StoreIC() 288 FeedbackSlot slot, FeedbackSlotKind kind) in StoreGlobalIC() 312 FeedbackSlot slot, FeedbackSlotKind kind) in KeyedStoreIC() 342 FeedbackSlot slot) in StoreInArrayLiteralIC()
|
/third_party/node/deps/v8/src/heap/ |
D | heap-write-barrier-inl.h | 86 inline void GenerationalBarrierInternal(HeapObject object, Address slot, in GenerationalBarrierInternal() 102 Address slot, in GenerationalEphemeronKeyBarrierInternal() 134 inline void GenerationalBarrier(HeapObject object, ObjectSlot slot, in GenerationalBarrier() 142 inline void GenerationalBarrier(HeapObject object, ObjectSlot slot, in GenerationalBarrier() 148 inline void GenerationalBarrier(HeapObject object, ObjectSlot slot, in GenerationalBarrier() 156 ObjectSlot slot, Object value) { in GenerationalEphemeronKeyBarrier() 165 inline void GenerationalBarrier(HeapObject object, MaybeObjectSlot slot, in GenerationalBarrier() 224 void WriteBarrier::Marking(HeapObject host, ObjectSlot slot, Object value) { in Marking() 230 void WriteBarrier::Marking(HeapObject host, MaybeObjectSlot slot, in Marking() 237 void WriteBarrier::Marking(HeapObject host, HeapObjectSlot slot, in Marking()
|
D | scavenger-inl.h | 114 Map map, THeapObjectSlot slot, HeapObject object, int object_size, in SemiSpaceCopyObject() 151 CopyAndForwardResult Scavenger::PromoteObject(Map map, THeapObjectSlot slot, in PromoteObject() 233 Map map, THeapObjectSlot slot, HeapObject object, int object_size, in EvacuateObjectDefault() 277 SlotCallbackResult Scavenger::EvacuateThinString(Map map, THeapObjectSlot slot, in EvacuateThinString() 303 THeapObjectSlot slot, in EvacuateShortcutCandidate() 346 Map map, THeapObjectSlot slot, String object, int object_size, in EvacuateInPlaceInternalizableString() 358 SlotCallbackResult Scavenger::EvacuateObject(THeapObjectSlot slot, Map map, in EvacuateObject() 434 SlotCallbackResult Scavenger::CheckAndScavengeObject(Heap* heap, TSlot slot) { in CheckAndScavengeObject() 469 void ScavengeVisitor::VisitCodePointer(HeapObject host, CodeObjectSlot slot) { in VisitCodePointer() 501 void ScavengeVisitor::VisitHeapObjectImpl(TSlot slot, HeapObject heap_object) { in VisitHeapObjectImpl() [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_feedback.h | 74 vn_feedback_get_status(struct vn_feedback_slot *slot) in vn_feedback_get_status() 80 vn_feedback_reset_status(struct vn_feedback_slot *slot) in vn_feedback_reset_status() 89 vn_feedback_set_status(struct vn_feedback_slot *slot, VkResult status) in vn_feedback_set_status() 97 vn_feedback_get_counter(struct vn_feedback_slot *slot) in vn_feedback_get_counter() 104 vn_feedback_set_counter(struct vn_feedback_slot *slot, uint64_t counter) in vn_feedback_set_counter()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 47 assign_vue_slot(struct brw_vue_map *vue_map, int varying, int slot) in assign_vue_slot() 108 int slot = 0; in brw_compute_vue_map() local 244 int slot = 0; in brw_compute_tess_vue_map() local 282 varying_name(brw_varying_slot slot, gl_shader_stage stage) in varying_name()
|
/third_party/node/deps/v8/src/interpreter/ |
D | block-coverage-builder.h | 39 const int slot = static_cast<int>(slots_.size()); in AllocateBlockCoverageSlot() local 52 const int slot = static_cast<int>(slots_.size()); in AllocateNaryBlockCoverageSlot() local 63 int slot = AllocateBlockCoverageSlot(node, kind); in IncrementBlockCounter() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 381 per_vertex_accumulator::add_field(int slot, const glsl_type *type, in add_field() 446 ir_variable *add_input(int slot, const glsl_type *type, int precision, in add_input() 453 ir_variable *add_input(int slot, const glsl_type *type, const char *name, in add_input() 459 ir_variable *add_output(int slot, const glsl_type *type, int precision, in add_output() 465 ir_variable *add_output(int slot, const glsl_type *type, const char *name) in add_output() 470 ir_variable *add_index_output(int slot, int index, const glsl_type *type, in add_index_output() 477 ir_variable *add_system_value(int slot, const glsl_type *type, int precision, in add_system_value() 482 ir_variable *add_system_value(int slot, const glsl_type *type, in add_system_value() 509 void add_varying(int slot, const glsl_type *type, const char *name, in add_varying() 562 int slot, int index) in add_index_variable() [all …]
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 54 FT_GlyphSlot slot, in ft_raster1_transform() 81 FT_GlyphSlot slot, in ft_raster1_get_cbox() 94 FT_GlyphSlot slot, in ft_raster1_render()
|
/third_party/libinput/src/ |
D | evdev-totem.c | 49 int slot; /* current slot */ member 125 struct totem_slot *slot = &totem->slots[i]; in totem_set_touch_device_enabled() local 206 struct totem_slot *slot = &totem->slots[totem->slot]; in totem_process_abs() local 262 struct totem_slot *slot, in totem_slot_fetch_axes() 333 struct totem_slot *slot, in totem_slot_mark_all_axes_changed() 347 struct totem_slot *slot) in totem_slot_reset_changed_axes() 354 struct totem_slot *slot) in slot_axes_initialize() 370 struct totem_slot *slot, in totem_handle_slot_state() 557 struct totem_slot *slot = &totem->slots[i]; in totem_interface_suspend() local 667 struct totem_slot *slot = &totem->slots[i]; in totem_interface_initial_proximity() local [all …]
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 258 FeedbackSlot slot(iterator.Next()); in TranslationArrayPrintSingleFrame() local 272 TranslatedValue slot(container, kCapturedObject); in NewDeferredObject() local 280 TranslatedValue slot(container, kDuplicatedObject); in NewDuplicateObject() local 288 TranslatedValue slot(container, kFloat); in NewFloat() local 296 TranslatedValue slot(container, kDouble); in NewDouble() local 304 TranslatedValue slot(container, kInt32); in NewInt32() local 312 TranslatedValue slot(container, kInt64); in NewInt64() local 320 TranslatedValue slot(container, kInt64ToBigInt); in NewInt64ToBigInt() local 328 TranslatedValue slot(container, kUInt32); in NewUInt32() local 336 TranslatedValue slot(container, kBoolBit); in NewBool() local [all …]
|