Searched refs:msb (Results 1 – 2 of 2) sorted by relevance
148 Object msb = tEnv.getObjRelation("MSB") ; in _supportsEntity() local149 if (msb == null){ in _supportsEntity()
496 int msb = highbit(size); in rtl_arena_segment_alloc() local497 if (RTL_ARENA_FREELIST_SIZE == SAL_INT_CAST(size_t, msb)) in rtl_arena_segment_alloc()502 head = &(arena->m_freelist_head[msb - 1]); in rtl_arena_segment_alloc()516 size = (1UL << msb); in rtl_arena_segment_alloc()
Completed in 338 milliseconds