Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 25 of 26) sorted by relevance

12

/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c75 #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/
Dhashmap.h155 #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
Dhashmap.c65 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
Dgenelf_debug.c193 ubyte cur = data & 0x7F; in emit_unsigned_LEB128() local
207 ubyte cur = data & 0x7F; in emit_signed_LEB128() local
Dstrfilter.c84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local
Dexpr.c185 struct hashmap_entry *cur; in expr__ctx_clear() local
Dmetricgroup.c605 struct hashmap_entry *cur; in metricgroup__add_metric_weak_group() local
636 struct hashmap_entry *cur; in metricgroup__add_metric_non_group() local
876 struct hashmap_entry *cur; in __resolve_metric() local
Dunwind-libunwind-local.c114 u8 *cur = *p; in __dw_read_encoded_value() local
Dstat-shadow.c339 struct hashmap_entry *cur; in perf_stat__collect_metric_expr() local
/tools/lib/bpf/
Dhashmap.h155 #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
Dhashmap.c65 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
Dbtf_dump.c194 struct hashmap_entry *cur; in btf_dump_free_names() local
/tools/testing/selftests/vm/
Dmlock-random-test.c143 struct rlimit cur; in test_mlock_within_limit() local
220 struct rlimit cur; in test_mlock_outof_limit() local
/tools/testing/selftests/net/
Dtxtimestamp.c154 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
Dudpgso_bench_rx.c194 char cur = data[0]; in do_verify_udp() local
/tools/lib/
Dbitmap.c35 int cur, rbot, rtop; in bitmap_scnprintf() local
/tools/perf/tests/
Dpmu-events.c477 struct hashmap_entry *cur; in test_parsing() local
534 struct hashmap_entry *cur; in metric_parse_fake() local
/tools/testing/radix-tree/
Dmain.c160 unsigned long start, end, count = 0, tagged, cur, tmp; in copy_tag_check() local
/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c78 char *cur; in gpio_debugfs_get() local
/tools/bpf/bpftool/
Dcfg.c131 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
Dxlated_dumper.c365 struct bpf_insn *cur = insn_start; in dump_xlated_for_graph() local
/tools/power/cpupower/utils/helpers/
Dbitmask.c279 unsigned int cur, rbot, rtop; in bitmask_displaylist() local
/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c705 ocsd_datapath_resp_t cur = OCSD_RESP_CONT; in cs_etm_decoder__process_data_block() local
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1237 struct kvm_cpuid_entry2 *cur = &cpuid->entries[i]; in set_cpuid() local
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c6665 const char *cur = strs; in dump_btf_strings() local

12