Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c113 const tlsfptr_t aligned = in align_ptr() local
128 const size_t aligned = align_up(size, align); in adjust_request_size() local
822 void* aligned = align_ptr(ptr, align); in tlsf_memalign_offs() local
/hal_espressif-3.6.0/components/spiffs/
Dspiffsgen.py62 aligned, # type: bool argument
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sd.c344 int aligned = ((alignment % 4) == 0)? 1: 0; in do_single_write_read_test() local