HomeSort by relevance Sort by last modified time
    Searched full:effectivesz (Results 1 - 1 of 1) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
eeData.c 115 uint32_t sz, effectiveSz, info = name + len * (EE_DATA_NAME_MAX + 1);
128 effectiveSz = (len + 3) &~ 3;
131 if ((uint8_t*)__eedata_end - (uint8_t*)space < effectiveSz)

Completed in 157 milliseconds