Home
last modified time | relevance | path

Searched defs:m (Results 1 – 13 of 13) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcheck_board_header.py216 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 …]
Dcheck_doxygen_groups.py25 m = re.match(r'^(\S+):.*\\defgroup\s+(\w+)', line) variable
39 m = re.match(r'^(\S+):.*\\ingroup\s+(\w+)', line) variable
Dextract_configs.py159 m = CONFIG_RE.match(line) variable
211 m = re.match(r'^((0x)?\d+)u$', value.lower()) variable
Dextract_build_defines.py140 m = BUILD_DEFINE_RE.match(line) variable
Dextract_cmake_configs.py140 m = CMAKE_CONFIG_RE.match(line) variable
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c37 #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/
Ddouble_math.c39 #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/
Dqmi.h111 qmi_mem_hw_t m[2]; member
/hal_rpi_pico-latest/.github/workflows/scripts/
Dgenerate_multi_gcc_workflow.py22 m = re.search("(\d+\.\d+\.\d+)", version_line) variable
/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c127 for (int m = PWM_DIV_FREE_RUNNING; m <= PWM_DIV_B_FALLING; m++) { in main() local
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp743 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/
Dmutex.c31 mutex_t *m = (mutex_t *)l; in runtime_init_mutex() local
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c179 ui64 y,x,m; in test_random() local