Searched refs:value2 (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_get_xattr.c | 19 char value2[32]; variable 69 bpf_dynptr_from_mem(value2, sizeof(value2), 0, &value_ptr); in BPF_PROG() 78 if (bpf_strncmp(value2, ret, expected_value)) in BPF_PROG()
|
| /tools/testing/selftests/riscv/mm/ |
| A D | mmap_test.h | 19 void *value2 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout() local 21 return value2 > value1; in memory_layout()
|
| /tools/bootconfig/samples/ |
| A D | bad-array-space-comment.bconf | 3 "value2" # comment2
|
| A D | good-array-space-comment.bconf | 3 "value2" , # comment2
|
| A D | bad-array.bconf | 2 key = "value1" "value2"
|
| A D | good-tree.bconf | 12 value = 2; value2 = 3;}
|
| A D | good-mixed-override.bconf | 4 key := value2
|
| A D | bad-samekey.bconf | 4 bar = value2
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 61 name2 = value2
|
Completed in 8 milliseconds