Home
last modified time | relevance | path

Searched defs:n (Results 1 – 17 of 17) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_atomic/
Datomic.c113 #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/
Dnew_delete.cpp14 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/
Dlexer.cpp192 #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
Dparser.cpp762 parser::yypop_ (int n) in yypop_()
Dparser.hpp3030 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/
Dm33.c21 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/
Dgpio.h938 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/
Dcall_apsr.h29 uint32_t n: 1; member
/hal_rpi_pico-latest/test/pico_test/include/pico/
Dtest.h18 #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/
DSEGGER_RTT.h389 #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/
Dstdio_usb.c108 int n = length - i; in stdio_usb_out_chars() local
/hal_rpi_pico-latest/src/common/pico_util/include/pico/util/
Dpheap.h114 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/
Drand.c177 static uint64_t capture_additional_rosc_samples(uint n) { in capture_additional_rosc_samples()
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c78 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/
Dpio_assembler.cpp183 uint n = mov_status.n->resolve(*this); in finalize() local
Dpio_types.h299 rvalue n; member
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c565 unsigned int flags, width, precision, n; in _vsnprintf() local