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

  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 927 uintptr_t binbias = (uintptr_t) &gt_pch_save - (uintptr_t) pch_save;
943 pch_save = (void (*) (FILE *)) ((uintptr_t) pch_save + binbias);
926 uintptr_t binbias = (uintptr_t) &gt_pch_save - (uintptr_t) pch_save; local
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 905 uintptr_t binbias = (uintptr_t) &gt_pch_save - (uintptr_t) pch_save;
921 pch_save = (void (*) (FILE *)) ((uintptr_t) pch_save + binbias);
904 uintptr_t binbias = (uintptr_t) &gt_pch_save - (uintptr_t) pch_save; local

Completed in 36 milliseconds