Home
last modified time | relevance | path

Searched defs:slot (Results 151 - 175 of 510) sorted by relevance

12345678910>>...21

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dummy_job_wa.c113 static inline int run_job(struct kbase_device *kbdev, int as, int slot, u64 cores, u64 jc) in run_job() argument
146 int slot; kbase_dummy_job_wa_execute() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c156 static int dw_mci_v2_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_v2_execute_tuning() argument
195 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_rk3288_execute_tuning() argument
/third_party/ffmpeg/libavcodec/
H A Dvp9_raw_reorder_bsf.c52 VP9RawReorderFrame *slot[FRAME_SLOTS]; member
[all...]
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c288 uint64_t slot = ((rip * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1); in trace_lookup() local
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c290 uint64_t slot = ((pc * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1); in trace_lookup() local
[all...]
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c291 uint32_t slot = ((pc * 0x9e3779b9) >> 11) & (cache_size-1); in trace_lookup() local
[all...]
/third_party/libbpf/src/
H A Dbpf_helpers.h141 bpf_tail_call_static(void *ctx, const void *map, const __u32 slot) in bpf_tail_call_static() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.c112 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 Dnir_lower_clip.c44 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 Dltp_tpci.c98 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
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_ff_gs.c457 unsigned char slot = c->vue_map.varying_to_slot[varying]; in gfx6_sol_program() local
/third_party/node/src/
H A Dbase_object-inl.h85 void BaseObject::SetInternalFields(v8::Local<v8::Object> object, void* slot) { in SetInternalFields() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c34 dzn_meta_compile_shader(struct dzn_device *device, nir_shader *nir, D3D12_SHADER_BYTECODE *slot) dzn_meta_compile_shader() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_insert_flow.c154 bi_pop_slot(struct bi_scoreboard_state *st, unsigned slot) in bi_pop_slot() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c223 struct vn_feedback_slot *slot; in vn_feedback_pool_alloc() local
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.c64 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/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c134 static inline uint16_t nv50_hw_sm_get_func(uint8_t slot) in nv50_hw_sm_get_func() argument
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_host.c94 int slot; in tst_kvm_get_memptr() local
127 void *tst_kvm_alloc_memory(struct tst_kvm_instance *inst, unsigned int slot, in tst_kvm_alloc_memory() argument
[all...]
/third_party/libinput/test/
H A Dtest-touch.c210 int slot; in START_TEST() local
137 touch_assert_seat_slot(struct libinput *li, enum libinput_event_type type, unsigned int slot, unsigned int seat_slot) touch_assert_seat_slot() argument
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dvisitor.h260 void RegisterMovableReference(const T** slot) { in RegisterMovableReference() argument
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h105 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...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments-inl.h43 FullObjectSlot slot = slot_at(kReturnValueOffset); in GetReturnValue() local
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h256 ReturnValue<T>::ReturnValue(internal::Address* slot) : value_(slot) {} in ReturnValue() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h278 ReturnValue<T>::ReturnValue(internal::Address* slot) : value_(slot) {} in ReturnValue() argument
/third_party/node/deps/v8/include/cppgc/internal/
H A Dwrite-barrier.h149 static V8_INLINE WriteBarrier::Type Get(const void* slot, const void* value, in Get() argument
181 static V8_INLINE bool TryGetCagedHeap(const void* slot, cons argument
86 GenerationalBarrier(const Params& params, const void* slot) GenerationalBarrier() argument
275 Get(const void* slot, const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
342 GetWriteBarrierType( const void* slot, const void* value, WriteBarrier::Params& params) GetWriteBarrierType() argument
350 GetWriteBarrierType( const void* slot, WriteBarrier::Params& params, HeapHandleCallback callback) GetWriteBarrierType() argument
401 GenerationalBarrier(const Params& params, const void* slot) GenerationalBarrier() argument
[all...]

Completed in 17 milliseconds

12345678910>>...21