Searched defs:max (Results 1 – 9 of 9) sorted by relevance
40 unsigned char *max; member
114 uint32_t max = 0; in fdt_find_max_phandle() local142 uint32_t max; in fdt_generate_phandle() local
96 mem_size_t max; member103 STAT_COUNTER max; member
485 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local510 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
530 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local555 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
835 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local853 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
523 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local548 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
714 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local739 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
1143 u16_t max = p->tot_len - mem_len; in pbuf_memfind() local
Completed in 53 milliseconds