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

  /src/external/bsd/iscsi/dist/src/lib/
disk.c 262 uint64_t suboff; local
269 if (raid0_getoff(dp, (uint64_t) off, &d, &suboff)) {
273 (off_t) suboff, whence);
280 (off_t) suboff, whence);
347 uint64_t suboff; local
354 if (raid0_getoff(dp, (uint64_t) from, &d, &suboff)) {
358 (off_t)suboff, len);
365 (off_t)suboff, len);
429 uint64_t suboff; local
440 if (!raid0_getoff(dp, dp->off, &d, &suboff)) {
522 uint64_t suboff; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
optim2.c 2024 unionize(NODE *p, struct basicblock *bb, int suboff)
2031 b = b - suboff + MAXREGS;
2039 b = b - suboff + MAXREGS;
2043 unionize(p->n_right, bb, suboff);
2049 unionize(p->n_left, bb, suboff);
2051 unionize(p->n_right, bb, suboff);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 7784 refers to. Increment *SUBOFF by the bit offset of the accessed element. */
7791 unsigned HOST_WIDE_INT *suboff)
7915 *suboff += size;
7939 *suboff += access_index.to_uhwi () * elt_sz * BITS_PER_UNIT;
7941 suboff);
7953 refers to. Increment *SUBOFF by the bit offset of the accessed member. */
7960 unsigned HOST_WIDE_INT *suboff)
8015 *suboff += bitoffset.to_uhwi ();
8052 from_decl, suboff);
8066 string members of aggregates. When non-null, set *SUBOFF t
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 7942 refers to. Increment *SUBOFF by the bit offset of the accessed element. */
7949 unsigned HOST_WIDE_INT *suboff)
8073 *suboff += size;
8097 *suboff += access_index.to_uhwi () * elt_sz * BITS_PER_UNIT;
8099 suboff);
8111 refers to. Increment *SUBOFF by the bit offset of the accessed member. */
8118 unsigned HOST_WIDE_INT *suboff)
8173 *suboff += bitoffset.to_uhwi ();
8210 from_decl, suboff);
8224 string members of aggregates. When non-null, set *SUBOFF t
    [all...]

Completed in 27 milliseconds