/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | marking-visitor.cc | 47 void MarkingVisitorBase::HandleMovableReference(const void** slot) { in HandleMovableReference() argument
|
H A D | write-barrier.cc | 128 GenerationalBarrierSlow(const CagedHeapLocalData& local_data, const AgeTable& age_table, const void* slot, uintptr_t value_offset) GenerationalBarrierSlow() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking-barrier.cc | 45 void MarkingBarrier::Write(HeapObject host, HeapObjectSlot slot, in Write() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-trace.cc | 209 int slot = args.smi_value_at(1); in RUNTIME_FUNCTION() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_image.c | 138 emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, struct fd5_image *img, in emit_image_tex() argument 177 emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, in emit_image_ssbo() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_unfilled.c | 69 int slot = unfilled->face_slot; in inject_front_face_info() local
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_object.c | 134 struct vk_private_data_slot *slot = in vk_private_data_slot_create() local 164 get_swapchain_private_data_locked(struct vk_device *device, uint64_t objectHandle, struct vk_private_data_slot *slot, uint64_t **private_data) get_swapchain_private_data_locked() argument [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_scoreboard.c | 174 unsigned slot = clause->scoreboard_id; bi_push_clause() local 289 unsigned slot = bi_choose_scoreboard_slot(clause->message); bi_assign_scoreboard() local [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_tcs_variant.cpp | 87 auto slot = &key->varyings.slots[var_idx]; in create_tess_ctrl_shader_variant() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_image.c | 154 static void emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, in emit_image_tex() argument 200 static void emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, in emit_image_ssbo() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.h | 117 NineBindBufferToDevice( struct NineDevice9 *device, struct NineBuffer9 **slot, struct NineBuffer9 *buf ) NineBindBufferToDevice() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.hpp | 219 int8_t slot = (int8_t)m_dpbSlotsAvailable.front(); in AllocateSlot() local 227 void FreeSlot(int8_t slot) in FreeSlot() argument 238 operator [](deUint32 slot) operator []() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | token_enc.c | 96 const int slot = --b->left_; in AddToken() local 108 const int slot = --b->left_; in AddConstantToken() local
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcsbits.c | 129 FT_GlyphSlot slot = face->glyph; in ftc_snode_load() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdfrend.c | 247 ft_sdf_render( FT_Renderer module, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_sdf_render() argument 382 ft_sdf_transform( FT_Renderer render, FT_GlyphSlot slot, const FT_Matrix* matrix, const FT_Vector* delta ) ft_sdf_transform() argument 409 ft_sdf_get_cbox( FT_Renderer render, FT_GlyphSlot slot, FT_BBox* cbox ) ft_sdf_get_cbox() argument 470 ft_bsdf_render( FT_Renderer module, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_bsdf_render() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftsmooth.c | 42 ft_smooth_transform( FT_Renderer render, FT_GlyphSlot slot, const FT_Matrix* matrix, const FT_Vector* delta ) ft_smooth_transform() argument 69 ft_smooth_get_cbox( FT_Renderer render, FT_GlyphSlot slot, FT_BBox* cbox ) ft_smooth_get_cbox() argument 428 ft_smooth_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_smooth_render() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | common.h | 105 slot_type* slot() const { in slot() function in absl::container_internal::node_handle_base [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp9_raw_reorder_bsf.c | 52 VP9RawReorderFrame *slot[FRAME_SLOTS]; member [all...] |
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gtrace.c | 288 uint64_t slot = ((rip * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1); in trace_lookup() local [all...] |
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gtrace.c | 290 uint64_t slot = ((pc * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1); in trace_lookup() local [all...] |
/third_party/libunwind/libunwind/src/arm/ |
H A D | Gtrace.c | 291 uint32_t slot = ((pc * 0x9e3779b9) >> 11) & (cache_size-1); in trace_lookup() local [all...] |
/third_party/libbpf/src/ |
H A D | bpf_helpers.h | 141 bpf_tail_call_static(void *ctx, const void *map, const __u32 slot) in bpf_tail_call_static() argument
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_slot_management.c | 112 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local 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/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip.c | 44 create_clipdist_var(nir_shader *shader, bool output, gl_varying_slot slot, unsigned array_size) create_clipdist_var() argument
|
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
H A D | ltp_tpci.c | 98 static int probe_pci_dev(unsigned int bus, unsigned int slot) in probe_pci_dev() argument 666 unsigned int res, bus, slot; in sys_bus_slot() local
|