Searched refs:t (Results 1 – 17 of 17) sorted by relevance
/SCP-firmware-master/debugger/src/cli/ |
A D | cli_commands_core.c | 299 cli_timestamp_t t = { 0 }; in uptime_f() local 300 cli_platform_get_time(&t); in uptime_f() 304 t.days, in uptime_f() 305 t.hours, in uptime_f() 306 t.minutes, in uptime_f() 307 t.seconds, in uptime_f() 308 t.fraction); in uptime_f()
|
A D | cli_platform_time.c | 15 FWK_WEAK void cli_platform_get_time(cli_timestamp_t *t) in cli_platform_get_time() argument
|
A D | readme.txt | 92 floating point values, and anything not fairly simple probably won't work so
|
/SCP-firmware-master/debugger/include/ |
A D | cli_platform.h | 51 void cli_platform_get_time(cli_timestamp_t *t);
|
/SCP-firmware-master/tools/ |
A D | check_style.py | 70 return any([fnmatch.fnmatch(filename, t) for t in FILE_TYPES])
|
A D | cppcheck_suppress_list.txt | 41 // Cppcheck doesn't like include directives that use macros 131 // Cppcheck doesn't retrieve the correct definition of CLUS_PPU_INT_STATUS
|
/SCP-firmware-master/ |
A D | Jenkinsfile | 32 * Apparently it doesn't like multi-stage builds, so until 34 * doesn't exhibit this bug, we just have to build the image 55 docker build -t scp-firmware:build-${currentBuild.number} \ 131 * Unfortunately, we don't have
|
A D | CMakeLists.txt | 131 # `CheckIPOSupported` doesn't play particularly nicely with toolchains that 464 # fixed output binary name so that different toolchains don't generate
|
/SCP-firmware-master/product/morello/module/dmc_bing/src/ |
A D | morello_ddr_phy.c | 315 int t; in write_eye_detect_single_rank() local 554 for (t = num_good_eyes_in_slice - 1; t >= 0; t--) { in write_eye_detect_single_rank() 555 sorted_mids[t + 1] = sorted_mids[t]; in write_eye_detect_single_rank()
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_ddr_phy/src/ |
A D | mod_n1sdp_ddr_phy.c | 387 int t; in write_eye_detect_single_rank() local 631 for (t = num_good_eyes_in_slice - 1; t >= 0; t--) { in write_eye_detect_single_rank() 632 sorted_mids[t+1] = sorted_mids[t]; in write_eye_detect_single_rank()
|
/SCP-firmware-master/module/scmi_sensor_req/doc/ |
A D | scmi_sensor_req.md | 16 requires to get a sensor value doesn't need to know if the sensor is local or
|
/SCP-firmware-master/doc/ |
A D | CMakeLists.txt | 77 # `${VARIABLES}` but, because it doesn't run at generate time, cannot expand
|
A D | cmake_readme.md | 258 > this, which can take a while. Be patient - it won't happen again unless you 337 $ docker build -t scp-firmware --target=dev "./docker"
|
A D | Doxyfile | 177 # less readable) file names. This can be useful is your file systems doesn't 747 # in a documented function, or documenting parameters that don't exist or using 1993 # so different doxyrules.make files included by the same Makefile don't
|
/SCP-firmware-master/module/debug/doc/ |
A D | module_dedug_architecture.md | 79 won't take any further action, but updating its internal state.
|
/SCP-firmware-master/module/ |
A D | CMakeLists.txt | 148 # didn't, exit and let the user know.
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 258 same directory so that style checks don't evaluate the autogenerated
|
Completed in 17 milliseconds