Searched refs:suffix (Results 1 - 9 of 9) sorted by relevance

/seL4-test-master/tools/nanopb/tests/site_scons/
H A Dsite_init.py43 suffix = '.output')
54 suffix = '.decoded')
65 suffix = '.encoded')
80 suffix = '.equal')
106 match_builder = Builder(action = match_files, suffix = '.matched')
/seL4-test-master/tools/nanopb/tests/anonymous_oneof/
H A Ddecode_oneof.c28 TEST(msg.suffix == 321);
/seL4-test-master/tools/nanopb/tests/oneof/
H A Dencode_oneof.c23 /* Prefix and suffix are used to test that the union does not disturb
49 msg.suffix = 321;
H A Ddecode_oneof.c28 TEST(msg.suffix == 321);
/seL4-test-master/tools/nanopb/tests/site_scons/site_tools/
H A Dnanopb.py131 suffix = '.pb.c', variable
/seL4-test-master/kernel/manual/tools/libsel4_tools/
H A Dbitfield_gen.py35 # The C parser emits variables with a suffix to indicate their types; this lets
38 # The suffix map should match the C parser types for `uint{8,16,32,64}_t` in
1319 def set_base(self, base, base_bits, base_sign_extend, suffix):
1322 self.constant_suffix = suffix
2211 def set_base(self, base, base_bits, base_sign_extend, suffix):
2213 self.constant_suffix = suffix
2736 suffix = suffix_map[base] variable
2737 b.set_base(base, base_bits, base_sign_extend, suffix)
2750 suffix = suffix_map[base] variable
2752 u.set_base(base, base_bits, base_sign_extend, suffix)
[all...]
/seL4-test-master/kernel/libsel4/tools/
H A Dbitfield_gen.py35 # The C parser emits variables with a suffix to indicate their types; this lets
38 # The suffix map should match the C parser types for `uint{8,16,32,64}_t` in
1319 def set_base(self, base, base_bits, base_sign_extend, suffix):
1322 self.constant_suffix = suffix
2211 def set_base(self, base, base_bits, base_sign_extend, suffix):
2213 self.constant_suffix = suffix
2736 suffix = suffix_map[base] variable
2737 b.set_base(base, base_bits, base_sign_extend, suffix)
2750 suffix = suffix_map[base] variable
2752 u.set_base(base, base_bits, base_sign_extend, suffix)
[all...]
/seL4-test-master/kernel/tools/
H A Dbitfield_gen.py35 # The C parser emits variables with a suffix to indicate their types; this lets
38 # The suffix map should match the C parser types for `uint{8,16,32,64}_t` in
1319 def set_base(self, base, base_bits, base_sign_extend, suffix):
1322 self.constant_suffix = suffix
2211 def set_base(self, base, base_bits, base_sign_extend, suffix):
2213 self.constant_suffix = suffix
2736 suffix = suffix_map[base] variable
2737 b.set_base(base, base_bits, base_sign_extend, suffix)
2750 suffix = suffix_map[base] variable
2752 u.set_base(base, base_bits, base_sign_extend, suffix)
[all...]
/seL4-test-master/tools/riscv-pk/
H A Dconfigure951 -program-suffix | --program-suffix | --program-suffi | --program-suff \
954 -program-suffix=* | --program-suffix=* | --program-suffi=* \
2439 # safe: cross compilers may not add the suffix if given an `-o'
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2476 $as_echo_n "checking for suffix of executables... " >&6; }
2504 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2574 $as_echo_n "checking for suffix o
[all...]

Completed in 64 milliseconds