HomeSort by: relevance | last modified time | path
    Searched defs:new_off (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
frags.c 327 addressT new_off;
331 new_off = (abs_section_offset + ~mask) & mask;
332 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
333 abs_section_offset = new_off;
317 addressT new_off; local
  /src/external/gpl3/binutils.old/dist/gas/
frags.c 326 addressT new_off;
330 new_off = (abs_section_offset + ~mask) & mask;
331 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
332 abs_section_offset = new_off;
316 addressT new_off; local
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
log.c 201 off_t off, new_off; local
241 new_off = krb5_storage_seek(sp, off, SEEK_SET);
242 if (new_off == -1)
244 if (new_off != off)
270 off_t off, new_off; local
291 new_off = krb5_storage_seek(sp, -8, SEEK_CUR);
292 if (new_off == -1)
294 if (new_off != off - 8) {
316 new_off = krb5_storage_seek(sp, -(LOG_WRAPPER_SZ + off_len), SEEK_CUR);
317 if (new_off == -1
343 off_t off, off_len, new_off; local
400 off_t off, prev_off, new_off; local
    [all...]

Completed in 53 milliseconds