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

  /src/external/gpl3/gcc/dist/gcc/
function.cc 387 poly_int64 bigend_correction = 0;
519 bigend_correction = size - GET_MODE_SIZE (mode);
527 (slot_offset + bigend_correction
532 (slot_offset + bigend_correction,
384 poly_int64 bigend_correction = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 385 poly_int64 bigend_correction = 0;
517 bigend_correction = size - GET_MODE_SIZE (mode);
525 (slot_offset + bigend_correction
530 (slot_offset + bigend_correction,
382 poly_int64 bigend_correction = 0; local

Completed in 31 milliseconds