Home
last modified time | relevance | path

Searched refs:slot (Results 1 - 25 of 663) sorted by relevance

12345678910>>...27

/third_party/libinput/src/
H A Devdev-totem.c49 int slot; /* current slot */ member
125 struct totem_slot *slot = &totem->slots[i]; in totem_set_touch_device_enabled() local
128 if (slot->state == SLOT_STATE_NONE) in totem_set_touch_device_enabled()
133 mm = evdev_device_units_to_mm(totem->device, &slot->axes.point); in totem_set_touch_device_enabled()
206 struct totem_slot *slot = &totem->slots[totem->slot]; in totem_process_abs() local
212 "exceeded slot count (%d of max %zd)\n", in totem_process_abs()
217 totem->slot = e->value; in totem_process_abs()
223 slot in totem_process_abs()
261 totem_slot_fetch_axes(struct totem_dispatch *totem, struct totem_slot *slot, struct libinput_tablet_tool *tool, struct tablet_axes *axes_out, uint64_t time) totem_slot_fetch_axes() argument
332 totem_slot_mark_all_axes_changed(struct totem_dispatch *totem, struct totem_slot *slot, struct libinput_tablet_tool *tool) totem_slot_mark_all_axes_changed() argument
346 totem_slot_reset_changed_axes(struct totem_dispatch *totem, struct totem_slot *slot) totem_slot_reset_changed_axes() argument
353 slot_axes_initialize(struct totem_dispatch *totem, struct totem_slot *slot) slot_axes_initialize() argument
369 totem_handle_slot_state(struct totem_dispatch *totem, struct totem_slot *slot, uint64_t time) totem_handle_slot_state() argument
557 struct totem_slot *slot = &totem->slots[i]; totem_interface_suspend() local
667 struct totem_slot *slot = &totem->slots[i]; totem_interface_initial_proximity() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dhook-list.c38 static void slot_free(pa_hook *hook, pa_hook_slot *slot) { in slot_free() argument
40 pa_assert(slot); in slot_free()
42 PA_LLIST_REMOVE(pa_hook_slot, hook->slots, slot); in slot_free()
44 pa_xfree(slot); in slot_free()
58 pa_hook_slot *slot, *where, *prev; in pa_hook_connect() local
62 slot = pa_xnew(pa_hook_slot, 1); in pa_hook_connect()
63 slot->hook = hook; in pa_hook_connect()
64 slot->dead = false; in pa_hook_connect()
65 slot->callback = cb; in pa_hook_connect()
66 slot in pa_hook_connect()
81 pa_hook_slot_free(pa_hook_slot *slot) pa_hook_slot_free() argument
93 pa_hook_slot *slot, *next; pa_hook_fire() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c105 unsigned slot; in vs_exec_run_linear() local
127 for (slot = 0; slot < shader->info.num_inputs; slot++) { in vs_exec_run_linear()
128 debug_printf("\t%d: %f %f %f %f\n", slot, in vs_exec_run_linear()
129 input[slot][0], in vs_exec_run_linear()
130 input[slot][1], in vs_exec_run_linear()
131 input[slot][2], in vs_exec_run_linear()
132 input[slot][3]); in vs_exec_run_linear()
153 for (slot in vs_exec_run_linear()
[all...]
H A Ddraw_tess.c61 unsigned slot, i; in llvm_fetch_tcs_input() local
76 for (slot = 0, vs_slot = 0; slot < shader->info.num_inputs; ++slot) { in llvm_fetch_tcs_input()
78 shader->info.input_semantic_name[slot], in llvm_fetch_tcs_input()
79 shader->info.input_semantic_index[slot], in llvm_fetch_tcs_input()
83 (*input_data)[i][slot][0] = 0; in llvm_fetch_tcs_input()
84 (*input_data)[i][slot][1] = 0; in llvm_fetch_tcs_input()
85 (*input_data)[i][slot][2] = 0; in llvm_fetch_tcs_input()
86 (*input_data)[i][slot][ in llvm_fetch_tcs_input()
114 unsigned slot, i; llvm_store_tcs_output() local
225 unsigned slot, i; llvm_fetch_tes_input() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftsynth.c47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique()
53 if ( !slot ) in FT_GlyphSlot_Oblique()
56 outline = &slot->outline; in FT_GlyphSlot_Oblique()
59 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE ) in FT_GlyphSlot_Oblique()
89 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
97 if ( !slot ) in FT_GlyphSlot_Embolden()
100 library = slot->library; in FT_GlyphSlot_Embolden()
101 face = slot->face; in FT_GlyphSlot_Embolden()
103 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE && in FT_GlyphSlot_Embolden()
104 slot in FT_GlyphSlot_Embolden()
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.c75 * stored in key slots. This function returns a pointer to the key slot
83 * For volatile key identifiers, only one key slot is queried as a volatile
84 * key with identifier key_id can only be stored in slot of index
87 * On success, the function locks the key slot. It is the responsibility of
88 * the caller to unlock the key slot when it does not access it anymore.
91 * global key slot mutex.
95 * key slot containing the description of the key
99 * The pointer to the key slot containing the description of the key
112 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local
115 slot in psa_get_and_lock_key_slot_in_memory()
168 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; psa_wipe_all_key_slots() local
191 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; psa_reserve_free_key_slot() local
245 psa_load_persistent_key_into_slot(psa_key_slot_t *slot) psa_load_persistent_key_into_slot() argument
289 psa_load_builtin_key_into_slot(psa_key_slot_t *slot) psa_load_builtin_key_into_slot() argument
450 psa_unregister_read(psa_key_slot_t *slot) psa_unregister_read() argument
484 psa_unregister_read_under_mutex(psa_key_slot_t *slot) psa_unregister_read_under_mutex() argument
551 psa_key_slot_t *slot; psa_open_key() local
577 psa_key_slot_t *slot; psa_close_key() local
618 psa_key_slot_t *slot; psa_purge_key() local
657 const psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; mbedtls_psa_get_stats() local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolHash.h220 TYPENAME##Slot* slot = hash->slotTable[slotNdx]; \
221 while (slot) \
223 TYPENAME##Slot* nextSlot = slot->nextSlot; \
224 slot->nextSlot = hash->slotFreeList; \
225 hash->slotFreeList = slot; \
226 slot->numUsed = 0; \
227 slot = nextSlot; \
236 TYPENAME##Slot* slot; \
239 slot = hash->slotFreeList; \
243 slot
[all...]
H A DdePoolSet.h228 TYPENAME##Slot* slot = set->slotTable[slotNdx]; \
229 while (slot) \
231 TYPENAME##Slot* nextSlot = slot->nextSlot; \
232 slot->nextSlot = set->slotFreeList; \
233 set->slotFreeList = slot; \
234 slot->numUsed = 0; \
235 slot = nextSlot; \
244 TYPENAME##Slot* slot; \
247 slot = set->slotFreeList; \
251 slot
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vue_map.c47 assign_vue_slot(struct brw_vue_map *vue_map, int varying, int slot) in assign_vue_slot() argument
49 /* Make sure this varying hasn't been assigned a slot already */ in assign_vue_slot()
52 vue_map->varying_to_slot[varying] = slot; in assign_vue_slot()
53 vue_map->slot_to_varying[slot] = varying; in assign_vue_slot()
75 * read/write gl_ClipDistance, which has a fixed slot location. in brw_compute_vue_map()
76 * We have to assume the worst and reserve a slot for it, or else in brw_compute_vue_map()
77 * the rest of our varyings will be off by a slot. in brw_compute_vue_map()
90 * own varying slots -- they are stored in the first VUE slot in brw_compute_vue_map()
108 int slot = 0; in brw_compute_vue_map() local
125 assign_vue_slot(vue_map, VARYING_SLOT_PSIZ, slot in brw_compute_vue_map()
244 int slot = 0; brw_compute_tess_vue_map() local
282 varying_name(brw_varying_slot slot, gl_shader_stage stage) varying_name() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.h71 struct vn_feedback_slot *slot);
74 vn_feedback_get_status(struct vn_feedback_slot *slot) in vn_feedback_get_status() argument
76 return *slot->status; in vn_feedback_get_status()
80 vn_feedback_reset_status(struct vn_feedback_slot *slot) in vn_feedback_reset_status() argument
82 assert(slot->type == VN_FEEDBACK_TYPE_FENCE || in vn_feedback_reset_status()
83 slot->type == VN_FEEDBACK_TYPE_EVENT); in vn_feedback_reset_status()
84 *slot->status = in vn_feedback_reset_status()
85 slot->type == VN_FEEDBACK_TYPE_FENCE ? VK_NOT_READY : VK_EVENT_RESET; in vn_feedback_reset_status()
89 vn_feedback_set_status(struct vn_feedback_slot *slot, VkResult status) in vn_feedback_set_status() argument
91 assert(slot in vn_feedback_set_status()
97 vn_feedback_get_counter(struct vn_feedback_slot *slot) vn_feedback_get_counter() argument
104 vn_feedback_set_counter(struct vn_feedback_slot *slot, uint64_t counter) vn_feedback_set_counter() argument
[all...]
H A Dvn_feedback.c179 list_for_each_entry_safe(struct vn_feedback_slot, slot, &pool->free_slots, in vn_feedback_pool_fini()
181 vk_free(pool->alloc, slot); in vn_feedback_pool_fini()
217 /* TODO Make slot size variable for VkQueryPool feedback. Currently it's in vn_feedback_pool_alloc()
223 struct vn_feedback_slot *slot; in vn_feedback_pool_alloc() local
227 slot = in vn_feedback_pool_alloc()
229 list_del(&slot->head); in vn_feedback_pool_alloc()
232 slot->type = type; in vn_feedback_pool_alloc()
233 return slot; in vn_feedback_pool_alloc()
236 slot = vk_alloc(pool->alloc, sizeof(*slot), VN_DEFAULT_ALIG in vn_feedback_pool_alloc()
260 vn_feedback_pool_free(struct vn_feedback_pool *pool, struct vn_feedback_slot *slot) vn_feedback_pool_free() argument
284 struct vn_feedback_slot *slot = ev->feedback_slot; vn_feedback_event_cmd_record() local
327 vn_feedback_fence_cmd_record(VkCommandBuffer cmd_handle, struct vn_feedback_slot *slot) vn_feedback_fence_cmd_record() argument
388 vn_feedback_fence_cmd_alloc(VkDevice dev_handle, struct vn_feedback_cmd_pool *pool, struct vn_feedback_slot *slot, VkCommandBuffer *out_cmd_handle) vn_feedback_fence_cmd_alloc() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c66 unsigned slot, in constant_coef()
70 info->a0[slot][i] = value; in constant_coef()
71 info->dadx[slot][i] = 0.0f; in constant_coef()
72 info->dady[slot][i] = 0.0f; in constant_coef()
79 unsigned slot, in point_persp_coeff()
93 info->a0[slot][i] = info->v0[slot][i]*w0; in point_persp_coeff()
94 info->dadx[slot][i] = 0.0f; in point_persp_coeff()
95 info->dady[slot][i] = 0.0f; in point_persp_coeff()
101 * \param slot th
64 constant_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, const float value, unsigned i) constant_coef() argument
77 point_persp_coeff(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i) point_persp_coeff() argument
108 texcoord_coef(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i, unsigned sprite_coord_origin, boolean perspective) texcoord_coef() argument
175 setup_point_fragcoord_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, unsigned usage_mask) setup_point_fragcoord_coef() argument
216 unsigned slot; setup_point_coefficients() local
[all...]
/third_party/libdrm/tests/tegra/
H A Dvic41.h36 #define NVB1B6_VIDEO_COMPOSITOR_SET_HISTORY_BUFFER_OFFSET(slot) (0x00000780 + (slot) * 4)
37 #define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(slot) (0x00001200 + (slot) * 0x00000060)
38 #define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_U_OFFSET(slot) (0x00001204 + (slot) * 0x00000060)
39 #define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_V_OFFSET(slot) (0x00001208 + (slot) * 0x00000060)
40 #define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE1_LUMA_OFFSET(slot) (0x0000120c + (slot) *
[all...]
H A Dvic42.h35 #define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(slot) (0x00001200 + (slot) * 0x00000060)
36 #define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_U_OFFSET(slot) (0x00001204 + (slot) * 0x00000060)
37 #define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_V_OFFSET(slot) (0x00001208 + (slot) * 0x00000060)
38 #define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE1_LUMA_OFFSET(slot) (0x0000120c + (slot) * 0x00000060)
39 #define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE1_CHROMA_U_OFFSET(slot) (0x00001210 + (slot) *
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftrend1.c54 FT_GlyphSlot slot, in ft_raster1_transform()
61 if ( slot->format != render->glyph_format ) in ft_raster1_transform()
68 FT_Outline_Transform( &slot->outline, matrix ); in ft_raster1_transform()
71 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_raster1_transform()
81 FT_GlyphSlot slot, in ft_raster1_get_cbox()
86 if ( slot->format == render->glyph_format ) in ft_raster1_get_cbox()
87 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
91 /* convert a slot's glyph image into a bitmap */
94 FT_GlyphSlot slot, in ft_raster1_render()
99 FT_Outline* outline = &slot in ft_raster1_render()
53 ft_raster1_transform( FT_Renderer render, FT_GlyphSlot slot, const FT_Matrix* matrix, const FT_Vector* delta ) ft_raster1_transform() argument
80 ft_raster1_get_cbox( FT_Renderer render, FT_GlyphSlot slot, FT_BBox* cbox ) ft_raster1_get_cbox() argument
93 ft_raster1_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_raster1_render() argument
[all...]
/third_party/mesa3d/src/mapi/
H A Dstub.c42 int slot; member
93 /* minus 1 to make sure we can never reach the last slot */ in stub_add_dynamic()
99 /* dispatch to the last slot, which is reserved for no-op */ in stub_add_dynamic()
107 stub->slot = -1; in stub_add_dynamic()
149 int slot) in search_table_by_slot()
153 if (table[i].slot == slot) in search_table_by_slot()
160 stub_find_by_slot(int slot) in stub_find_by_slot() argument
163 search_table_by_slot(public_stubs, ARRAY_SIZE(public_stubs), slot); in stub_find_by_slot()
166 return search_table_by_slot(dynamic_stubs, num_dynamic_stubs, slot); in stub_find_by_slot()
148 search_table_by_slot(const struct mapi_stub *table, size_t num_entries, int slot) search_table_by_slot() argument
172 int slot; stub_fix_dynamic() local
[all...]
H A Dentry_x86_tls.h67 #define STUB_ASM_CODE(slot) \
75 "jmp *(4 * " slot ")(%eax)"
104 int slot = 0; in entry_patch_public() local
106 entry += X86_ENTRY_SIZE, ++slot) in entry_patch_public()
107 entry_generate_or_patch(slot, entry, X86_ENTRY_SIZE); in entry_patch_public()
112 entry_get_public(int slot) in entry_get_public() argument
114 return (mapi_func) (x86_entry_start + slot * X86_ENTRY_SIZE); in entry_get_public()
118 entry_patch(mapi_func entry, int slot) in entry_patch() argument
121 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func); in entry_patch()
125 entry_generate_or_patch(int slot, cha argument
151 entry_generate(int slot) entry_generate() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h114 Map map, THeapObjectSlot slot, HeapObject object, int object_size, in SemiSpaceCopyObject()
133 HeapObjectReference::Update(slot, map_word.ToForwardingAddress()); in SemiSpaceCopyObject()
134 DCHECK(!Heap::InFromPage(*slot)); in SemiSpaceCopyObject()
135 return Heap::InToPage(*slot) in SemiSpaceCopyObject()
139 HeapObjectReference::Update(slot, target); in SemiSpaceCopyObject()
151 CopyAndForwardResult Scavenger::PromoteObject(Map map, THeapObjectSlot slot, in PromoteObject() argument
182 HeapObjectReference::Update(slot, map_word.ToForwardingAddress()); in PromoteObject()
183 DCHECK(!Heap::InFromPage(*slot)); in PromoteObject()
184 return Heap::InToPage(*slot) in PromoteObject()
188 HeapObjectReference::Update(slot, targe in PromoteObject()
113 SemiSpaceCopyObject( Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) SemiSpaceCopyObject() argument
232 EvacuateObjectDefault( Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) EvacuateObjectDefault() argument
277 EvacuateThinString(Map map, THeapObjectSlot slot, ThinString object, int object_size) EvacuateThinString() argument
302 EvacuateShortcutCandidate(Map map, THeapObjectSlot slot, ConsString object, int object_size) EvacuateShortcutCandidate() argument
345 EvacuateInPlaceInternalizableString( Map map, THeapObjectSlot slot, String object, int object_size, ObjectFields object_fields) EvacuateInPlaceInternalizableString() argument
358 EvacuateObject(THeapObjectSlot slot, Map map, HeapObject source) EvacuateObject() argument
434 CheckAndScavengeObject(Heap* heap, TSlot slot) CheckAndScavengeObject() argument
469 VisitCodePointer(HeapObject host, CodeObjectSlot slot) VisitCodePointer() argument
501 VisitHeapObjectImpl(TSlot slot, HeapObject heap_object) VisitHeapObjectImpl() argument
[all...]
/third_party/toybox/toys/posix/
H A Dps.c217 int (*match_process)(long long *slot);
234 * struct procpid contains a slot[] array of 64 bit values, with the following
275 /* In addition to slot[], carevup contains 6 string fields to display
282 long long slot[SLOT_count]; // data (see enum above) member
299 * slot: which slot[] out of procpid. Negative means it's a string field.
316 signed char width, slot; member
318 // Numbers. (What's in slot[] is what's displayed, sorted numerically.)
340 // String fields (-1 is procpid->str, rest are str+offset[1-slot])
460 static int shared_match_process(long long *slot) in shared_match_process() argument
484 ps_match_process(long long *slot) ps_match_process() argument
506 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0; string_field() local
714 long long *slot = tb->slot; get_ps() local
1220 int ret = 0, slot; ksort() local
1636 int slot = typos[field->which].slot&(XX-1); top_common() local
1877 pgrep_match_process(long long *slot) pgrep_match_process() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c174 int (*match_process)(long long *slot);
191 * struct procpid contains a slot[] array of 64 bit values, with the following
232 /* In addition to slot[], carevup contains 6 string fields to display
239 long long slot[SLOT_count]; // data (see enum above) member
256 * slot: which slot[] out of procpid. Negative means it's a string field.
273 signed char width, slot; member
275 // Numbers. (What's in slot[] is what's displayed, sorted numerically.)
297 // String fields (-1 is procpid->str, rest are str+offset[1-slot])
417 static int shared_match_process(long long *slot) in shared_match_process() argument
441 ps_match_process(long long *slot) ps_match_process() argument
463 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0; string_field() local
671 long long *slot = tb->slot; get_ps() local
1177 int ret = 0, slot; ksort() local
1489 int slot = typos[field->which].slot&(XX-1); top_common() local
1719 pgrep_match_process(long long *slot) pgrep_match_process() argument
[all...]
/third_party/glfw/tests/
H A Devents.c292 Slot* slot = glfwGetWindowUserPointer(window); in window_pos_callback() local
294 counter++, slot->number, glfwGetTime(), x, y); in window_pos_callback()
299 Slot* slot = glfwGetWindowUserPointer(window); in window_size_callback() local
301 counter++, slot->number, glfwGetTime(), width, height); in window_size_callback()
306 Slot* slot = glfwGetWindowUserPointer(window); in framebuffer_size_callback() local
308 counter++, slot->number, glfwGetTime(), width, height); in framebuffer_size_callback()
313 Slot* slot = glfwGetWindowUserPointer(window); in window_content_scale_callback() local
315 counter++, slot->number, glfwGetTime(), xscale, yscale); in window_content_scale_callback()
320 Slot* slot = glfwGetWindowUserPointer(window); in window_close_callback() local
322 counter++, slot in window_close_callback()
335 Slot* slot = glfwGetWindowUserPointer(window); window_refresh_callback() local
346 Slot* slot = glfwGetWindowUserPointer(window); window_focus_callback() local
354 Slot* slot = glfwGetWindowUserPointer(window); window_iconify_callback() local
362 Slot* slot = glfwGetWindowUserPointer(window); window_maximize_callback() local
370 Slot* slot = glfwGetWindowUserPointer(window); mouse_button_callback() local
380 Slot* slot = glfwGetWindowUserPointer(window); cursor_position_callback() local
387 Slot* slot = glfwGetWindowUserPointer(window); cursor_enter_callback() local
395 Slot* slot = glfwGetWindowUserPointer(window); scroll_callback() local
402 Slot* slot = glfwGetWindowUserPointer(window); key_callback() local
459 Slot* slot = glfwGetWindowUserPointer(window); char_callback() local
470 Slot* slot = glfwGetWindowUserPointer(window); drop_callback() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_utils.c78 int s, slot = 0; in QuantizeLevels() local
82 // Keep track of the nearest neighbour 'slot' in QuantizeLevels()
83 while (slot < num_levels - 1 && in QuantizeLevels()
84 2 * s > inv_q_level[slot] + inv_q_level[slot + 1]) { in QuantizeLevels()
85 ++slot; in QuantizeLevels()
88 q_sum[slot] += s * freq[s]; in QuantizeLevels()
89 q_count[slot] += freq[s]; in QuantizeLevels()
91 q_level[s] = slot; in QuantizeLevels()
96 for (slot in QuantizeLevels()
126 const int slot = q_level[s]; QuantizeLevels() local
[all...]
/third_party/elfutils/lib/
H A Dfixedsizehash.h174 struct CONCAT(PREFIX,fshashent) *slot; in CONCAT()
176 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data); in CONCAT()
177 if (slot->hval != 0) in CONCAT()
181 slot->hval = hval; in CONCAT()
183 slot->entry = data; in CONCAT()
185 slot->entry = *data; in CONCAT()
198 struct CONCAT(PREFIX,fshashent) *slot; in CONCAT()
200 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data); in CONCAT()
201 if (slot->hval != 0) in CONCAT()
205 slot in CONCAT()
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc258 FeedbackSlot slot(iterator.Next()); in TranslationArrayPrintSingleFrame()
259 os << "{feedback={vector_index=" << literal_index << ", slot=" << slot in TranslationArrayPrintSingleFrame() local
272 TranslatedValue slot(container, kCapturedObject); in NewDeferredObject()
273 slot.materialization_info_ = {object_index, length}; in NewDeferredObject()
274 return slot; in NewDeferredObject()
280 TranslatedValue slot(container, kDuplicatedObject); in NewDuplicateObject()
281 slot.materialization_info_ = {id, -1}; in NewDuplicateObject()
282 return slot; in NewDuplicateObject()
288 TranslatedValue slot(containe in NewFloat()
1399 InitializeObjectAt(TranslatedValue* slot) InitializeObjectAt() argument
1425 TranslatedValue* slot = &(frame->values_[value_index]); InitializeCapturedObjectAt() local
1497 EnsureObjectAllocatedAt(TranslatedValue* slot) EnsureObjectAllocatedAt() argument
1519 MaterializeFixedDoubleArray(TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map) MaterializeFixedDoubleArray() argument
1543 MaterializeHeapNumber(TranslatedFrame* frame, int* value_index, TranslatedValue* slot) MaterializeHeapNumber() argument
1567 TranslatedValue* slot = &(frame->values_[*value_index]); SkipSlots() local
1584 TranslatedValue* slot = &(frame->values_[value_index]); EnsureCapturedObjectAllocatedAt() local
1781 AllocateStorageFor(TranslatedValue* slot) AllocateStorageFor() argument
1794 EnsureJSObjectAllocated(TranslatedValue* slot, Handle<Map> map) EnsureJSObjectAllocated() argument
1820 TranslatedValue* slot = frame->ValueAt(value_index); GetResolvedSlot() local
1830 TranslatedValue* slot = GetResolvedSlot(frame, *value_index); GetResolvedSlotAndAdvance() local
1837 TranslatedValue* slot = GetResolvedSlot(frame, *value_index); GetValueAndAdvance() local
1842 InitializeJSObjectAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeJSObjectAt() argument
1890 InitializeObjectWithTaggedFieldsAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeObjectWithTaggedFieldsAt() argument
1928 ResolveCapturedObject(TranslatedValue* slot) ResolveCapturedObject() argument
2099 TranslatedValue* slot = GetValueByObjectIndex(i); VerifyMaterializedObjects() local
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h69 // Returns the required write barrier for a given `slot` and `value`.
70 static V8_INLINE Type GetWriteBarrierType(const void* slot, const void* value,
72 // Returns the required write barrier for a given `slot` and `value`.
74 static V8_INLINE Type GetWriteBarrierType(const void* slot, MemberStorage,
76 // Returns the required write barrier for a given `slot`.
78 static V8_INLINE Type GetWriteBarrierType(const void* slot, Params& params,
89 CombinedWriteBarrierSlow(const void* slot);
102 const void* slot);
106 const void* slot){} in GenerationalBarrier()
143 const void* slot, uintptr_
105 GenerationalBarrier(const Params& params, const void* slot) GenerationalBarrier() argument
170 Get(const void* slot, const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
178 Get(const void* slot, MemberStorage value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
312 Get(const void* slot, const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
319 Get(const void* slot, RawPointer value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
388 GetWriteBarrierType( const void* slot, const void* value, WriteBarrier::Params& params) GetWriteBarrierType() argument
396 GetWriteBarrierType( const void* slot, MemberStorage value, WriteBarrier::Params& params) GetWriteBarrierType() argument
404 GetWriteBarrierType( const void* slot, WriteBarrier::Params& params, HeapHandleCallback callback) GetWriteBarrierType() argument
457 GenerationalBarrier(const Params& params, const void* slot) GenerationalBarrier() argument
[all...]

Completed in 18 milliseconds

12345678910>>...27