Searched refs:next_v (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-valprint.c152 struct value *next_v = allocate_value (el_type); local
155 VALUE_ADDRESS (next_v) = VALUE_ADDRESS (v);
166 tmp = next_v;
167 next_v = v;
176 VALUE_OFFSET (next_v) = VALUE_OFFSET (v);
180 VALUE_LAZY (next_v) = 1;
181 VALUE_OFFSET (next_v) += TYPE_LENGTH (el_type);
182 if (memcmp (VALUE_CONTENTS (v), VALUE_CONTENTS (next_v),

Completed in 37 milliseconds