/Zephyr-Core-2.7.6/include/arch/arc/asm-compat/ |
D | asm-macro-32-bit-mwdt.h | 9 mov\&$suffix d, s 15 ld\&$suffix d, [s] 17 ld\&$suffix d, [s, off] 23 st\&$suffix d, [s] 25 st\&$suffix d, [s, off] 48 add\&$suffix d, s, v 52 add2\&$suffix d, s, v 84 br\&$suffix d, s, lbl
|
/Zephyr-Core-2.7.6/samples/net/zperf/src/ |
D | shell_utils.c | 54 char *suffix; in parse_number() local 58 dec = strtoul(string, &suffix, 10); in parse_number() 63 cmp = strncasecmp(suffix, *unit++, 1); in parse_number()
|
/Zephyr-Core-2.7.6/scripts/checkpatch/ |
D | check_known_checkpatch_issues.sh | 66 suffix=${uid}-${pid}-${ts} 67 checkpatch_results=/tmp/checkpatch.results-${suffix} 69 checkpatch_issues=/tmp/checkpatch_issues-${suffix} 80 diff_file=/tmp/checkpatch.results.diff-${suffix}
|
/Zephyr-Core-2.7.6/scripts/support/ |
D | quartus-flash.py | 76 output_pof = tempfile.NamedTemporaryFile(suffix=".pof") 84 with tempfile.NamedTemporaryFile(suffix=".cof") as temp_xml: 106 with tempfile.NamedTemporaryFile(suffix=".cdf") as temp_cdf:
|
/Zephyr-Core-2.7.6/tests/arch/x86/pagetables/src/ |
D | main.c | 35 #define LPTR(name, suffix) ((uint8_t *)&_CONCAT(name, suffix)) argument 36 #define LSIZE(name, suffix) ((size_t)&_CONCAT(name, suffix)) argument
|
/Zephyr-Core-2.7.6/doc/_scripts/ |
D | gen_kconfig_rest.py | 146 title, suffix, path_s = spec_parts 149 title, suffix, path_s, desc_path = spec_parts 161 modules.append((title, suffix, abspath, desc_path)) 350 """ + "\n".join(" index-" + suffix for _, suffix, _, _, in modules) 376 for title, suffix, _, desc_path in modules: 378 link="configuration_options_" + suffix,
|
/Zephyr-Core-2.7.6/doc/reference/kernel/other/ |
D | cxx_support.rst | 10 The build system selects the C++ compiler based on the suffix of the files. 11 Files identified with either a **cxx** or a **cpp** suffix are compiled using
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | leuart_gecko.c | 17 #define CLOCK_ID_PRFX2(prefix, suffix) prefix##suffix argument 18 #define CLOCK_ID_PRFX(prefix, suffix) CLOCK_ID_PRFX2(prefix, suffix) argument
|
/Zephyr-Core-2.7.6/scripts/coccinelle/ |
D | unsigned_suffix.cocci | 123 msg="WARNING: Unsigned 'U' suffix missing"
|
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/ |
D | external_content.py | 68 if fname.suffix != ".rst":
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | macros.bnf | 27 ; The additional dt-name suffix is added to match that node's bus type; 127 ; The optional prop-suf suffix is when there's some specialized 140 ; - prop-suf: an optional property-specific suffix 184 ; prop-suf: a property-specific macro suffix
|
/Zephyr-Core-2.7.6/doc/guides/tfm/ |
D | integration.rst | 17 the ``_ns`` suffix.
|
/Zephyr-Core-2.7.6/boards/arm/sparkfun_thing_plus_nrf9160/doc/ |
D | index.rst | 94 so they do not required the ``ns`` suffix. A great example of this is the
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | jlink.py | 298 with tempfile.TemporaryDirectory(suffix='jlink') as d:
|
D | canopen_program.py | 259 progress = Bar('%(percent)d%%', max=size, suffix='%(index)d/%(max)dB')
|
/Zephyr-Core-2.7.6/boards/arm/circuitdojo_feather_nrf9160/doc/ |
D | index.rst | 100 so they do not required the ``ns`` suffix. A great example of this is the
|
/Zephyr-Core-2.7.6/lib/os/ |
D | Kconfig.cbprintf | 113 library function name with a cb suffix; e.g. printfcb() or
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | run_common.py | 373 fd, name = tempfile.mkstemp(prefix='west-exc-', suffix='.txt')
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 2828 …def save_reports(self, name, suffix, report_dir, no_update, release, only_failed, platform_reports… argument 2846 if suffix: 2847 filename = "{}_{}".format(filename, suffix) 2860 self.target_report(outdir, suffix, append=only_failed) 3422 def target_report(self, outdir, suffix, append=False): argument 3425 if suffix: 3426 filename = os.path.join(outdir,"{}_{}.xml".format(platform, suffix))
|
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 32 fd, path = tempfile.mkstemp(prefix='pytest-', suffix='.dts')
|
/Zephyr-Core-2.7.6/scripts/ |
D | checkpatch.pl | 6118 my $suffix = ""; 6121 $suffix .= 'U' if ($cast =~ /\bunsigned\b/); 6123 $suffix .= 'LL'; 6125 $suffix .= 'L'; 6127 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
|
/Zephyr-Core-2.7.6/cmake/app/ |
D | boilerplate.cmake | 591 # Add .S file extension suffix into CMAKE_ASM_SOURCE_FILE_EXTENSIONS,
|
/Zephyr-Core-2.7.6/doc/contribute/coding_guidelines/ |
D | index.rst | 264 …- A u or U suffix shall be applied to all integer constants that are represented in an unsigned t… 269 - The lowercase character l shall not be used in a literal suffix
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.6.rst | 2206 * :github:`9895` - MISRA C Add 'u' or 'U' suffix for all unsigned integer constants
|