Home
last modified time | relevance | path

Searched refs:__ (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/kernel/include/
Dgen_offset.h85 GEN_ABSOLUTE_SYM(__##S##_##M##_##OFFSET, offsetof(S, M))
91 GEN_ABSOLUTE_SYM(__##S##_##N##_##OFFSET, offsetof(S, M))
/Zephyr-latest/doc/connectivity/networking/api/
Dppp.rst28 `RFC1661 <https://tools.ietf.org/html/rfc1661>`__)
30 `RFC1662 <https://tools.ietf.org/html/rfc1662>`__)
32 `RFC1332 <https://tools.ietf.org/html/rfc1332>`__)
34 `RFC5072 <https://tools.ietf.org/html/rfc5072>`__)
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst6 `CodeChecker <https://codechecker.readthedocs.io/>`__ is a static analysis infrastructure.
8 `Clang-Tidy <http://clang.llvm.org/extra/clang-tidy/>`__,
9 `Clang Static Analyzer <http://clang-analyzer.llvm.org/>`__ and
10 `Cppcheck <https://cppcheck.sourceforge.io/>`__. Refer to the analyzer's websites for installation
16 …deChecker itself is a python package available on `pypi <https://pypi.org/project/codechecker/>`__.
Dgcc.rst6 Static analysis was introduced in `GCC <https://gcc.gnu.org/>`__ 10 and it is enabled
Dsparse.rst6 `Sparse <https://www.kernel.org/doc/html/latest/dev-tools/sparse.html>`__
Dcpptest.rst6 Parasoft `C/C++test <https://www.parasoft.com/products/parasoft-c-ctest/>`__ is a software testing
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake109 set_property(GLOBAL APPEND PROPERTY ${section}_START_SYMBOLS __${name}_start)
111 set(${STRING_STRING} "${${STRING_STRING}}\n __${name}_start = .;\n")
114 … set(${STRING_STRING} "${${STRING_STRING}}\n __${name}_size = __${name}_end - __${name}_start;\n")
115 …set(${STRING_STRING} "${${STRING_STRING}}\n __${name}_load_start = LOADADDR(${first_section_name}…
160 set(${STRING_STRING} "${${STRING_STRING}}\n __${name}_end = .;\n")
220 set(TEMP "${TEMP}\n __${name_clean}_start = .;")
285 set(TEMP "${TEMP}\n __${name_clean}_end = .;")
313 set(TEMP "${TEMP}\n__${name_clean}_size = __${name_clean}_end - __${name_clean}_start;")
314 set(TEMP "${TEMP}\nPROVIDE(__${name_clean}_align = ALIGNOF(${name}));")
/Zephyr-latest/arch/xtensa/core/
Dsmp.c17 #define NOP1(_, __) __asm__ volatile("nop.n;"); in arch_spin_relax() argument
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake82 "RESOLVE __${name_clean}_start AS Image$$${name_clean}${ZI}$$Base\n"
83 "RESOLVE __${name_clean}_load_start AS Load$$${name_clean}${ZI}$$Base\n"
84 "EXPORT __${name_clean}_start AS __${name_clean}_start\n"
90 "RESOLVE __${name_clean}_end AS Image$$${symbol_val}${ZI}$$Limit\n"
95 "RESOLVE __${name_clean}_size AS Image$$${name_clean}${ZI}$$Length\n"
98 create_symbol(OBJECT ${REGION_OBJECT} SYMBOL __${name_clean}_size
123 "RESOLVE __${name}_start AS Image$$${first_section_name}$$Base\n"
124 "EXPORT __${name}_start AS __${name}_start\n"
125 "RESOLVE __${name}_load_start AS Load$$${first_section_name}$$Base\n"
126 "EXPORT __${name}_load_start AS __${name}_load_start\n"
[all …]
/Zephyr-latest/doc/kernel/
Dtimeutil.rst19 discontinuities due to `leap seconds <https://what-if.xkcd.com/26/>`__ and
48 <https://tools.ietf.org/html/rfc8536#section-2>`__.
60 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html>`__.
115 <https://www.loc.gov/standards/datetime/iso-tc154-wg5_n0038_iso_wd_8601-1_2016-02-16.pdf>`__
126 * `Civil time <https://en.wikipedia.org/wiki/Civil_time>`__ generally refers
134 <https://en.wikipedia.org/wiki/International_Atomic_Time>`__ (TAI) is a time
138 `Universal Time <https://en.wikipedia.org/wiki/Universal_Time>`__ (UT) is a
141 <https://en.wikipedia.org/wiki/Leap_second>`__) to maintain alignment to
144 <https://en.wikipedia.org/wiki/Coordinated_Universal_Time>`__ being the most
154 `POSIX Time <https://tools.ietf.org/html/rfc8536#section-2>`__ is a time scale
[all …]
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst43 | |_ _|/ __|| | ___ |_ _|| _ \ |
44 | _||_ \__ \| || | ___ || | ___/ |
/Zephyr-latest/boards/atmarktechno/degu_evk/doc/
Dindex.rst9 For more information, see the `Degu Project website <https://open-degu.com/en/>`__.
/Zephyr-latest/include/zephyr/sys/
Dmem_blocks.h138 __##name##_ptr) = &name; \
139 LINKER_KEEP(__##name##_ptr);
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst6 Zephyr uses the `Kconfiglib <https://github.com/ulfalizer/Kconfiglib>`__
8 <https://docs.kernel.org/kbuild/kconfig-language.html>`__,
56 <https://docs.kernel.org/kbuild/kconfig-macro-language.html>`__.
81 <https://docs.python.org/3/library/glob.html>`__ module.
/Zephyr-latest/include/zephyr/linker/
Ddevicetree_regions.h149 #define _DT_SECTION_PREFIX(node_id) UTIL_CAT(__, LINKER_DT_NODE_REGION_NAME_TOKEN(node_id))
Dlinker-defs.h48 __##object##_##level##_start = .; \
/Zephyr-latest/boards/sifive/hifive1/doc/
Dindex.rst8 `HiFive1 <https://www.sifive.com/boards/hifive1>`__ (also known as HiFive1 Rev A)
9 and `HiFive1 Rev B <https://www.sifive.com/boards/hifive1-rev-b>`__.
/Zephyr-latest/samples/boards/nordic/ieee802154/802154_rpmsg/
DREADME.rst11 a part of `OpenAMP <https://github.com/OpenAMP/open-amp/>`__.
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst64 …here <https://docs.pytest.org/en/7.1.x/example/parametrize.html#different-options-for-test-ids>`__.
71 `here <https://docs.python.org/3/library/unittest.mock.html>`__.
77 `here <https://docs.pytest.org/en/6.2.x/fixture.html>`__.
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h413 static STRUCT_SECTION_ITERABLE(ztest_unit_test, z_ztest_unit_test__##suite##__##fn) = { \
434 static STRUCT_SECTION_ITERABLE(ztest_unit_test, z_ztest_unit_test__##suite##__##fn) = { \
/Zephyr-latest/subsys/pm/
Dpm.c33 #define CPU_PM_STATE_INIT(_, __) \ argument
/Zephyr-latest/soc/nordic/common/
Ddmm.c18 #define __BUILD_LINKER_END_VAR(_name) DT_CAT3(__, _name, _end)
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst15 (IoTDK) <https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit>`__
22 <https://embarc.org/project/arc-iot-development-kit/>`__
/Zephyr-latest/boards/mediatek/
Dindex.rst60 …oper mode <https://www.chromium.org/chromium-os/developer-library/guides/device/developer-mode/>`__
61 …//www.chromium.org/chromium-os/developer-library/guides/device/install-software-on-base-images/>`__
/Zephyr-latest/doc/services/tfm/
Doverview.rst4 `Trusted Firmware-M (TF-M) <https://tf-m-user-guide.trustedfirmware.org/>`__
6 `IoT Security Framework <https://www.psacertified.org/what-is-psa-certified/>`__.
146 `MCUBoot <https://www.mcuboot.com/>`__, and is referred to as ``BL2`` in TF-M
213 `TF-M Documentation <https://tf-m-user-guide.trustedfirmware.org/>`__.

12