Searched refs:boundary (Results 1 – 4 of 4) sorted by relevance
/lk-master/lib/heap/ |
A D | heap_wrapper.c | 40 static inline void *HEAP_MEMALIGN(size_t boundary, size_t s) { return miniheap_alloc(s, boundary); } in HEAP_MEMALIGN() argument 64 #define HEAP_MEMALIGN(boundary, s) cmpct_memalign(s, boundary) argument 166 void *memalign(size_t boundary, size_t size) { in memalign() argument 167 LTRACEF("boundary %zu, size %zd\n", boundary, size); in memalign() 174 void *ptr = HEAP_MEMALIGN(boundary, size); in memalign() 176 printf("caller %p memalign %zu, %zu -> %p\n", __GET_CALLER(), boundary, size, ptr); in memalign()
|
/lk-master/lib/heap/include/lib/ |
A D | heap.h | 18 void *memalign(size_t boundary, size_t size) __MALLOC;
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dac/example/ |
A D | readme.dox | 42 * crosses the 12bit boundary for DAC input. P0.12 is the set up as the DAC output
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 1089 @ here we are near a rounding boundary, C is set 1108 adcs r5,r3 @ bump a5 if over rounding boundary
|
Completed in 7 milliseconds