Searched refs:reduce (Results 1 - 8 of 8) sorted by relevance

/seL4-test-master/kernel/tools/
H A Dumm.py11 from functools import reduce namespace
51 return (reduce(fold, xs, ([], [])))[0]
101 return (reduce(lambda x, y: x + y, res))
H A Dbitfield_gen.py22 from functools import reduce namespace
1215 substs['access_path'] = '(' + reduce(lambda x, y: y +
1229 substs['update_path'] = '(' + reduce(lambda x, y: y + '_update (' + x + ')',
/seL4-test-master/kernel/manual/tools/libsel4_tools/
H A Dsyscall_stub_gen.py45 from functools import reduce namespace
934 comment_lines = reduce(operator.add, [l.split("\n") for l in comment_lines], [])
H A Dbitfield_gen.py22 from functools import reduce namespace
1215 substs['access_path'] = '(' + reduce(lambda x, y: y +
1229 substs['update_path'] = '(' + reduce(lambda x, y: y + '_update (' + x + ')',
/seL4-test-master/kernel/libsel4/tools/
H A Dsyscall_stub_gen.py45 from functools import reduce namespace
934 comment_lines = reduce(operator.add, [l.split("\n") for l in comment_lines], [])
H A Dbitfield_gen.py22 from functools import reduce namespace
1215 substs['access_path'] = '(' + reduce(lambda x, y: y +
1229 substs['update_path'] = '(' + reduce(lambda x, y: y + '_update (' + x + ')',
/seL4-test-master/tools/nanopb/generator/
H A Dnanopb_generator.py13 from functools import reduce namespace
1210 extra_items_in_deps = reduce(set.union, list(data.values()), set()) - set(data.keys())
/seL4-test-master/kernel/manual/parts/
H A Dcspace.tex95 also reduce its rights similarly to

Completed in 64 milliseconds