Searched refs:curr (Results 1 – 2 of 2) sorted by relevance
45 unsigned curr; /* number of index bits for current table */ local203 curr = root; /* current table index bits */233 fill = 1U << curr;268 curr = len - drop;269 left = (int)(1 << curr);270 while (curr + drop < max) {271 left -= count[curr + drop];273 curr++;278 used += 1U << curr;285 (*table)[low].op = (unsigned char)curr;
124 TEE_Time curr; in tee_time_busy_wait() local128 if (tee_time_get_sys_time(&curr) != TEE_SUCCESS) in tee_time_busy_wait()132 TEE_TIME_ADD(curr, delta, end); in tee_time_busy_wait()134 while (TEE_TIME_LT(curr, end)) in tee_time_busy_wait()135 if (tee_time_get_sys_time(&curr) != TEE_SUCCESS) in tee_time_busy_wait()
Completed in 3 milliseconds