Lines Matching defs:last
76 * that vectorization over-reads on the last online chunk stay within
946 * Operation is insert, and the last available space in the
1033 EFD_LOG(INFO, "Warn: Insert into last "
1056 uint32_t last = current_group->num_rules - 1;
1057 /* Swap the key with the last key inserted*/
1059 current_group->key_idx[last];
1061 current_group->value[last];
1063 current_group->bin_id[last];
1069 current_group->key_idx[last] = key_idx_previous;
1070 current_group->value[last] = value;
1071 current_group->bin_id[last] = *bin_id;