| /third_party/musl/src/locale/ |
| H A D | dcngettext.c | 268 const char *trans = __mo_lookup(p->map, p->map_size, msgid1); in dcngettext() local
|
| /third_party/ltp/testcases/kernel/kvm/ |
| H A D | lib_host.c | 44 struct kvm_translation trans = { .linear_address = addr }; in tst_kvm_get_phys_address() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_transfer_helper.c | 84 struct pipe_transfer *trans; /* driver's transfer */ member 181 struct u_transfer *trans = calloc(1, sizeof(*trans)); in transfer_map_msaa() local 250 struct u_transfer *trans; u_transfer_helper_transfer_map() local 370 struct u_transfer *trans = (struct u_transfer *)ptrans; flush_region() local 493 struct u_transfer *trans = u_transfer(ptrans); u_transfer_helper_transfer_flush_region() local 523 struct u_transfer *trans = u_transfer(ptrans); u_transfer_helper_transfer_unmap() local 595 struct u_transfer *trans; u_transfer_helper_deinterleave_transfer_map() local 703 struct u_transfer *trans = (struct u_transfer *)ptrans; u_transfer_helper_deinterleave_transfer_unmap() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 519 struct pipe_transfer *trans; in compute_memory_move_item() local
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.cpp | 146 float* trans = alloc->makeArrayDefault<float>(2); in append_matrix() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| H A D | time_zone.h | 159 time_point<seconds> trans; // instant of civil-offset change member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| H A D | time_zone_libc.cc | 272 const time_point<seconds> trans = FromUnixSeconds(tt); in MakeTime() local
|
| /third_party/skia/gm/ |
| H A D | gpu_blur_utils.cpp | 258 SkVector trans = {kPad, kPad}; in run() local
|
| /third_party/skia/experimental/sorttoy/ |
| H A D | Fake.h | 35 void translate(SkIPoint trans) { in translate() argument 113 void translate(SkIPoint trans) { in translate() argument 211 void translate(SkIPoint trans) { in translate() argument 256 void translate(SkIPoint trans) { in translate() argument
|
| /third_party/selinux/libselinux/src/ |
| H A D | setrans_client.c | 207 static int trans_to_raw_context(const char *trans, char **rawp) in trans_to_raw_context() argument 295 int selinux_trans_to_raw_context(const char * trans, in selinux_trans_to_raw_context() argument 418 int selinux_trans_to_raw_context(const char * trans, in selinux_trans_to_raw_context() argument [all...] |
| /base/web/webview/interfaces/kits/napi/common/ |
| H A D | napi_parse_utils.cpp | 480 std::string trans = input.substr(0, input.length() - 1); in ParseJsLengthStringToInt() local 492 std::string trans = input.substr(0, input.length() - INTEGER_TWO); in ParseJsLengthStringToInt() local
|
| /kernel/linux/linux-5.10/drivers/firmware/ |
| H A D | pcdp.h | 76 u8 trans; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | runtime.h | 155 struct iwl_trans *trans; member
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | acornfb.c | 265 acornfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int trans, struct fb_info *info) acornfb_setcolreg() argument
|
| H A D | sa1100fb.c | 269 sa1100fb_setpalettereg(u_int regno, u_int red, u_int green, u_int blue, u_int trans, struct fb_info *info) sa1100fb_setpalettereg() argument 291 sa1100fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int trans, struct fb_info *info) sa1100fb_setcolreg() argument
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| H A D | xfrm_input.c | 765 struct xfrm_trans_tasklet *trans = (void *)data; in xfrm_trans_reinject() local 781 struct xfrm_trans_tasklet *trans; in xfrm_trans_queue_net() local 817 struct xfrm_trans_tasklet *trans; in xfrm_input_init() local [all...] |
| /kernel/linux/linux-5.10/net/rds/ |
| H A D | connection.c | 82 rds_conn_lookup(struct net *net, struct hlist_head *head, const struct in6_addr *laddr, const struct in6_addr *faddr, struct rds_transport *trans, u8 tos, int dev_if) rds_conn_lookup() argument 160 __rds_conn_create(struct net *net, const struct in6_addr *laddr, const struct in6_addr *faddr, struct rds_transport *trans, gfp_t gfp, u8 tos, int is_outgoing, int dev_if) __rds_conn_create() argument 347 rds_conn_create(struct net *net, const struct in6_addr *laddr, const struct in6_addr *faddr, struct rds_transport *trans, u8 tos, gfp_t gfp, int dev_if) rds_conn_create() argument 357 rds_conn_create_outgoing(struct net *net, const struct in6_addr *laddr, const struct in6_addr *faddr, struct rds_transport *trans, u8 tos, gfp_t gfp, int dev_if) rds_conn_create_outgoing() argument [all...] |
| H A D | af_rds.c | 488 int trans; in rds_getsockopt() local
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | af_vsock.h | 74 void *trans; member
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | mount.c | 130 audit_mount(struct aa_profile *profile, const char *op, const char *name, const char *src_name, const char *type, const char *trans, unsigned long flags, const void *data, u32 request, struct aa_perms *perms, const char *info, int error) audit_mount() argument
|
| /kernel/linux/linux-5.10/drivers/xen/xenbus/ |
| H A D | xenbus_dev_frontend.c | 309 struct xenbus_transaction_holder *trans, *tmp; in xenbus_worker() local 354 struct xenbus_transaction_holder *trans; in xenbus_get_transaction() local 366 struct xenbus_transaction_holder *trans in xenbus_dev_queue_reply() local 450 struct xenbus_transaction_holder *trans = NULL; xenbus_write_transaction() local [all...] |
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nf_tables_offload.c | 480 nft_flow_rule_offload_abort(struct net *net, struct nft_trans *trans) nft_flow_rule_offload_abort() argument 533 struct nft_trans *trans; nft_flow_rule_offload_commit() local [all...] |
| /kernel/linux/linux-5.10/drivers/spi/ |
| H A D | spi-slave-mt27xx.c | 314 struct spi_transfer *trans = mdata->cur_transfer; in mtk_spi_slave_interrupt() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_map_data.c | 258 void *trans; in rmnet_map_v5_checksum_uplink_packet() local
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | inode-item.c | 83 btrfs_lookup_inode_extref(struct btrfs_trans_handle *trans, in btrfs_lookup_inode_extref() argument 107 static int btrfs_del_inode_extref(struct btrfs_trans_handle *trans, in btrfs_del_inode_extref() argument 178 int btrfs_del_inode_ref(struct btrfs_trans_handle *trans, in btrfs_del_inode_ref() argument 254 btrfs_insert_inode_extref(struct btrfs_trans_handle *trans, struct btrfs_root *root, const struct fscrypt_str *name, u64 inode_objectid, u64 ref_objectid, u64 index) btrfs_insert_inode_extref() argument 310 btrfs_insert_inode_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, const struct fscrypt_str *name, u64 inode_objectid, u64 ref_objectid, u64 index) btrfs_insert_inode_ref() argument 386 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) btrfs_insert_empty_inode() argument 401 btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *location, int mod) btrfs_lookup_inode() argument 459 btrfs_truncate_inode_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_truncate_control *control) btrfs_truncate_inode_items() argument [all...] |