Searched refs:code (Results 1 – 8 of 8) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/ |
D | retarget.c | 38 __attribute__((noreturn)) void UartEndSimulation(int code) in UartEndSimulation() argument 41 UartPutc((char)code); // Exit code in UartEndSimulation() 47 void exit(int code) in exit() argument 49 UartEndSimulation(code); in exit()
|
D | linker.ld | 82 * It references following symbols, which must be defined in code: 85 * It defines following symbols, which code can use without definition: 187 * Location counter can end up 2byte aligned with narrow Thumb code but 188 * __etext is assumed by startup code to be the LMA of a section in DTCM
|
/cmsis-nn-latest/Examples/ |
D | README.md | 9 …/tflm-cmsisnn-mbed-image-recognition) for more information and the source code. There is also a [b…
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | extra_stylesheet.css | 163 /** code fragments */ 164 --code-keyword-color: #008000; 165 --code-type-keyword-color: #604020; 166 --code-flow-keyword-color: #E08000; 167 --code-comment-color: #800000; 168 --code-preprocessor-color: #806020; 169 --code-string-literal-color: #002080; 170 --code-char-literal-color: #008080; 171 --code-vhdl-digit-color: #FF00FF; 172 --code-vhdl-char-color: #000000; [all …]
|
/cmsis-nn-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 57 - Selects code for processors with DSP extension. 60 - Selects code for processors which supports MVE instructions.
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | unittest_targets.py | 67 def error_handler(code, text=None): argument 69 sys.exit(code)
|
/cmsis-nn-latest/ |
D | LICENSE | 27 including but not limited to software source code, documentation 32 not limited to compiled object code, generated documentation, 56 communication on electronic mailing lists, source code control systems,
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 281 # uses this value to replace tabs by spaces in code fragments. 349 # tries to guess whether the code is fixed or free formatted code, this is the 475 # useful for C code in case the coding convention dictates that all compound 484 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small 553 # This flag is only useful for Objective-C code. If set to YES, local methods, 1082 # that contain example code fragments that are included (see the \include 1119 # code is scanned, but not when the output code is generated. If lines are added 1168 # The Fortran standard specifies that for fixed formatted Fortran code all 1184 # Note: To get rid of all source code in the generated output, make sure that 1197 # special comment blocks from generated source code fragments. Normal C, C++ and [all …]
|