HomeSort by: relevance | last modified time | path
    Searched refs:woffset (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Data_window.cc 45 woffset = 0;
104 if (span->offset < woffset || span->offset + minSize > woffset + wsize)
125 woffset = span->offset & ~(page_size - 1);
127 if (span->offset + minSize > woffset + wsize)
130 woffset - wsize + page_size - 1) / page_size);
131 base = (void *) mmap (0, (size_t) wsize, PROT_READ, MAP_SHARED, fd, woffset);
142 woffset = span->offset & ~(WIN_ALIGN - 1);
154 NTXT ("Data_window:bind:%d realloc basesize=%llx woffset=%lld \n"),
155 (int) __LINE__, (long long) basesize, (long long) woffset);
    [all...]
Data_window.h 94 int64_t woffset; // offset of current window member in class:Data_window
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Data_window.cc 45 woffset = 0;
104 if (span->offset < woffset || span->offset + minSize > woffset + wsize)
125 woffset = span->offset & ~(page_size - 1);
127 if (span->offset + minSize > woffset + wsize)
130 woffset - wsize + page_size - 1) / page_size);
131 base = (void *) mmap (0, (size_t) wsize, PROT_READ, MAP_SHARED, fd, woffset);
142 woffset = span->offset & ~(WIN_ALIGN - 1);
154 NTXT ("Data_window:bind:%d realloc basesize=%llx woffset=%lld \n"),
155 (int) __LINE__, (long long) basesize, (long long) woffset);
    [all...]
Data_window.h 94 int64_t woffset; // offset of current window member in class:Data_window
  /src/external/lgpl3/gmp/dist/mpz/
import.c 102 mp_size_t woffset; local
116 woffset = (numb + 7) / 8;
117 woffset = (endian >= 0 ? woffset : -woffset)
156 dp += woffset;
export.c 117 mp_size_t j, wbytes, woffset; local
132 woffset = (endian >= 0 ? size : - (mp_size_t) size)
178 dp += woffset;
  /src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc 433 poly_offset_int woffset = (wi::to_poly_offset (this_offset) local
435 woffset += wi::to_offset (DECL_FIELD_BIT_OFFSET (field));
436 bit_offset += woffset;
463 tem -= woffset;
503 poly_offset_int woffset local
507 woffset *= wi::to_offset (unit_size);
508 woffset <<= LOG2_BITS_PER_UNIT;
509 bit_offset += woffset;
574 poly_offset_int woffset local
577 woffset *= wi::to_offset (unit_size)
    [all...]
alias.cc 2744 poly_offset_int woffset
2749 if (!woffset.to_shwi (offset))
2742 poly_offset_int woffset local
tree-ssa-sccvn.cc 1235 poly_offset_int woffset = (wi::to_poly_offset (this_offset) local
1237 woffset += wi::to_offset (DECL_FIELD_BIT_OFFSET (field));
1238 offset += woffset;
gimple-fold.cc 8367 poly_offset_int woffset local
8371 woffset *= tree_to_uhwi (unit_size);
8372 woffset *= BITS_PER_UNIT;
8373 if (woffset.to_shwi (&offset))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc 438 poly_offset_int woffset = (wi::to_poly_offset (this_offset) local
440 woffset += wi::to_offset (DECL_FIELD_BIT_OFFSET (field));
441 bit_offset += woffset;
469 tem -= woffset;
509 poly_offset_int woffset local
513 woffset *= wi::to_offset (unit_size);
514 woffset <<= LOG2_BITS_PER_UNIT;
515 bit_offset += woffset;
580 poly_offset_int woffset local
583 woffset *= wi::to_offset (unit_size)
    [all...]
tree-ssa-sccvn.cc 1197 poly_offset_int woffset = (wi::to_poly_offset (this_offset) local
1199 woffset += wi::to_offset (DECL_FIELD_BIT_OFFSET (field));
1200 offset += woffset;
1214 poly_offset_int woffset local
1218 woffset *= wi::to_offset (op->op2) * vn_ref_op_align_unit (op);
1219 woffset <<= LOG2_BITS_PER_UNIT;
1220 offset += woffset;
alias.cc 2814 poly_offset_int woffset
2819 if (!woffset.to_shwi (offset))
2812 poly_offset_int woffset local
gimple-fold.cc 8209 poly_offset_int woffset local
8213 woffset *= tree_to_uhwi (unit_size);
8214 woffset *= BITS_PER_UNIT;
8215 if (woffset.to_shwi (&offset))
  /src/sys/dev/usb/
ums.c 214 int woffset = 8; local
230 woffset = sc->sc_ms.hidms_loc_z.size;
246 sc->sc_ms.hidms_loc_z.pos + woffset;

Completed in 71 milliseconds