/hal_rpi_pico-latest/tools/ |
D | check_board_header.py | 216 m = re.match("^\s*// This header may be included by other board headers as \"(.+?)\"", line) variable 226 m = re.match(r"^\s*//\s*pico_cmake_set\s+(\w+)\s*=\s*(.+?)\s*$", line) variable 248 m = re.match(r"^\s*//\s*pico_cmake_set_default\s+(\w+)\s*=\s*(.+?)\s*$", line) variable 270 m = re.match(r"^\s*#else\s*$", line) variable 276 m = re.match(r"^\s*#endif\s*$", line) variable 283 m = re.match(r"""^\s*#include\s+"(.+?)"\s*$""", line) variable 294 m = re.match(r"^\s*#if\s+(!)?\s*(\w+)\s*$", line) variable 303 m = re.match(r"^\s*#ifdef\s+(\w+)\s*$", line) variable 309 m = re.match(r"^\s*#ifndef\s+(\w+)\s*$", line) variable 317 m = re.match(r"^\s*#define\s+(\w+)(?:\s+(.+?))?\s*$", line) variable [all …]
|
D | check_doxygen_groups.py | 25 m = re.match(r'^(\S+):.*\\defgroup\s+(\w+)', line) variable 39 m = re.match(r'^(\S+):.*\\ingroup\s+(\w+)', line) variable
|
D | extract_configs.py | 159 m = CONFIG_RE.match(line) variable 211 m = re.match(r'^((0x)?\d+)u$', value.lower()) variable
|
D | extract_build_defines.py | 140 m = BUILD_DEFINE_RE.match(line) variable
|
D | extract_cmake_configs.py | 140 m = CMAKE_CONFIG_RE.match(line) variable
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_math.c | 37 #define FUNPACK(x,e,m) e=((x)>>23)&0xff,m=((x)&0x007fffff)|0x00800000 argument 38 #define FUNPACKS(x,s,e,m) s=((x)>>31),FUNPACK((x),(e),(m)) argument 116 ui32 ix=float2ui32(x),m; in fisint() local 129 ui32 ix=float2ui32(x),m; in fisoddint() local 176 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local 192 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local 215 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local 236 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_math.c | 39 #define DUNPACK(x,e,m) e=((x)>>52)&0x7ff,m=((x)&0x000fffffffffffffULL)|0x0010000000000000ULL argument 40 #define DUNPACKS(x,s,e,m) s=((x)>>63),DUNPACK((x),(e),(m)) argument 119 ui64 ix=double2ui64(x),m; in disint() local 132 ui64 ix=double2ui64(x),m; in disoddint() local 179 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local 195 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local 218 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local 239 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local
|
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/ |
D | qmi.h | 111 qmi_mem_hw_t m[2]; member
|
/hal_rpi_pico-latest/.github/workflows/scripts/ |
D | generate_multi_gcc_workflow.py | 22 m = re.search("(\d+\.\d+\.\d+)", version_line) variable
|
/hal_rpi_pico-latest/test/hardware_pwm_test/ |
D | hardware_pwm_test.c | 127 for (int m = PWM_DIV_FREE_RUNNING; m <= PWM_DIV_B_FALLING; m++) { in main() local
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.cpp | 743 parser::yypush_ (const char* m, YY_MOVE_REF (stack_symbol_type) sym) in yypush_() 751 parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym) in yypush_() 2544 void yy::parser::error(const location_type& l, const std::string& m) in error()
|
/hal_rpi_pico-latest/src/common/pico_sync/ |
D | mutex.c | 31 mutex_t *m = (mutex_t *)l; in runtime_init_mutex() local
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 179 ui64 y,x,m; in test_random() local
|