/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_ppc64le_tsd.h | 57 #define STUB_ASM_CODE(slot) \ argument 118 entry_get_public(int slot) in entry_get_public() 184 entry_patch(mapi_func entry, int slot) in entry_patch() 193 entry_generate(int slot) in entry_generate()
|
D | entry_x86_tsd.h | 64 #define STUB_ASM_CODE(slot) \ argument 121 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 | 88 entry_get_public(int slot) in entry_get_public() 95 entry_generate(int slot) in entry_generate() 101 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-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()
|
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()
|
/third_party/mbedtls/library/ |
D | psa_crypto_core.h | 104 static inline int psa_is_key_slot_occupied( const psa_key_slot_t *slot ) in psa_is_key_slot_occupied() 117 static inline int psa_is_key_slot_locked( const psa_key_slot_t *slot ) in psa_is_key_slot_locked() 130 static inline uint16_t psa_key_slot_get_flags( const psa_key_slot_t *slot, in psa_key_slot_get_flags() 142 static inline void psa_key_slot_set_flags( psa_key_slot_t *slot, in psa_key_slot_set_flags() 155 static inline void psa_key_slot_set_bits_in_flags( psa_key_slot_t *slot, in psa_key_slot_set_bits_in_flags() 166 static inline void psa_key_slot_clear_bits( psa_key_slot_t *slot, in psa_key_slot_clear_bits() 180 const psa_key_slot_t *slot ) in psa_key_slot_get_slot_number()
|
D | psa_crypto_slot_management.c | 107 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local 164 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots() local 187 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot() local 237 static psa_status_t psa_load_persistent_key_into_slot( psa_key_slot_t *slot ) in psa_load_persistent_key_into_slot() 279 static psa_status_t psa_load_builtin_key_into_slot( psa_key_slot_t *slot ) in psa_load_builtin_key_into_slot() 404 psa_status_t psa_unlock_key_slot( psa_key_slot_t *slot ) in psa_unlock_key_slot() 485 psa_key_slot_t *slot; in psa_open_key() local 511 psa_key_slot_t *slot; in psa_close_key() local 533 psa_key_slot_t *slot; in psa_purge_key() local 554 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats() local
|
/third_party/flutter/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/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 428 void PaPatchListSingle(PA_STATE_OPT& pa, uint32_t slot, uint32_t primIndex, simd4scalar verts[]) in PaPatchListSingle() 472 static bool PaPatchList(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchList() 482 static bool PaPatchListTerm(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchListTerm() 539 static bool PaPatchList_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaPatchList_simd16() 550 static bool PaPatchListTerm_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaPatchListTerm_simd16() 671 bool PaTriList0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaTriList0() 677 bool PaTriList1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaTriList1() 683 bool PaTriList2(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaTriList2() 820 bool PaTriList0_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaTriList0_simd16() 826 bool PaTriList1_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaTriList1_simd16() [all …]
|
/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/flutter/skia/third_party/externals/freetype/src/smooth/ |
D | ftsmooth.c | 74 FT_GlyphSlot slot, in ft_smooth_transform() 101 FT_GlyphSlot slot, in ft_smooth_get_cbox() 114 FT_GlyphSlot slot, in ft_smooth_render_generic() 386 FT_GlyphSlot slot, in ft_smooth_render() 401 FT_GlyphSlot slot, in ft_smooth_render_lcd() 413 FT_GlyphSlot slot, in ft_smooth_render_lcd_v()
|
/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() 107 int slot = 0; in brw_compute_vue_map() local 243 int slot = 0; in brw_compute_tess_vue_map() local 281 varying_name(brw_varying_slot slot, gl_shader_stage stage) in varying_name()
|
/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/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/flutter/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 55 FT_GlyphSlot slot, in ft_raster1_transform() 82 FT_GlyphSlot slot, in ft_raster1_get_cbox() 95 FT_GlyphSlot slot, in ft_raster1_render()
|
/third_party/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/grpc/src/core/lib/iomgr/ |
D | error.cc | 144 uint8_t slot = err->first_err; in unref_errs() local 157 uint8_t slot = err->strs[which]; in unref_strs() local 222 uint8_t slot = (*err)->ints[which]; in internal_set_int() local 237 uint8_t slot = (*err)->strs[which]; in internal_set_str() local 258 uint8_t slot = (*err)->times[which]; in internal_set_time() local 275 uint8_t slot = get_placement(err, sizeof(grpc_linked_error)); in internal_add_error() local 375 uint8_t slot = err->strs[i]; in ref_strs() local 384 uint8_t slot = err->first_err; in ref_errs() local 474 uint8_t slot = err->ints[which]; in grpc_error_get_int() local 502 uint8_t slot = err->strs[which]; in grpc_error_get_str() local [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftsynth.c | 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 89 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|
/third_party/freetype/src/base/ |
D | ftsynth.c | 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 89 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftsynth.c | 48 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 90 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|