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

  /src/sys/uvm/
uvm_mremap.c 76 voff_t newoffset; local
78 newoffset = offset + entry->end - entry->start;
79 if (newoffset <= offset) {
86 reserved_entry->offset = newoffset;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c 1993 uint16_t newoffset; local
2000 newoffset = findstr(&bios->data[offset], searchlen,
2002 if (!newoffset)
2004 offset += newoffset;
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 1283 HOST_WIDE_INT newoffset;
1293 newoffset = (offset & ~ mask) + mask + 1;
1295 newoffset = (offset & ~ mask);
1297 /* If the newoffset will not fit in 14 bits (ldo), then
1299 the SYMBOL_REF + 1 or 2 to load the newoffset + 1 to
1303 if (! VAL_14_BITS_P (newoffset)
1306 rtx const_part = plus_constant (Pmode, XEXP (x, 0), newoffset);
1317 if (! VAL_14_BITS_P (newoffset))
1318 int_part = force_reg (Pmode, GEN_INT (newoffset));
1320 int_part = GEN_INT (newoffset);
1279 HOST_WIDE_INT newoffset; local
11107 long offset, newoffset, mask; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 1139 HOST_WIDE_INT newoffset;
1149 newoffset = (offset & ~ mask) + mask + 1;
1151 newoffset = (offset & ~ mask);
1153 /* If the newoffset will not fit in 14 bits (ldo), then
1155 the SYMBOL_REF + 1 or 2 to load the newoffset + 1 to
1159 if (! VAL_14_BITS_P (newoffset)
1162 rtx const_part = plus_constant (Pmode, XEXP (x, 0), newoffset);
1173 if (! VAL_14_BITS_P (newoffset))
1174 int_part = force_reg (Pmode, GEN_INT (newoffset));
1176 int_part = GEN_INT (newoffset);
1135 HOST_WIDE_INT newoffset; local
10947 long offset, newoffset, mask; local
    [all...]

Completed in 47 milliseconds