Home
last modified time | relevance | path

Searched defs:rep (Results 326 - 350 of 389) sorted by relevance

1...<<111213141516

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1365 U32 const rep = MEM_readLE32(dictPtr); dictPtr += 4; in ZSTD_loadDEntropy() local
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c684 } rep; in tcp_v4_send_reset() local
876 } rep; tcp_v4_send_ack() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashdec.c596 static int parse_manifest_segmenturlnode(AVFormatContext *s, struct representation *rep, in parse_manifest_segmenturlnode() argument
662 static int parse_manifest_segmenttimeline(AVFormatContext *s, struct representation *rep, in parse_manifest_segmenttimeline() argument
837 struct representation *rep = NULL; parse_manifest_representation() local
2026 struct representation *rep; dash_read_header() local
2170 struct representation *rep = NULL; dash_read_packet() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1935 CFolderRepack rep; in Update() local
2270 const CFolderRepack &rep = group.folderRefs[folderRefIndex]; in Update() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c845 struct qreg rep = ntq_get_src(c, in ntq_emit_pack_unorm_4x8() local
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2684 MachineRepresentation rep = type.mem_rep(); in StoreLane() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3406 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc493 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
647 ArchOpcode GetStoreOpcode(MachineRepresentation rep) { in GetStoreOpcode() argument
675 ArchOpcode GetAtomicStoreOpcode(MachineRepresentation rep) { in GetAtomicStoreOpcode() argument
700 MachineRepresentation rep in VisitStoreCommon() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc272 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
406 MachineRepresentation rep = store_rep.representation(); in VisitStore() local
1457 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); in VisitUnalignedStore() local
1949 MachineRepresentation rep in VisitWord32AtomicStore() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc330 EmitStore(TurboAssembler* tasm, Operand operand, Register value, MachineRepresentation rep) EmitStore() argument
389 EmitStore(TurboAssembler* tasm, Operand operand, Immediate value, MachineRepresentation rep) EmitStore() argument
516 GetTSANValueRegister(TurboAssembler* tasm, Register value, X64OperandConverter& i, MachineRepresentation rep) GetTSANValueRegister() argument
535 GetTSANValueRegister( TurboAssembler* tasm, Immediate value, X64OperandConverter& i, MachineRepresentation rep) GetTSANValueRegister() argument
548 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
634 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
4592 MachineRepresentation rep = AssembleArchSelect() local
5034 MachineRepresentation rep = AssembleMove() local
5066 MachineRepresentation rep = AssembleMove() local
5085 MachineRepresentation rep = AssembleMove() local
5174 MachineRepresentation rep = AssembleSwap() local
5191 MachineRepresentation rep = AssembleSwap() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc767 void CodeAssembler::StoreToObject(MachineRepresentation rep, in StoreToObject() argument
791 void CodeAssembler::OptimizedStoreField(MachineRepresentation rep, in OptimizedStoreField() argument
830 void CodeAssembler::StoreNoWriteBarrier(MachineRepresentation rep, Nod argument
798 OptimizedStoreFieldAssertNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldAssertNoWriteBarrier() argument
805 OptimizedStoreFieldUnsafeNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldUnsafeNoWriteBarrier() argument
837 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) StoreNoWriteBarrier() argument
846 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* value) UnsafeStoreNoWriteBarrier() argument
851 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) UnsafeStoreNoWriteBarrier() argument
874 AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<Word32T> value) AtomicStore() argument
1373 Impl(MachineRepresentation rep, CodeAssemblerState::VariableId id) Impl() argument
1405 CodeAssemblerVariable(CodeAssembler* assembler, MachineRepresentation rep) CodeAssemblerVariable() argument
1413 CodeAssemblerVariable(CodeAssembler* assembler, MachineRepresentation rep, Node* initial_value) CodeAssemblerVariable() argument
1421 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, MachineRepresentation rep) CodeAssemblerVariable() argument
1431 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, MachineRepresentation rep, Node* initial_value) CodeAssemblerVariable() argument
1466 MachineRepresentation CodeAssemblerVariable::rep() const { return impl_->rep_; } rep() function in v8::internal::compiler::CodeAssemblerVariable
1668 CreatePhi( MachineRepresentation rep, const std::vector<Node*>& inputs) CreatePhi() argument
[all...]
H A Draw-machine-assembler.h99 Node* StackSlot(MachineRepresentation rep, int alignment = 0) { in StackSlot() argument
174 Node* Store(MachineRepresentation rep, Node* base, Node* value, in Store() argument
178 Node* Store(MachineRepresentation rep, Node* base, Node* index, Node* value, in Store() argument
183 void StoreToObject(MachineRepresentation rep, Node* object, Node* offset, in StoreToObject() argument
190 void OptimizedStoreField(MachineRepresentation rep, Node* object, int offset, in OptimizedStoreField() argument
214 MachineRepresentation rep = type.representation(); UnalignedLoad() local
223 UnalignedStore(MachineRepresentation rep, Node* base, Node* value) UnalignedStore() argument
226 UnalignedStore(MachineRepresentation rep, Node* base, Node* index, Node* value) UnalignedStore() argument
242 AtomicLoad(AtomicLoadParameters rep, Node* base, Node* index) AtomicLoad() argument
248 AtomicLoad64(AtomicLoadParameters rep, Node* base, Node* index) AtomicLoad64() argument
935 StoreToPointer(void* address, MachineRepresentation rep, Node* node) StoreToPointer() argument
942 UnalignedStoreToPointer(void* address, MachineRepresentation rep, Node* node) UnalignedStoreToPointer() argument
1055 Phi(MachineRepresentation rep, Node* n1, Node* n2) Phi() argument
1058 Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3) Phi() argument
1061 Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3, Node* n4) Phi() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1966 MachineRepresentation rep = op->representation(); in AssembleArchInstruction() local
3708 MachineRepresentation rep = LocationOperand::cast(source)->representation(); in AssembleConstructFrame() local
H A Dinstruction-selector-s390.cc153 MachineRepresentation rep = in CanBeMemoryOperand() local
685 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
721 VisitGeneralStore( InstructionSelector* selector, Node* node, MachineRepresentation rep, WriteBarrierKind write_barrier_kind = kNoWriteBarrier) VisitGeneralStore() argument
824 MachineRepresentation rep = store_rep.representation(); VisitStore() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c3939 const struct ib_cm_sidr_rep_event_param *rep = in cma_sidr_rep_handler() local
4271 struct ib_cm_rep_param rep; in cma_accept_ib() local
4331 struct ib_cm_sidr_rep_param rep; cma_send_sidr_rep() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmain.c1286 struct mlx5_hca_vport_context *rep; in mlx5_query_hca_port() local
3185 get_core_cap_flags(struct ib_device *ibdev, struct mlx5_hca_vport_context *rep) get_core_cap_flags() argument
3225 struct mlx5_hca_vport_context rep = {0}; mlx5_port_immutable() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c730 static void drm_dp_encode_sideband_reply(struct drm_dp_sideband_msg_reply_body *rep, in drm_dp_encode_sideband_reply() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2351 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_init() local
928 mlx5_eswitch_add_send_to_vport_rule(struct mlx5_eswitch *on_esw, struct mlx5_eswitch *from_esw, struct mlx5_eswitch_rep *rep, u32 sqn) mlx5_eswitch_add_send_to_vport_rule() argument
2375 mlx5_esw_offloads_rep_cleanup(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep) mlx5_esw_offloads_rep_cleanup() argument
2384 struct mlx5_eswitch_rep *rep; esw_offloads_cleanup_reps() local
2500 __esw_offloads_unload_rep(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, u8 rep_type) __esw_offloads_unload_rep() argument
2510 struct mlx5_eswitch_rep *rep; __unload_reps_all_vport() local
2519 struct mlx5_eswitch_rep *rep; mlx5_esw_offloads_rep_load() local
2543 struct mlx5_eswitch_rep *rep; mlx5_esw_offloads_rep_unload() local
2868 struct mlx5_eswitch_rep *rep; mlx5_esw_offloads_rep_event_unpair() local
2897 struct mlx5_eswitch_rep *rep; mlx5_esw_offloads_pair() local
3277 struct mlx5_eswitch_rep *rep; mlx5_eswitch_reload_reps() local
4024 struct mlx5_eswitch_rep *rep; mlx5_eswitch_register_vport_reps() local
4040 struct mlx5_eswitch_rep *rep; mlx5_eswitch_unregister_vport_reps() local
4053 struct mlx5_eswitch_rep *rep; mlx5_eswitch_get_uplink_priv() local
4063 struct mlx5_eswitch_rep *rep; mlx5_eswitch_get_proto_dev() local
[all...]
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dtwl.h612 bool rep; member
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c4194 const struct ib_cm_sidr_rep_event_param *rep = in cma_sidr_rep_handler() local
4527 struct ib_cm_rep_param rep; in cma_accept_ib() local
4587 struct ib_cm_sidr_rep_param rep; cma_send_sidr_rep() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c731 static void drm_dp_encode_sideband_reply(struct drm_dp_sideband_msg_reply_body *rep, in drm_dp_encode_sideband_reply() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmain.c1308 struct mlx5_hca_vport_context *rep; in mlx5_query_hca_port() local
2895 get_core_cap_flags(struct ib_device *ibdev, struct mlx5_hca_vport_context *rep) get_core_cap_flags() argument
2935 struct mlx5_hca_vport_context rep = {0}; mlx5_port_immutable() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-nintendo.c1050 joycon_input_report_parse_imu_data(struct joycon_ctlr *ctlr, struct joycon_input_report *rep, struct joycon_imu_data *imu_data) joycon_input_report_parse_imu_data() argument
1071 joycon_parse_imu_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) joycon_parse_imu_report() argument
1268 joycon_parse_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) joycon_parse_report() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h152 U32 rep[ZSTD_REP_NUM]; member
181 U32 rep[ZSTD_REP_NUM]; member
652 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_updateRep() argument
672 U32 rep[3]; global() member
676 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) ZSTD_newRep() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc229 MachineRepresentation rep = in Initialize() local
343 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
529 MachineRepresentation rep = store_rep.representation(); VisitStore() local
1889 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); VisitUnalignedStore() local
2217 MachineRepresentation rep = store_params.representation(); VisitWord32Compare() local
[all...]

Completed in 90 milliseconds

1...<<111213141516