Searched refs:oldlength (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | readfile.c | 1243 u_int newlength, oldlength; in process_generic() local 1267 oldlength = ((*dest)->length); in process_generic() 1269 + oldlength + newlength + 1); in process_generic() 1270 if (oldlength > 0) { in process_generic() 1271 bcopy((*dest)->data, bdata->data, oldlength); in process_generic() 1273 bcopy(tmpbuf, bdata->data + oldlength, newlength + 2); in process_generic() 1274 bdata->length = oldlength + newlength + 2; in process_generic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | lifetime.d | 269 …fo info, size_t newlength, bool isshared, const TypeInfo tinext, size_t oldlength = ~0) pure nothr… 289 if (oldlength != ~0) 293 return cas(cast(shared)length, cast(ubyte)oldlength, cast(ubyte)newlength); 297 if (*length == cast(ubyte)oldlength) 320 if (oldlength != ~0) 324 return cas(cast(shared)length, cast(ushort)oldlength, cast(ushort)newlength); 328 if (*length == oldlength) 351 if (oldlength != ~0) 355 return cas(cast(shared)length, cast(size_t)oldlength, cast(size_t)newlength); 359 if (*length == oldlength)
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | lifetime.d | 257 …fo info, size_t newlength, bool isshared, const TypeInfo tinext, size_t oldlength = ~0) pure nothr… 277 if (oldlength != ~0) 281 return cas(cast(shared)length, cast(ubyte)oldlength, cast(ubyte)newlength); 285 if (*length == cast(ubyte)oldlength) 308 if (oldlength != ~0) 312 return cas(cast(shared)length, cast(ushort)oldlength, cast(ushort)newlength); 316 if (*length == oldlength) 339 if (oldlength != ~0) 343 return cas(cast(shared)length, cast(size_t)oldlength, cast(size_t)newlength); 347 if (*length == oldlength)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.cc | 2789 size_t oldlength = (oldlen - 1) * sizeof (tree) + sizeof (struct tree_vec); in grow_tree_vec() local 2792 record_node_allocation_statistics (TREE_VEC, length - oldlength); in grow_tree_vec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.c | 2520 size_t oldlength = (oldlen - 1) * sizeof (tree) + sizeof (struct tree_vec); in grow_tree_vec() local 2523 record_node_allocation_statistics (TREE_VEC, length - oldlength); in grow_tree_vec()
|