/tools/testing/selftests/powerpc/nx-gzip/ |
D | gunz_test.c | 75 #define fifo_free_first_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 77 #define fifo_free_last_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 80 #define fifo_used_first_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 82 #define fifo_used_last_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 85 #define fifo_free_first_offset(cur, used) ((cur)+(used)) argument 86 #define fifo_free_last_offset(cur, used, len) \ argument 89 #define fifo_used_first_offset(cur) (cur) argument 90 #define fifo_used_last_offset(cur) (0) argument
|
/tools/perf/util/ |
D | hashmap.h | 155 #define hashmap__for_each_entry(map, cur, bkt) \ argument 167 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument 179 #define hashmap__for_each_key_entry(map, cur, _key) \ argument 187 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
|
D | hashmap.c | 65 struct hashmap_entry *cur, *tmp; in hashmap__clear() local 104 struct hashmap_entry *cur, *tmp; in hashmap_grow() local 135 struct hashmap_entry *cur, **prev_ptr; in hashmap_find_entry() local
|
D | genelf_debug.c | 193 ubyte cur = data & 0x7F; in emit_unsigned_LEB128() local 207 ubyte cur = data & 0x7F; in emit_signed_LEB128() local
|
D | strfilter.c | 84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local
|
D | metricgroup.c | 692 struct hashmap_entry *cur; in metricgroup__add_metric_weak_group() local 723 struct hashmap_entry *cur; in metricgroup__add_metric_non_group() local 974 struct hashmap_entry *cur; in __resolve_metric() local
|
D | expr.c | 221 struct hashmap_entry *cur; in expr__ctx_clear() local
|
D | unwind-libunwind-local.c | 114 u8 *cur = *p; in __dw_read_encoded_value() local
|
D | stat-shadow.c | 374 struct hashmap_entry *cur; in perf_stat__collect_metric_expr() local
|
/tools/lib/bpf/ |
D | hashmap.h | 155 #define hashmap__for_each_entry(map, cur, bkt) \ argument 167 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument 179 #define hashmap__for_each_key_entry(map, cur, _key) \ argument 187 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
|
D | hashmap.c | 65 struct hashmap_entry *cur, *tmp; in hashmap__clear() local 104 struct hashmap_entry *cur, *tmp; in hashmap_grow() local 135 struct hashmap_entry *cur, **prev_ptr; in hashmap_find_entry() local
|
D | linker.c | 2731 void *cur = output; in emit_btf_ext_data() local 2759 void *data, *cur; in finalize_btf_ext() local
|
/tools/testing/selftests/vm/ |
D | mlock-random-test.c | 143 struct rlimit cur; in test_mlock_within_limit() local 220 struct rlimit cur; in test_mlock_outof_limit() local
|
/tools/testing/selftests/net/ |
D | txtimestamp.c | 154 static void validate_timestamp(struct timespec *cur, int min_delay) in validate_timestamp() 178 static void __print_timestamp(const char *name, struct timespec *cur, in __print_timestamp() 809 struct addrinfo *addrs, *cur; in resolve_hostname() local
|
D | udpgso_bench_rx.c | 194 char cur = data[0]; in do_verify_udp() local
|
/tools/perf/tests/ |
D | pmu-events.c | 776 struct hashmap_entry *cur, *cur_tmp; in resolve_metric_simple() local 849 struct hashmap_entry *cur; in test_parsing() local 920 struct hashmap_entry *cur; in metric_parse_fake() local
|
/tools/lib/ |
D | bitmap.c | 35 unsigned int cur, rbot, rtop; in bitmap_scnprintf() local
|
/tools/testing/radix-tree/ |
D | main.c | 160 unsigned long start, end, count = 0, tagged, cur, tmp; in copy_tag_check() local
|
/tools/bpf/bpftool/ |
D | cfg.c | 131 static bool cfg_partition_funcs(struct cfg *cfg, struct bpf_insn *cur, in cfg_partition_funcs() 167 struct bpf_insn *cur, *end; in func_partition_bb_head() local
|
D | xlated_dumper.c | 371 struct bpf_insn *cur = insn_start; in dump_xlated_for_graph() local
|
/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 279 unsigned int cur, rbot, rtop; in bitmask_displaylist() local
|
/tools/tracing/latency/ |
D | latency-collector.c | 554 const bool *cur) in restore_trace_opts() 593 static void restore_file(const char *file, char **saved, const char *cur) in restore_file() 1340 static void write_file(const char *file, const char *cur, const char *new, in write_file()
|
/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 742 ocsd_datapath_resp_t cur = OCSD_RESP_CONT; in cs_etm_decoder__process_data_block() local
|
/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 299 struct kvm_dirty_gfn *cur; in dirty_ring_collect_one() local
|
/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 739 struct rb_node **cur, *parent; in vm_userspace_mem_region_gpa_insert() local 765 struct rb_node **cur, *parent; in vm_userspace_mem_region_hva_insert() local
|