/hal_rpi_pico-latest/src/rp2_common/pico_atomic/ |
D | atomic.c | 113 #define ATOMIC_OPTIMIZED_CASE(n, type) \ argument 125 #define ATOMIC_OPTIMIZED_CASE(n, type) \ argument 136 #define ATOMIC_OPTIMIZED_CASE(n, type) \ argument 154 #define ATOMIC_OPTIMIZED_CASE(n, type) \ argument 169 #define ATOMIC_RMW(n, type, opname, op) \ argument 178 #define ATOMIC_RMW_NAND(n, type) \ argument 187 #define ATOMIC_OPTIMIZED_CASE(n, type) ATOMIC_RMW(n, type, add, +) argument 192 #define ATOMIC_OPTIMIZED_CASE(n, type) ATOMIC_RMW(n, type, sub, -) argument 197 #define ATOMIC_OPTIMIZED_CASE(n, type) ATOMIC_RMW(n, type, and, &) argument 202 #define ATOMIC_OPTIMIZED_CASE(n, type) ATOMIC_RMW(n, type, or, |) argument [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_cxx_options/ |
D | new_delete.cpp | 14 void *operator new(std::size_t n) { in operator new() 18 void *operator new[](std::size_t n) { in operator new[]() 28 void operator delete(void *p, __unused std::size_t n) noexcept { std::free(p); } in operator delete() 30 void operator delete[](void *p, __unused std::size_t n) noexcept { std::free(p); } in operator delete[]()
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | lexer.cpp | 192 #define YY_LESS_LINENO(n) argument 196 #define yyless(n) \ argument 2604 yy_size_t n; in yy_scan_bytes() local 2648 #define yyless(n) \ argument 2817 static void yy_flex_strncpy (char* s1, const char * s2, int n ) in yy_flex_strncpy() 2829 int n; in yy_flex_strlen() local 2869 long n = strtol (s.c_str(), NULL, 10); in make_INT() local 2878 float n = strtof (s.c_str(), NULL); in make_FLOAT() local 2885 long n = strtol (s.c_str() + 2, NULL, 16); in make_HEX() local 2894 long n = strtol (s.c_str()+2, NULL, 2); in make_BINARY() local
|
D | parser.cpp | 762 parser::yypop_ (int n) in yypop_()
|
D | parser.hpp | 3030 stack (size_type n = 200) in stack() 3071 pop (std::ptrdiff_t n = 1) YY_NOEXCEPT in pop()
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | m33.c | 21 static int n=0; in checkf() local 30 static int n=0; in checkd() local
|
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/ |
D | gpio.h | 938 static inline void gpio_set_mask_n(uint n, uint32_t mask) { in gpio_set_mask_n() 986 static inline void gpio_clr_mask_n(uint n, uint32_t mask) { in gpio_clr_mask_n() 1033 static inline void gpio_xor_mask_n(uint n, uint32_t mask) { in gpio_xor_mask_n() 1098 static inline void gpio_put_masked_n(uint n, uint32_t mask, uint32_t value) { in gpio_put_masked_n()
|
/hal_rpi_pico-latest/test/pico_float_test/llvm/ |
D | call_apsr.h | 29 uint32_t n: 1; member
|
/hal_rpi_pico-latest/test/pico_test/include/pico/ |
D | test.h | 18 #define PICOTEST_MODULE_NAME(n,d) const char *picotest_module=n; const char *picotest_description=d… argument
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/ |
D | SEGGER_RTT.h | 389 #define SEGGER_RTT_HASDATA(n) (((SEGGER_RTT_BUFFER_DOWN*)((char*)&_SEGGER_RTT.aDown[n] +… argument 406 #define SEGGER_RTT_HASDATA_UP(n) (((SEGGER_RTT_BUFFER_UP*)((char*)&_SEGGER_RTT.aUp[n] + SEG… argument
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/ |
D | stdio_usb.c | 108 int n = length - i; in stdio_usb_out_chars() local
|
/hal_rpi_pico-latest/src/common/pico_util/include/pico/util/ |
D | pheap.h | 114 pheap_node_t *n = ph_get_node(heap, parent_id); in ph_add_child_node() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_rand/ |
D | rand.c | 177 static uint64_t capture_additional_rosc_samples(uint n) { in capture_additional_rosc_samples()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/ |
D | irq.c | 78 static inline void irq_set_mask_n_enabled_internal(uint n, uint32_t mask, bool enabled) { in irq_set_mask_n_enabled_internal() 113 void irq_set_mask_n_enabled(uint n, uint32_t mask, bool enabled) { in irq_set_mask_n_enabled()
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_assembler.cpp | 183 uint n = mov_status.n->resolve(*this); in finalize() local
|
D | pio_types.h | 299 rvalue n; member
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 565 unsigned int flags, width, precision, n; in _vsnprintf() local
|