/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 7991 static void dump_btf_strings(const char *strs, __u32 len) in dump_btf_strings() argument 7993 const char *cur = strs; in dump_btf_strings() 7996 while (cur < strs + len) { in dump_btf_strings()
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1726 a.strs(A::v0, A::sp, 6); // str s0, [sp, #24] 1921 a.strs (A::v0, A::x0); 1960 a.strs(A::x0, A::x1, 3); // str w0, [x1, #12]
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 521 const struct hclge_comm_stats_str strs[], in hclge_comm_get_count() 528 if (strs[i].stats_num <= hdev->ae_dev->dev_specs.mac_stats_num) in hclge_comm_get_count() 535 const struct hclge_comm_stats_str strs[], in hclge_comm_get_stats() 542 if (strs[i].stats_num > hdev->ae_dev->dev_specs.mac_stats_num) in hclge_comm_get_stats() 545 *buf = HCLGE_STATS_READ(&hdev->mac_stats, strs[i].offset); in hclge_comm_get_stats() 553 const struct hclge_comm_stats_str strs[], in hclge_comm_get_strings() 563 if (strs[i].stats_num > hdev->ae_dev->dev_specs.mac_stats_num) in hclge_comm_get_strings() 566 snprintf(buff, ETH_GSTRING_LEN, "%s", strs[i].desc); in hclge_comm_get_strings() 520 hclge_comm_get_count(struct hclge_dev *hdev, const struct hclge_comm_stats_str strs[], u32 size) hclge_comm_get_count() argument 534 hclge_comm_get_stats(struct hclge_dev *hdev, const struct hclge_comm_stats_str strs[], int size, u64 *data) hclge_comm_get_stats() argument 552 hclge_comm_get_strings(struct hclge_dev *hdev, u32 stringset, const struct hclge_comm_stats_str strs[], int size, u8 *data) hclge_comm_get_strings() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 650 const struct hclge_comm_stats_str strs[], in hclge_comm_get_stats() 657 buf[i] = HCLGE_STATS_READ(comm_stats, strs[i].offset); in hclge_comm_get_stats() 663 const struct hclge_comm_stats_str strs[], in hclge_comm_get_strings() 673 snprintf(buff, ETH_GSTRING_LEN, "%s", strs[i].desc); in hclge_comm_get_strings() 649 hclge_comm_get_stats(const void *comm_stats, const struct hclge_comm_stats_str strs[], int size, u64 *data) hclge_comm_get_stats() argument 662 hclge_comm_get_strings(u32 stringset, const struct hclge_comm_stats_str strs[], int size, u8 *data) hclge_comm_get_strings() argument
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 5242 const upb_strview* strs; in build_filedef() local 5312 strs = google_protobuf_FileDescriptorProto_dependency(file_proto, &n); in build_filedef() 5317 upb_strview dep_name = strs[i]; in build_filedef()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 300 ns_t *inherited_ns = find_ns_by_name(inherits->strs[i]); in set_ns_inherits() 370 ns_set_name(ns, s_ns->strs[i]); in init_namespace()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 334 ns_t *inherited_ns = find_ns_by_name(inherits->strs[i]); in set_ns_inherits() 404 ns_set_name(ns, s_ns->strs[i]); in init_namespace()
|
/third_party/python/Lib/test/ |
H A D | datetimetester.py | 4191 strs = [ 4202 for time_str, time_comps in strs:
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 4771 const upb_strview* strs; in build_filedef() local 4841 strs = google_protobuf_FileDescriptorProto_dependency(file_proto, &n); in build_filedef() 4846 upb_strview dep_name = strs[i]; in build_filedef()
|