Home
last modified time | relevance | path

Searched defs:rep (Results 151 - 175 of 400) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminiunz.c378 char rep=0; local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duiter.cpp538 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) { in uiter_setReplaceable() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus.h831 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() argument
833 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom() argument
845 InlinedRepToCode(uintptr_t rep) InlinedRepToCode() argument
850 RepToPointer(uintptr_t rep) RepToPointer() argument
855 PointerToRep(status_internal::StatusRep* rep) PointerToRep() argument
859 Ref(uintptr_t rep) Ref() argument
865 Unref(uintptr_t rep) Unref() argument
[all...]
H A Dstatus.cc130 status_internal::StatusRep* rep = RepToPointer(rep_); in SetPayload() local
199 void Status::UnrefNonInlined(uintptr_t rep) { in UnrefNonInlined() argument
221 status_internal::StatusRep* rep = RepToPointer(rep_); in raw_code() local
239 status_internal::StatusRep* rep = RepToPointer(rep_); PrepareToModify() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h574 IsDataEdge(const CordRep* rep) IsDataEdge() argument
590 New(CordRep* rep) New() argument
703 Add(CordRep* rep) Add() argument
718 Add(CordRep* rep) Add() argument
778 Create(CordRep* rep) Create() argument
839 Append(CordRepBtree* tree, CordRep* rep) Append() argument
846 Prepend(CordRepBtree* tree, CordRep* rep) Prepend() argument
[all...]
/third_party/zlib/contrib/minizip/
H A Dminiunz.c431 char rep = 0; in do_extract_currentfile() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h296 auto rep = GetRepresentation(); in IsDoubleRep() local
302 auto rep = GetRepresentation(); in IsIntRep() local
/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.h148 int rep; member
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h155 int rep; member
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp41 int DBinderTestServiceProxy::ReverseInt(int data, int &rep) in ReverseInt() argument
58 int DBinderTestServiceProxy::GetChildId(uint64_t &rep) in GetChildId() argument
70 int DBinderTestServiceProxy::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() argument
104 TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, int &withdrawRes) TransProxyObjectAgain() argument
122 TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) TransStubObject() argument
348 ReverseIntNullReply(int data, int &rep) ReverseIntNullReply() argument
363 ReverseIntVoidData(int data, int &rep) ReverseIntVoidData() argument
375 ReverseIntDelay(int data, int &rep) ReverseIntDelay() argument
390 Delay(int data, int &rep) Delay() argument
405 ReverseIntDelayAsync(int data, int &rep) ReverseIntDelayAsync() argument
466 ReverseIntDelayAsync(int data, int &rep) ReverseIntDelayAsync() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-input.c1648 struct hid_report *rep; in hidinput_change_resolution_multipliers() local
1674 struct hid_report *rep; in report_features() local
[all...]
H A Dhid-lg-g15.c714 struct hid_report *rep; in lg_g15_probe() local
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dir-kbd-i2c.c500 int rep, i, l, p = 0, s, c = 0; in zilog_ir_format() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c427 struct ib_cm_rep_param rep = {}; in ipoib_cm_send_rep() local
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_cm.c720 struct mpa_rr *rep; in siw_proc_mpareply() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c644 mlx5_query_hca_vport_context(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, u16 vf_num, struct mlx5_hca_vport_context *rep) mlx5_query_hca_vport_context() argument
725 struct mlx5_hca_vport_context *rep; mlx5_query_hca_vport_system_image_guid() local
744 struct mlx5_hca_vport_context *rep; mlx5_query_hca_vport_node_guid() local
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-platform.c224 struct device_node *rep = NULL; in of_coresight_parse_endpoint() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c407 struct cal_ctl_data_4k *rep; in ath9k_hw_set_4k_power_per_rate_table() local
H A Deeprom_9287.c508 struct cal_ctl_data_ar9287 *rep; in ath9k_hw_set_ar9287_power_per_rate_table() local
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Drpc_rdma.c539 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done() local
1137 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_is_bcall() argument
1282 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_msg() argument
1312 rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) rpcrdma_decode_nomsg() argument
1337 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, struct rpc_rqst *rqst) rpcrdma_decode_error() argument
1375 rpcrdma_complete_rqst(struct rpcrdma_rep *rep) rpcrdma_complete_rqst() argument
1428 rpcrdma_reply_handler(struct rpcrdma_rep *rep) rpcrdma_reply_handler() argument
[all...]
H A Dverbs.c184 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive() local
964 struct rpcrdma_rep *rep; in rpcrdma_rep_create() local
996 rpcrdma_rep_destroy(struct rpcrdma_rep *rep) rpcrdma_rep_destroy() argument
1014 rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep) rpcrdma_rep_put() argument
1023 struct rpcrdma_rep *rep; rpcrdma_reps_unmap() local
1033 struct rpcrdma_rep *rep; rpcrdma_reps_destroy() local
1253 rpcrdma_recv_buffer_put(struct rpcrdma_rep *rep) rpcrdma_recv_buffer_put() argument
1399 struct rpcrdma_rep *rep; rpcrdma_post_recvs() local
1443 struct rpcrdma_rep *rep; rpcrdma_post_recvs() local
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dbearer.c897 struct sk_buff *rep; in tipc_nl_bearer_get() local
1250 struct sk_buff *rep; in tipc_nl_media_get() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h426 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_generic() local
725 U32 offset, rep[ZSTD_REP_NUM]; ZSTD_compressBlock_opt_extDict_generic() local
[all...]
/kernel/linux/linux-5.10/net/ceph/crush/
H A Dmapper.c467 int rep; in crush_choose_firstn() local
658 int rep; in crush_choose_indep() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1153 const struct nvif_notify_conn_rep_v0 *rep = notify->data; in nouveau_connector_hotplug() local

Completed in 34 milliseconds

12345678910>>...16