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

  /src/external/gpl2/texinfo/dist/makeinfo/
sectioning.c 682 int orig_offset = input_text_offset;
684 input_text_offset = search_forward (node_search_string, orig_offset);
709 input_text_offset = orig_offset;
678 int orig_offset = input_text_offset; local
node.c 431 int i, orig_offset = input_text_offset;
466 input_text_offset = orig_offset;
741 int orig_offset, orig_size;
751 orig_offset = input_text_offset;
753 search_forward (node_search_string, orig_offset);
758 input_text_offset = search_forward ("\n@menu", orig_offset);
428 int i, orig_offset = input_text_offset; local
737 int orig_offset, orig_size; local
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_message.c 250 long orig_offset, extra_offset; local
258 if ((orig_offset = vstream_ftell(message->fp)) < 0)
302 if (vstream_fseek(message->fp, orig_offset, SEEK_SET) < 0)
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_message.c 265 long orig_offset, extra_offset; local
273 if ((orig_offset = vstream_ftell(message->fp)) < 0)
324 if (vstream_fseek(message->fp, orig_offset, SEEK_SET) < 0)
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 704 HOST_WIDE_INT orig_offset = poly_offset; local
711 if (orig_offset >= 0 && orig_offset < 2 * 32767)
714 lo = orig_offset - hi;
716 else if (orig_offset < 0 && orig_offset >= 2 * -32768)
719 lo = orig_offset - hi;
723 lo = sext_hwi (orig_offset, 16);
724 hi = orig_offset - lo;
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 701 HOST_WIDE_INT orig_offset = poly_offset; local
708 if (orig_offset >= 0 && orig_offset < 2 * 32767)
711 lo = orig_offset - hi;
713 else if (orig_offset < 0 && orig_offset >= 2 * -32768)
716 lo = orig_offset - hi;
720 lo = sext_hwi (orig_offset, 16);
721 hi = orig_offset - lo;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 11159 rtx orig_offset = offset;
11198 orig_offset)));
11158 rtx orig_offset = offset; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 11684 rtx orig_offset = offset;
11723 orig_offset)));
11683 rtx orig_offset = offset; local

Completed in 83 milliseconds