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

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 316 bigptr baseoffset;
315 bigptr baseoffset; member in struct:dimblock
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 5211 int baseoffset;
5273 baseoffset = sort[0].offset;
5274 needscratch = baseoffset != 0;
5279 lastoffset = baseoffset;
5317 int bo = baseoffset > 0 ? baseoffset : -baseoffset;
5336 if baseoffset is large, by bringing in the offsets in the load/store
5342 sort[i].offset - baseoffset))
5366 offset -= baseoffset;
5200 int baseoffset; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 5217 int baseoffset;
5279 baseoffset = sort[0].offset;
5280 needscratch = baseoffset != 0;
5285 lastoffset = baseoffset;
5323 int bo = baseoffset > 0 ? baseoffset : -baseoffset;
5342 if baseoffset is large, by bringing in the offsets in the load/store
5348 sort[i].offset - baseoffset))
5372 offset -= baseoffset;
5206 int baseoffset; local
    [all...]

Completed in 30 milliseconds