Searched defs:slot_n (Results 1 - 2 of 2) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c49 int slot_n; member in struct:fetch_context
68 context->slot_n = 0;
127 if (ctx->slot_n >= 8)
130 int reg_num = ctx->slot_n++;
131 if (ctx->slot_n == 8)
197 if (align == 16 && ctx->slot_n % 2 != 0)
/external/ltrace/
H A Ddict.c375 size_t slot_n = find_slot(dict, key, &found, &should_rehash, NULL); local
376 if (slot_n == (size_t)-1)
380 assert(!bitp(dict, slot_n)->taken);
388 memmove(getkey(dict, slot_n), key, dict->keys.elt_size);
389 memmove(getvalue(dict, slot_n), value, dict->values.elt_size);
391 bitp(dict, slot_n)->taken = 1;
392 bitp(dict, slot_n)->erased = 0;
406 size_t slot_n = find_slot(dict, key, &found, NULL, NULL); local
408 return getvalue(dict, slot_n);
421 size_t slot_n local
[all...]

Completed in 106 milliseconds