Lines Matching defs:values

39 	off_t	values[0];
53 return BFS_ENDIAN_TO_HOST_INT64(values[index]);
58 values[index] = HOST_ENDIAN_TO_BFS_INT64(value);
566 // SetToWritable() below needs the new values in the tree's header
1058 Unaligned<off_t>* values = node->Values();
1086 *_next = BFS_ENDIAN_TO_HOST_INT64(values[i]);
1097 *_next = BFS_ENDIAN_TO_HOST_INT64(values[saveIndex]);
1160 Unaligned<off_t>* values = node->Values();
1162 off_t value = BFS_ENDIAN_TO_HOST_INT64(values[i]);
1202 Unaligned<off_t>* values = node->Values();
1203 off_t oldValue = BFS_ENDIAN_TO_HOST_INT64(values[index]);
1234 // values
1236 // The node will be empty without our values, so let us
1261 // node and free the old entry (by zero'ing all values)
1263 memcpy(&newDuplicate->all_key_count, &array->values[0],
1275 values[index]
1357 values[index] = HOST_ENDIAN_TO_BFS_INT64(bplustree_node::MakeLink(
1372 Unaligned<off_t>* values = node->Values();
1383 // move values and copy new value into them
1384 memmove(newValues + index + 1, values + index,
1386 memmove(newValues, values, sizeof(off_t) * index);
1622 // Note: keyIndex and in will contain invalid values when the new key
1832 Unaligned<off_t>* values = node->Values();
1833 off_t oldValue = BFS_ENDIAN_TO_HOST_INT64(values[index]);
1868 values[index] = array->values[0];
1943 values[index] = array->values[0];
1946 values[index] = HOST_ENDIAN_TO_BFS_INT64(
2020 values[index] = HOST_ENDIAN_TO_BFS_INT64(bplustree_node::MakeLink(
2043 Unaligned<off_t>* values = node->Values();
2049 node->overflow_link = values[--index];
2082 // move values
2084 memmove(newValues, values, index * sizeof(off_t));
2086 memmove(newValues + index, values + index + 1,
2360 Unaligned<off_t>* values = parent->Values();
2378 off_t childOffset = BFS_ENDIAN_TO_HOST_INT64(values[i]);
2441 // Simple check if the values in the array may be valid
2474 nextOffset = BFS_ENDIAN_TO_HOST_INT64(values[i + 1]);
3010 dprintf("invalid node %p, value %d: %" B_PRIdOFF ": values "
3099 // if there are more than 8 values in this array, use a
3114 memmove(&values[i + 1], &values[i], (size - i) * sizeof(off_t));
3115 values[i] = HOST_ENDIAN_TO_BFS_INT64(value);
3128 memmove(&values[index], &values[index + 1],